Roger Dingledine
|
91bd12c20d
re-enable per-connection rate limiting. get rid of the "OP bandwidth"
|
19 years ago |
Roger Dingledine
|
45065f1466
simplify code now that libevent considers all sockets pollable.
|
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 |
Roger Dingledine
|
1bf0f99b66
connection_t kept the identity_pkey but all it did was store it and
|
19 years ago |
Roger Dingledine
|
e24e5475fb
forward-port the ORPort==0 patch
|
19 years ago |
Roger Dingledine
|
e754664d62
bugfix: when we fail to bind or listen on an incoming or outgoing
|
19 years ago |
Roger Dingledine
|
d1d0813cf3
Allow non-printable characters for exit streams (both for
|
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 |
Roger Dingledine
|
946317ae13
start using OR_CONN_EVENT_NEW.
|
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 |
Roger Dingledine
|
d113b75da6
more log conversions.
|
20 years ago |
Roger Dingledine
|
350313d77a
Let the users set ControlListenAddress in the torrc.
|
20 years ago |
Nick Mathewson
|
ae4f0467c8
enforce whitespace style
|
20 years ago |
Roger Dingledine
|
e847085c04
When a client asks for an old-style directory and our write bucket
|
20 years ago |
Roger Dingledine
|
5f051574d5
Happy new year!
|
20 years ago |
Roger Dingledine
|
31f2705d9a
and make sure that never happens again
|
20 years ago |
Nick Mathewson
|
2bb4fd24de
char *x = "y"; is not good C.
|
20 years ago |
Roger Dingledine
|
640c555f02
Fix a major load balance bug: we were round-robining in 16 KB chunks, and
|
20 years ago |
Roger Dingledine
|
a1dd751f30
when we fail to bind a listener, try to provide a more useful log msg.
|
20 years ago |
Roger Dingledine
|
d682c84e79
attempted patch for bug 220: don't assert when we've tried all the
|
20 years ago |
Roger Dingledine
|
7d1f675c85
entry nodes are now entry guards.
|
20 years ago |
Roger Dingledine
|
d4d7a49411
fix typo
|
20 years ago |
Nick Mathewson
|
878962bee1
Add reasons to DESTROY and RELAY_TRUNCATED cells.
|
20 years ago |
Roger Dingledine
|
d8e3bc0288
fix a wrong string
|
20 years ago |
Roger Dingledine
|
dbd7b97eff
helper nodes are dead. long live entry nodes.
|
20 years ago |
Roger Dingledine
|
4088f7dfd1
fix typo
|
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 |
Nick Mathewson
|
b03e8733f3
Change how OR conns get removed from the identity map; fix some warnings on shutdown.
|
20 years ago |