Nick Mathewson
|
ec82db6995
r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400
|
před 19 roky |
Nick Mathewson
|
4ff4577beb
r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400
|
před 19 roky |
Roger Dingledine
|
97a14b2018
tweak
|
před 19 roky |
Roger Dingledine
|
fad85f173a
when an exit node gets a malformed begin cell, don't complain to
|
před 19 roky |
Nick Mathewson
|
337ad6420b
Make connection_write_to_buf_zlib set outbuf_flushlen right.
|
před 19 roky |
Nick Mathewson
|
537104c908
write_to_buf != connection_write_to_buf. Also, add a connection_write_to_buf_zlib wrapper that sucks.
|
před 19 roky |
Nick Mathewson
|
1d9923da7c
Instead of adding servers and v1 directories to buffers en masse, directory servers add them on the fly as their outbufs are depleted. This will save ram on busy dirservers.
|
před 19 roky |
Roger Dingledine
|
91bd12c20d
re-enable per-connection rate limiting. get rid of the "OP bandwidth"
|
před 19 roky |
Roger Dingledine
|
45065f1466
simplify code now that libevent considers all sockets pollable.
|
před 19 roky |
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.)
|
před 19 roky |
Roger Dingledine
|
1bf0f99b66
connection_t kept the identity_pkey but all it did was store it and
|
před 19 roky |
Roger Dingledine
|
e24e5475fb
forward-port the ORPort==0 patch
|
před 19 roky |
Roger Dingledine
|
e754664d62
bugfix: when we fail to bind or listen on an incoming or outgoing
|
před 19 roky |
Roger Dingledine
|
d1d0813cf3
Allow non-printable characters for exit streams (both for
|
před 19 roky |
Roger Dingledine
|
581795f41d
auth dir servers were only modifying a server's is_running field
|
před 19 roky |
Nick Mathewson
|
bd8ffccae7
More cleanups noticed by weasel; also, remove macros that nobody uses.
|
před 19 roky |
Roger Dingledine
|
946317ae13
start using OR_CONN_EVENT_NEW.
|
před 19 roky |
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)
|
před 19 roky |
Roger Dingledine
|
d113b75da6
more log conversions.
|
před 20 roky |
Roger Dingledine
|
350313d77a
Let the users set ControlListenAddress in the torrc.
|
před 20 roky |
Nick Mathewson
|
ae4f0467c8
enforce whitespace style
|
před 20 roky |
Roger Dingledine
|
e847085c04
When a client asks for an old-style directory and our write bucket
|
před 20 roky |
Roger Dingledine
|
5f051574d5
Happy new year!
|
před 20 roky |
Roger Dingledine
|
31f2705d9a
and make sure that never happens again
|
před 20 roky |
Nick Mathewson
|
2bb4fd24de
char *x = "y"; is not good C.
|
před 20 roky |
Roger Dingledine
|
640c555f02
Fix a major load balance bug: we were round-robining in 16 KB chunks, and
|
před 20 roky |
Roger Dingledine
|
a1dd751f30
when we fail to bind a listener, try to provide a more useful log msg.
|
před 20 roky |
Roger Dingledine
|
d682c84e79
attempted patch for bug 220: don't assert when we've tried all the
|
před 20 roky |
Roger Dingledine
|
7d1f675c85
entry nodes are now entry guards.
|
před 20 roky |
Roger Dingledine
|
d4d7a49411
fix typo
|
před 20 roky |