aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
* on hup, close and rebind listener ports too (in case their config has changed)Roger Dingledine2003-12-14
* clean up some file-scope-global directory variablesRoger Dingledine2003-12-14
* add options.ExcludedNodes -- nodes that are never picked in path buildingRoger Dingledine2003-12-14
* warn if you're running tor as rootRoger Dingledine2003-12-14
* on HUP, retry OR connections, and stop clobbering the dirserver's routerlistRoger Dingledine2003-12-14
* more friendly warning when there are too many dns workersRoger Dingledine2003-12-14
* more friendly warning when a connection buffer overflowsRoger Dingledine2003-12-14
* slightly different default default exit policy.Roger Dingledine2003-12-14
* more general cleanupRoger Dingledine2003-12-14
* Accept 1.2.3.4/x as a synonym for 1.2.3.4/x:* .Nick Mathewson2003-12-14
* make options.ExitNodes workRoger Dingledine2003-12-13
* clean up some copyrightsRoger Dingledine2003-12-13
* bughunt: start tracking the bug mutiny foundRoger Dingledine2003-12-13
* bugfix: a circuit that immediately failed still counts as a failed circuitRoger Dingledine2003-12-13
* 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