Nick Mathewson
|
e61d28dfb8
r6903@Kushana: nickm | 2006-07-25 18:22:48 -0400
|
19 years ago |
Nick Mathewson
|
a88ec48a39
r6902@Kushana: nickm | 2006-07-25 17:30:27 -0400
|
19 years ago |
Nick Mathewson
|
7239262f71
Don't tell anybody, but we're going OO here. This patch splits
|
19 years ago |
Roger Dingledine
|
3d79eb52ab
stick to nick's nul/null convention
|
19 years ago |
Roger Dingledine
|
fad85f173a
when an exit node gets a malformed begin cell, don't complain to
|
19 years ago |
Nick Mathewson
|
853e2d99b6
Add a new warning to our "warn a lot" list: unused parameters. This means we have to explicitly "use" unuseds, but it can catch bugs. (It caught two coding mistakes so far.)
|
19 years ago |
Nick Mathewson
|
6ebd886511
forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.
|
19 years ago |
Roger Dingledine
|
c06e6ddadd
Finish the transition from the word 'verified' to the words
|
19 years ago |
Nick Mathewson
|
bd8ffccae7
More cleanups noticed by weasel; also, remove macros that nobody uses.
|
19 years ago |
Nick Mathewson
|
5dc5380984
Add some "to-be-safe" escaped() wrappers to log statements in rend*.c, though I am not 100% sure that each one is necessary.
|
19 years ago |
Roger Dingledine
|
6a52867846
New config options to address bug 251:
|
19 years ago |
Roger Dingledine
|
259c65ab08
the last of the log convention conversion. finally.
|
19 years ago |
Roger Dingledine
|
3c4e68488b
Clients now honor the "guard" flag in the router status when
|
19 years ago |
Roger Dingledine
|
5f051574d5
Happy new year!
|
19 years ago |
Nick Mathewson
|
e1d1ce3da8
Warn about actual offending hiddenservice* config option, now that more than one is possible. Closes bug 239.
|
20 years ago |
Nick Mathewson
|
878962bee1
Add reasons to DESTROY and RELAY_TRUNCATED cells.
|
20 years ago |
Nick Mathewson
|
1af630d32c
Bite the bullet and limit all our source lines to 80 characters, the way IBM intended.
|
20 years ago |
Roger Dingledine
|
58366ffd24
when we changed from log_fn to debug/info/notice/warn/err,
|
20 years ago |
Roger Dingledine
|
fe221f3dff
Start the process of treating internal circuits and exit circuits
|
20 years ago |
Nick Mathewson
|
75d85c8214
On directory servers, old_routers was wasting hundreds of bytes per superseded router descriptor. Roll the signed descriptor info and identifying info into a cache_info struct, and use only that for old_routers.
|
20 years ago |
Nick Mathewson
|
5d85560d9e
Remove last vestiges of old logging interface.
|
20 years ago |
Nick Mathewson
|
f9b0be526e
Use LD_BUG as appropriate; convert rend* and router* to new logging interface; use new circ_log_path interface
|
20 years ago |
Nick Mathewson
|
1bd3f6cc9a
Update more files to new log stuff.
|
20 years ago |
Nick Mathewson
|
2572db2472
Warn less about intro nodes by nickname; remember our own intro nodes by key.
|
20 years ago |
Nick Mathewson
|
cc35e1720f
Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happen, and does not really speed us up much when we do it. So stop doing it.
|
20 years ago |
Nick Mathewson
|
8434595584
Fix verbose compiler warnings, including one in routerlist.c that would have been an actual error. Normalize whitespace. Enforce convention that "address" is a hostname and "addr" is an IPv4 address.
|
20 years ago |
Nick Mathewson
|
61ea516885
Check for named servers when looking them up by nickname;
|
20 years ago |
Nick Mathewson
|
92451f74a8
Reformat inconsistent function declarations.
|
20 years ago |
Roger Dingledine
|
35b78b2d8e
clean up the rendezvous warn log msgs, and downgrade some to info
|
20 years ago |
Nick Mathewson
|
8f37357193
Make GCC v4 happy with heavy warnings enabled.
|
20 years ago |