Roger Dingledine
|
d6489d8e41
lay a trap for situations where we connection_free something
|
21 years ago |
Roger Dingledine
|
38be533c69
Handle unavailable hidden services better. We try each intro point
|
21 years ago |
Roger Dingledine
|
bafb3e4a5b
fix another integer underflow caused by buckets going negative
|
21 years ago |
Roger Dingledine
|
3809c0ab91
tolerate bandwidtch buckets going negative (i hope)
|
21 years ago |
Nick Mathewson
|
324b192f68
Make Tor use Niels Provos's libevent instead of it's current
|
21 years ago |
Nick Mathewson
|
65c4fa2614
Split mark-dir-failed-and-retry logic into separate function; make it retry runningrouters as well as directory fetches; note that the do-we-need-to-give-up test is wrong.
|
21 years ago |
Nick Mathewson
|
5f40d6bf72
Make directory fail-and-retry logic happen in connection_about_to_close(); fixes win32 bug.
|
21 years ago |
Roger Dingledine
|
036384fd8e
respond to an 009 XXX
|
21 years ago |
Roger Dingledine
|
011ad3cba5
clean up logging,
|
21 years ago |
Roger Dingledine
|
012255fe60
fix the other half of the pipe race
|
21 years ago |
Roger Dingledine
|
2532e9405e
Now we allow writing to the buffer even when the stream if marked for
|
21 years ago |
Roger Dingledine
|
ef04cfcbad
one more typo
|
21 years ago |
Nick Mathewson
|
b457cfb5eb
Spell-check strings and comments
|
21 years ago |
Nick Mathewson
|
6e88abf418
If we are using select, make sure we stay within FD_SETSIZE.
|
21 years ago |
Nick Mathewson
|
7fbd297532
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
21 years ago |
Roger Dingledine
|
c1dc17e6e2
put in initial support for ".nickname.exit" addresses, to let alice
|
21 years ago |
Roger Dingledine
|
22727b4edc
wrong is ok, and right is fine, but in between is apparently
|
21 years ago |
Nick Mathewson
|
6f5dbefa7e
Normalize space: add one between every control keyword and control clause.
|
21 years ago |
Nick Mathewson
|
f77ff938b7
remember; tor_socket_errno has side effects!
|
21 years ago |
Roger Dingledine
|
7c9a707900
remove emacs droppings, since nick says he doesn't need them anymore
|
21 years ago |
Roger Dingledine
|
914d346095
update conn_state_to_string
|
21 years ago |
Roger Dingledine
|
83e7043eb8
don't process marked-for-close conns further.
|
21 years ago |
Nick Mathewson
|
fe32c2d141
Fix sign-related warnings
|
21 years ago |
Nick Mathewson
|
d4754b334c
Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "BandwidthBurst 1000 TB" from occuring.
|
21 years ago |
Roger Dingledine
|
310a8da0d2
break reached_eof() out of process_inbuf()
|
21 years ago |
Roger Dingledine
|
6a516dfdd3
be more greedy about filling up all relay cells.
|
21 years ago |
Roger Dingledine
|
dd19cf6ba3
kill -USR2 now moves all logs to loglevel debug
|
21 years ago |
Nick Mathewson
|
8acaf8e187
Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting setup. More docs needed
|
21 years ago |
Roger Dingledine
|
67aa3b66c5
clean up socks handling, refuse connections to port 0
|
21 years ago |
Nick Mathewson
|
08627d5d87
Track whether descriptor is dirty/uploaded. When any options are set, mark it dirty. Once a minute, regenerate and upload the server descriptor if it is dirty.
|
21 years ago |