aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* remove a conn_close_if_marked warningRoger Dingledine2003-11-30
* bugfix: an offline OP would leak all its sockets and stop workingRoger Dingledine2003-11-29
* Fix a few bugs in sending and receiving DNS resultsNick Mathewson2003-11-23
* Bring assert_connection_ok up to dateNick Mathewson2003-11-23
* Fix incorrect error messageNick Mathewson2003-11-21
* merge torrc.in and sample-server-torrc.inRoger Dingledine2003-11-20
* simplify: options.OnionRouter==1 iff options.ORPort>0Roger Dingledine2003-11-20
* default log level is now warnRoger Dingledine2003-11-19
* make pidfile default to null rather than writing to your cwdRoger Dingledine2003-11-19
* if you tell people that IgnoreVersion exists,Roger Dingledine2003-11-19
* bugfix and cleanupsRoger Dingledine2003-11-19
* Separate failure-count tracking from circuit-launching.Nick Mathewson2003-11-19
* Check that we can write to the logfile and log a warning to stderr if we can'tPeter Palfrader2003-11-19
* 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
* add a tor_malloc_zero wrapper: tor_malloc and memset 0Roger 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
* Stop leaking X509 certs; those things are _nasty_ on the carpetNick 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