Roger Dingledine
|
dc79dd6a46
minor fixes
|
19 years ago |
Roger Dingledine
|
a20a384b09
harmless typo
|
19 years ago |
Roger Dingledine
|
ab61c40661
Fix the bug that was causing servers to not find themselves
|
19 years ago |
Roger Dingledine
|
14687fc443
take out the reachability bandaid in 0.1.2.x as well.
|
19 years ago |
Roger Dingledine
|
91bd12c20d
re-enable per-connection rate limiting. get rid of the "OP bandwidth"
|
19 years ago |
Roger Dingledine
|
741b11df45
put a bandaid in place so servers will have an easier time
|
19 years ago |
Roger Dingledine
|
1e9b35aee3
make connection_or_nonopen_was_started_here() based on something less
|
19 years ago |
Roger Dingledine
|
8cf45df230
and now the exciting part: there is now no such thing as doing
|
19 years ago |
Roger Dingledine
|
152d6d13b4
remove some unused code (i think)
|
19 years ago |
Roger Dingledine
|
1bf0f99b66
connection_t kept the identity_pkey but all it did was store it and
|
19 years ago |
Roger Dingledine
|
7f611f4732
if we're a server and some peer has a broken tls certificate, don't
|
19 years ago |
Roger Dingledine
|
581795f41d
auth dir servers were only modifying a server's is_running field
|
19 years ago |
Nick Mathewson
|
bd8ffccae7
More cleanups noticed by weasel; also, remove macros that nobody uses.
|
19 years ago |
Nick Mathewson
|
5777ee0e1a
Add some functions to escape values from the network before sending them to the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now)
|
19 years ago |
Peter Palfrader
|
c7f2970777
Just because both are obsolete does not mean we prefer the newer
|
20 years ago |
Peter Palfrader
|
761da5b97f
Our connection_or_get_by_identity_digest() was slightly wrong. If best
|
20 years ago |
Roger Dingledine
|
d113b75da6
more log conversions.
|
20 years ago |
Roger Dingledine
|
5f051574d5
Happy new year!
|
20 years ago |
Roger Dingledine
|
7d1f675c85
entry nodes are now entry guards.
|
20 years ago |
Nick Mathewson
|
878962bee1
Add reasons to DESTROY and RELAY_TRUNCATED cells.
|
20 years ago |
Roger Dingledine
|
dbd7b97eff
helper nodes are dead. long live entry nodes.
|
20 years ago |
Roger Dingledine
|
60cd03069a
when we connect to a helper node for the first time, close
|
20 years ago |
Roger Dingledine
|
7cc53c2281
clean up some comments
|
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
|
86d69218ef
orconn_identity_map was another static variable that started
|
20 years ago |
Roger Dingledine
|
dded1dd8bd
don't mark the helper node as down when we fail to connect to
|
20 years ago |
Roger Dingledine
|
58366ffd24
when we changed from log_fn to debug/info/notice/warn/err,
|
20 years ago |
Nick Mathewson
|
b03e8733f3
Change how OR conns get removed from the identity map; fix some warnings on shutdown.
|
20 years ago |
Nick Mathewson
|
9cec3a13f5
remove some functions that are not used; #if0 out some files that are not likely to be used.
|
20 years ago |
Nick Mathewson
|
3bd613b44d
Rename connection_get_by_identity_digest to reflect that it is OR-only. Make it use a hashtable instead of a linear search.
|
20 years ago |