summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-12-13add a 'smartlist' building block that picks random elements from a listRoger Dingledine
2003-12-12if >=2 circs are being built that handle a given stream,Roger Dingledine
2003-12-09make the license explicit on fakepoll.[ch]Roger Dingledine
2003-12-09Document parsing functions in routerlist.c, and separate parsing from non-par...Nick Mathewson
2003-12-09close the circuit when we get a truncated cellRoger Dingledine
2003-12-09our circuit symmetric key (for aes) is 127 bits, not 128 bits.Roger Dingledine
2003-12-09back out the broken change from yesterdayRoger Dingledine
2003-12-08Make router/directory parsing nondestructive and more const-friendlyNick Mathewson
2003-12-07general cleanupsRoger Dingledine
2003-12-06declare the prototypes betterRoger Dingledine
2003-12-06break routers.c into router.c for stuff the router does,Roger Dingledine
2003-12-05terminology shift:Roger Dingledine
2003-12-03prevent assert failure on -HUP when options->PidFile==NULLRoger Dingledine
2003-12-03OnionRouter config option is obsoleteRoger Dingledine
2003-12-03choose randomly from running dirservers, not always the first oneRoger Dingledine
2003-12-03pick nodes for a circuit only from those the directory says are upRoger Dingledine
2003-12-03stop segfault when choose_good_exit_server returns NULLRoger Dingledine
2003-12-03fix vicious bug in connection_ap_attach_pending that caused it toRoger Dingledine
2003-12-03assert that nobody asks for a random number between 0 and -1Roger Dingledine
2003-12-03bugfix in exit node choice: we used to find the perfect exit node but ...Roger Dingledine
2003-12-02stop expecting sample-server-torrc to be thereRoger Dingledine
2003-11-30start tracking a rare bug: package_raw_inbuf gets called with package_window 0Roger Dingledine
2003-11-30stop complaining as loudly when a dns resolve failsRoger Dingledine
2003-11-30bugfix: we were writing to stderr even when it's closedRoger Dingledine
2003-11-30bump up header length when the dirserv reads http commandsRoger Dingledine
2003-11-30remove a conn_close_if_marked warningRoger Dingledine
2003-11-29bugfix: an offline OP would leak all its sockets and stop workingRoger Dingledine
2003-11-23Fix a few bugs in sending and receiving DNS resultsNick Mathewson
2003-11-23Bring assert_connection_ok up to dateNick Mathewson
2003-11-21Fix incorrect error messageNick Mathewson
2003-11-20merge torrc.in and sample-server-torrc.inRoger Dingledine
2003-11-20simplify: options.OnionRouter==1 iff options.ORPort>0Roger Dingledine
2003-11-19default log level is now warnRoger Dingledine
2003-11-19make pidfile default to null rather than writing to your cwdRoger Dingledine
2003-11-19if you tell people that IgnoreVersion exists,Roger Dingledine
2003-11-19bugfix and cleanupsRoger Dingledine
2003-11-19Separate failure-count tracking from circuit-launching.Nick Mathewson
2003-11-19Check that we can write to the logfile and log a warning to stderr if we can'tPeter Palfrader
2003-11-19Patch last patch to last patchNick Mathewson
2003-11-19removed unused variable; silence warningNick Mathewson
2003-11-19Patch last patch.Nick Mathewson
2003-11-19Skip non-running routers for exit node selectionNick Mathewson
2003-11-18bugfix: sometimes we closed a circ while cpuworker was cranking,Roger Dingledine
2003-11-18revert part of that last changeRoger Dingledine
2003-11-18make more sure we can't end up with two connections to the same ORRoger Dingledine
2003-11-18bugfix: don't ask for ->next of an expired circuitRoger Dingledine
2003-11-18use the tor_malloc_zero wrapperRoger Dingledine
2003-11-18add a tor_malloc_zero wrapper: tor_malloc and memset 0Roger Dingledine
2003-11-18don't build too many circs at onceRoger Dingledine
2003-11-18Simplify post-TLS-handshake checks, and add check for correct nicknameNick Mathewson