summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2004-05-07comment the functions in connection_or.cRoger Dingledine
2004-05-07comment the functions in command.cRoger Dingledine
2004-05-06forward-port header-length-increase patchRoger Dingledine
2004-05-06forward-port built-in dirservers stringRoger Dingledine
2004-05-06bugfix: add a circ->resolving_streams field, and make dns resolving ...Roger Dingledine
2004-05-05Document the rest of main.cNick Mathewson
2004-05-05Comments for nearly all non-tricky filesNick Mathewson
2004-05-05Use intptr_t when playing with void*sNick Mathewson
2004-05-05Fix compilation warnings on 64-bit platformsNick Mathewson
2004-05-05Never list unapproved servers as recommendedNick Mathewson
2004-05-05More documentation; fix for compilation warningNick Mathewson
2004-05-05Only connection_add connections once they have conn->s sett; refactor code ar...Nick Mathewson
2004-05-05must close marked connections at the end of run_scheduled_events.Roger Dingledine
2004-05-05More documentationNick Mathewson
2004-05-04accept port 81 by default also, since people have been asking for itRoger Dingledine
2004-05-04Comment router*.cNick Mathewson
2004-05-02Working strerror for windows socket errors, plus some snide comments.Nick Mathewson
2004-05-02stop the circuit_receive_relay_cell warningRoger Dingledine
2004-05-02patches on patchesRoger Dingledine
2004-05-01Documenmt buffers.c; remove function that nobody ever calls.Nick Mathewson
2004-05-01Fix windows compileNick Mathewson
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
2004-04-30fix a seg fault (whoops)Roger Dingledine
2004-04-30note another bug to be fixed sometimeRoger Dingledine
2004-04-29update the built-in dirservers defaultRoger Dingledine
2004-04-28Use socketclose on windows as appropriate; end pid files with newlineNick Mathewson
2004-04-28use tor_lookup_hostname for binding local addresses tooRoger Dingledine
2004-04-28Remove IVs from cipher code, since AES-ctr has none.Nick Mathewson
2004-04-28Make Tor build on win32 with VC6 without warnings.Nick Mathewson
2004-04-28bug resolved (hopefully), so remove commentRoger Dingledine
2004-04-28clean dns.c betterRoger Dingledine
2004-04-28fix a bug in dns.c, note but don't fix another oneRoger Dingledine
2004-04-28Workarounds for a couple of pieces of windows strangeness.Nick Mathewson
2004-04-28clean some dead code (right?)Roger Dingledine
2004-04-27set Content-Type on the directory and hidserv descriptorRoger Dingledine
2004-04-27make my assumption explicitRoger Dingledine
2004-04-27it was the second bug that was nailing us.Roger Dingledine
2004-04-27don't expire joined-rend circs that have an exit connection attachedRoger Dingledine
2004-04-26Log number of bytes pending after read.Nick Mathewson
2004-04-26rendmid says it drops but actually sends nackRoger Dingledine
2004-04-26Add a macro to catch unhandled openssl errors.Nick Mathewson
2004-04-26and other debugsRoger Dingledine
2004-04-26add a debugging entry, to find the wants-to-read-but-can't bugRoger Dingledine
2004-04-26Refactor crypto error handling to be more like TLS error handling:Nick Mathewson
2004-04-26tell us when we're rotating thingsRoger Dingledine
2004-04-26since we don't support truncateds much, don't bother sending them;Roger Dingledine
2004-04-26fix a bug that's been lurking since 27 may 03 (!)Roger Dingledine
2004-04-26Better error msg on unknown circuit id.Nick Mathewson
2004-04-26tell us the nickname of the OR that hung up on usRoger Dingledine
2004-04-25Check for machine/limits.h in addition to sys/limits.hNick Mathewson