aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix bytesex issues on in.s_addrNick Mathewson2003-11-17
* catch the last missing log line i hopeRoger Dingledine2003-11-17
* Remove a possible source of error in circID picking.Nick Mathewson2003-11-17
* continue the circuit_deliver_relay_cell forward-failure bughuntRoger Dingledine2003-11-17
* comment choose_good_exit_serverNick Mathewson2003-11-17
* trivial bugfixesRoger Dingledine2003-11-17
* Fix a segfault caused by a weird logic error and masked by another.Nick Mathewson2003-11-17
* recognize in-progress circs and don't start redundant onesRoger Dingledine2003-11-17
* bugfixesRoger Dingledine2003-11-16
* change when circuits are built and expiredRoger Dingledine2003-11-16
* bugfix: if you recognize a relay cell, don't also pass it on.Roger Dingledine2003-11-16
* dump exit policies correctly to descriptorRoger Dingledine2003-11-16
* initial patches on patchesRoger Dingledine2003-11-16
* Finish implementing the rest of the exitpolicy stuff, except for automaticall...Nick Mathewson2003-11-16
* Improved exit policy syntax; basic client-side DNS caching.Nick Mathewson2003-11-14
* commencing the bughuntRoger Dingledine2003-11-14
* bump default pathlen to 3; clean up surrounding codeRoger Dingledine2003-11-13
* let getconfig survive repeated calls. now we call it again when we hup.Roger Dingledine2003-11-13
* fix trivial typoRoger Dingledine2003-11-13
* warn on startup that we don't provide anonymityRoger Dingledine2003-11-13
* lay groundwork for EntryNodes and ExitNodesRoger Dingledine2003-11-12
* break out the string manipulation routinesRoger Dingledine2003-11-12
* make dir parsing robust to invalid but well-formed descriptorsRoger Dingledine2003-11-12
* Remove minor biasing problem from crypto_pseudo_rand_intNick Mathewson2003-11-12
* connection_ap_handshake_send_begin always succeedsRoger Dingledine2003-11-12
* Make crypto_pseudo_rand* never fail.Nick Mathewson2003-11-12
* Restore erroneously removed assertNick Mathewson2003-11-12
* Fix thinko: Failure and success are different things.Nick Mathewson2003-11-12
* Remove dead codeNick Mathewson2003-11-12
* Compute paths as we build them.Nick Mathewson2003-11-12
* Refactor onion_generate_cpath to build cpaths one hop at a time. ThisNick Mathewson2003-11-12
* point out bugRoger Dingledine2003-11-11
* more cleanups and bugfixRoger Dingledine2003-11-11
* leave conn->socks_request around after the beginRoger Dingledine2003-11-11
* conn->socks_version is obsoleteRoger Dingledine2003-11-11
* respond to nick's questionsRoger Dingledine2003-11-11
* fix a bug in handling clock skewRoger Dingledine2003-11-11
* Rename aci to circ_id throughout.Nick Mathewson2003-11-11
* Make AP connections wait for a circuit if none exists.Nick Mathewson2003-11-11
* client now survives going offline betterRoger Dingledine2003-11-10
* Check in a working cross-platform timegmNick Mathewson2003-11-10
* Add lots of logging to dns.c; change behavior of often-failing assertionNick Mathewson2003-11-08
* bugfix for win32 with lots of usersRoger Dingledine2003-10-27
* remove obsolete config fileRoger Dingledine2003-10-27
* add DirBindAddress, parse the BindAddress's when you bindRoger Dingledine2003-10-25
* Use daemon(3) function where available.Nick Mathewson2003-10-23
* resolve warningNick Mathewson2003-10-23
* Two-pronged attack at my overzealous skew fixes.Nick Mathewson2003-10-23
* switch_id() no longer tries to log the user name when it's calld onSteven Hazel2003-10-22
* Clock skew fixes.Nick Mathewson2003-10-22