aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* clean up directory.c APIRoger Dingledine2004-05-12
* don't flush the buf from inside connection_write_to_bufRoger Dingledine2004-05-12
* break connection_edge_end out of connection_mark_for_closeRoger Dingledine2004-05-12
* Make some functions staticNick Mathewson2004-05-12
* break rend_client_desc_fetched out of connection_mark_for_closeRoger Dingledine2004-05-12
* break part of circuit.c into relay.cRoger Dingledine2004-05-12
* Not every RSA decrypt should warn on failure.Nick Mathewson2004-05-12
* Make "connected" a different case from "finished_flushing"; always close_imme...Nick Mathewson2004-05-12
* calling flush_buf and not checking for return value is badRoger Dingledine2004-05-12
* list in-points to command.cRoger Dingledine2004-05-11
* Add an extra flush attempt when closing wedged dir conns, in an attempt to is...Nick Mathewson2004-05-11
* Split directory/router parsing functionality into separate file from routerli...Nick Mathewson2004-05-10
* always a bit moreRoger Dingledine2004-05-10
* it's amazing what a bit of punctuation can do for appearancesRoger Dingledine2004-05-10
* a few more pieces of markupRoger Dingledine2004-05-10
* doxygen markup for common/*.hRoger Dingledine2004-05-10
* more cleanup, including fleshing out or.h moreRoger Dingledine2004-05-10
* Close rogue <b>sNick Mathewson2004-05-10
* comments and doxygen markup on circuit.cRoger Dingledine2004-05-10
* Doxygen most of or.hNick Mathewson2004-05-10
* Doxygenate config.cNick Mathewson2004-05-10
* comment and doxygenate connection_edge.cRoger Dingledine2004-05-10
* More doxygenation.Nick Mathewson2004-05-10
* give connection.c a skeletal file/brief headerRoger Dingledine2004-05-10
* tweak comment in connection_orRoger Dingledine2004-05-10
* Doxygenate common.Nick Mathewson2004-05-10
* 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