aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* doxygen for tor_main.cRoger Dingledine2004-05-10
* remove an orphan function declarationRoger Dingledine2004-05-10
* 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
* forward-port dirservers fileRoger Dingledine2004-05-06
* Fix bug in stream position adjustmentNick Mathewson2004-05-06
* Use correct aes-ctr implementation in mainline, too.Nick Mathewson2004-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
* Add intptr_t and uintptr_t to torint.hNick 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
* Make non-fake tor_poll robust against -1 fdsNick 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
* Fix mac compileNick Mathewson2004-05-04
* tor_assert(), not assert()Nick Mathewson2004-05-02
* Fix windows compile.Nick Mathewson2004-05-02
* Working strerror for windows socket errors, plus some snide comments.Nick Mathewson2004-05-02
* Assert that we never try to fakepoll on sock -1.Nick Mathewson2004-05-02
* Windows version is 0.0.6 tooNick Mathewson2004-05-02
* Bump windows version to 0.0.6rc4Nick Mathewson2004-05-02
* stop the circuit_receive_relay_cell warningRoger Dingledine2004-05-02
* patches on patchesRoger Dingledine2004-05-02
* some patches on the patchesRoger Dingledine2004-05-01
* Documenmt buffers.c; remove function that nobody ever calls.Nick Mathewson2004-05-01
* Remove bogus */ so util.c compilesNick Mathewson2004-05-01
* Finish documenting the functions in commonNick 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
* some cosmetic fixesRoger Dingledine2004-04-29
* Oops -- the Windows function is closesocket, not socketcloseNick Mathewson2004-04-28
* 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