aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* extend smartlist with a few smarter operationsRoger 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
* minor tweaks to the smartlist operationsRoger 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
* put the default exit policy in placeRoger 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
* add a 'smartlist' building block that picks random elements from a listRoger Dingledine2003-12-13
* if >=2 circs are being built that handle a given stream,Roger Dingledine2003-12-12
* make the license explicit on fakepoll.[ch]Roger Dingledine2003-12-09
* 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
* OnionRouter config option is obsoleteRoger 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
* assert that nobody asks for a random number between 0 and -1Roger Dingledine2003-12-03
* bugfix in exit node choice: we used to find the perfect exit node but ...Roger Dingledine2003-12-03
* stop expecting sample-server-torrc to be thereRoger Dingledine2003-12-02
* 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
* 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