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