summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-03OnionRouter config option is obsoleteRoger Dingledine
2003-12-03update the TODO to reflect recent commitsRoger 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-03switch "-lcrypto -lssl" to "-lssl -lcrypto" for broken distributionsRoger Dingledine
2003-12-03don't --enable-debug by default on ./configureRoger 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-12-02install that man pageSteven Hazel
2003-12-02update TODO with remaining pre15 tasksRoger 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-21stop building sample-server-torrc, start building tor.1Roger Dingledine
2003-11-20we have a man page.Roger Dingledine
2003-11-20change 'so you want to run your own server' directionsRoger Dingledine
2003-11-20merge torrc.in and sample-server-torrc.inRoger Dingledine
2003-11-20simplify: options.OnionRouter==1 iff options.ORPort>0Roger Dingledine
2003-11-19install now recognizes that -l warn is defaultRoger Dingledine
2003-11-19default log level is now warnRoger Dingledine
2003-11-19define the pidfile on the commandline, if you want itRoger 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-19we are pre14.tor-0.0.2pre14Roger Dingledine
2003-11-19updated todoRoger 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
2003-11-18Stop leaking X509 certs; those things are _nasty_ on the carpetNick Mathewson