aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
* Patch last patch to last patchNick Mathewson2003-11-19
* removed unused variable; silence warningNick Mathewson2003-11-19
* Patch last patch.Nick Mathewson2003-11-19
* Skip non-running routers for exit node selectionNick Mathewson2003-11-19
* bugfix: sometimes we closed a circ while cpuworker was cranking,Roger Dingledine2003-11-18
* revert part of that last changeRoger Dingledine2003-11-18
* make more sure we can't end up with two connections to the same ORRoger Dingledine2003-11-18
* bugfix: don't ask for ->next of an expired circuitRoger Dingledine2003-11-18
* use the tor_malloc_zero wrapperRoger Dingledine2003-11-18
* don't build too many circs at onceRoger Dingledine2003-11-18
* Simplify post-TLS-handshake checks, and add check for correct nicknameNick Mathewson2003-11-18
* Always include newline with port section of exit policyNick Mathewson2003-11-18
* stop client_dns_clean from calling malloc(0)Roger Dingledine2003-11-18
* Fix possible bug in circID selection when building circuits on combination OP...Nick Mathewson2003-11-17
* more verbose info for circuits when kill -USR1Roger Dingledine2003-11-17
* "I don't think it's quite fair to condemn a whole program because of aNick Mathewson2003-11-17
* finally find and possibly fix the circuit_deliver_relay_cell warn bugRoger Dingledine2003-11-17
* 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
* warn on startup that we don't provide anonymityRoger Dingledine2003-11-13
* lay groundwork for EntryNodes and ExitNodesRoger Dingledine2003-11-12
* make dir parsing robust to invalid but well-formed descriptorsRoger Dingledine2003-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