aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
* revamp circuit node selection to use smartlists:Roger Dingledine2003-12-13
* Make default exit policy reject 127.*:*Nick Mathewson2003-12-13
* reasonably permissive exit policy if you don't set oneRoger Dingledine2003-12-13
* Add port ranges to exit policiesNick Mathewson2003-12-13
* use the smartlist to pick random routers, rather than our own idiomRoger Dingledine2003-12-13
* if >=2 circs are being built that handle a given stream,Roger Dingledine2003-12-12
* Document parsing functions in routerlist.c, and separate parsing from non-par...Nick Mathewson2003-12-09
* close the circuit when we get a truncated cellRoger Dingledine2003-12-09
* our circuit symmetric key (for aes) is 127 bits, not 128 bits.Roger Dingledine2003-12-09
* back out the broken change from yesterdayRoger Dingledine2003-12-09
* Make router/directory parsing nondestructive and more const-friendlyNick Mathewson2003-12-08
* general cleanupsRoger Dingledine2003-12-07
* declare the prototypes betterRoger Dingledine2003-12-06
* break routers.c into router.c for stuff the router does,Roger Dingledine2003-12-06
* terminology shift:Roger Dingledine2003-12-05
* prevent assert failure on -HUP when options->PidFile==NULLRoger Dingledine2003-12-03
* choose randomly from running dirservers, not always the first oneRoger Dingledine2003-12-03
* pick nodes for a circuit only from those the directory says are upRoger Dingledine2003-12-03
* stop segfault when choose_good_exit_server returns NULLRoger Dingledine2003-12-03
* fix vicious bug in connection_ap_attach_pending that caused it toRoger Dingledine2003-12-03
* bugfix in exit node choice: we used to find the perfect exit node but ...Roger Dingledine2003-12-03
* start tracking a rare bug: package_raw_inbuf gets called with package_window 0Roger Dingledine2003-11-30
* stop complaining as loudly when a dns resolve failsRoger Dingledine2003-11-30
* bugfix: we were writing to stderr even when it's closedRoger Dingledine2003-11-30
* bump up header length when the dirserv reads http commandsRoger Dingledine2003-11-30
* 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
* 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
* 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