aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
2009-01-21Make sure that even in the weird fiddly paths that lead to init_keys,Nick Mathewson
2009-01-06Bugfix on r13098. Backport candidate.Roger Dingledine
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-27New controller event "clients_seen" to report a geoip-based summaryRoger Dingledine
2008-12-26Add some early checks to keep ipv6 addresses from failing by accident. Now, ...Nick Mathewson
2008-12-23Document most undocumented variables.Nick Mathewson
2008-12-22Add DOCDOC entries for undocumented static and global variables.Nick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson
2008-12-18Make it possible to call set_onion_key twice without leaking RAM.Nick Mathewson
2008-12-18Fix bug 889: share deep-copied keys between threads to avoid races in referen...Nick Mathewson
2008-12-17Make return code from router_add_to_routerlist a nice sensible enum. Based o...Nick Mathewson
2008-12-10Bug 691 fix: do not shutdown Tor servers right away if the network is down.Nick Mathewson
2008-12-10When a directory authority gives us a new guess for our IP address, Roger Dingledine
2008-10-01Now NodeFamily and MyFamily config options allow spaces inRoger Dingledine
2008-09-26Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson
2008-09-25Add country-code support to configured node lists to implement the ever-popul...Nick Mathewson
2008-09-24All relays now store and serve v2 hidden service descriptors by default (not ...Karsten Loesing
2008-09-11Directory mirrors store and serve v2 hidden service descriptors by default.Karsten Loesing
2008-09-05Refactor some code and add some asserts based on scanner results.Nick Mathewson
2008-09-01Add a lockfile to the Tor data directory to avoid situations where two Tors s...Nick Mathewson
2008-08-05 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson
2008-07-24 r17346@aud-055: nickm | 2008-07-24 15:37:19 +0200Nick Mathewson
2008-06-18implement more fine-tuning options for stats codeNick Mathewson
2008-06-04forward-port r14934Roger Dingledine
2008-05-29New code to implement proposal for local geoip stats. Only enabled with --ena...Nick Mathewson
2008-05-28Several geoip changes/fixes as requested.Nick Mathewson
2008-05-12 r19705@catbus: nickm | 2008-05-12 11:40:15 -0400Nick Mathewson
2008-05-12 r19690@catbus: nickm | 2008-05-11 22:13:31 -0400Nick Mathewson
2008-04-24I bet I screwed up while merging in the changes from the feature branch into ...Peter Palfrader
2008-04-24Merge conditional consensus downloadingPeter Palfrader
2008-04-24and the client part of the consensus-by-authority-fpr proposal (ifdef'ed out)Peter Palfrader
2008-03-30 r19140@catbus: nickm | 2008-03-30 14:13:36 -0400Nick Mathewson
2008-03-17 r18900@catbus: nickm | 2008-03-17 18:32:25 -0400Nick Mathewson
2008-02-24 r14422@tombo: nickm | 2008-02-24 17:09:56 -0500Nick Mathewson
2008-02-24 r14421@tombo: nickm | 2008-02-24 17:05:18 -0500Nick Mathewson
2008-02-23Servers that don't know their own IP address should go to theRoger Dingledine
2008-02-22 r14399@tombo: nickm | 2008-02-22 14:09:38 -0500Nick Mathewson
2008-02-20 r18272@catbus: nickm | 2008-02-20 18:20:33 -0500Nick Mathewson
2008-02-09cleanups on r13442.Roger Dingledine
2008-02-09Patch from "Andrew S. Lists" to catch when we contact a directory mirrorRoger Dingledine
2008-02-08 r14062@tombo: nickm | 2008-02-08 15:17:07 -0500Nick Mathewson
2008-02-07Update some copyright notices: it is now 2008.Nick Mathewson
2008-02-06if i'm a v3 authority, tell myself about my cert when i startup.Roger Dingledine
2008-02-05 r17914@catbus: nickm | 2008-02-05 16:12:16 -0500Nick Mathewson
2008-02-04Don't trigger an assert if we start a directory authority with aRoger Dingledine
2008-01-18minor typoRoger Dingledine
2008-01-16 r17639@catbus: nickm | 2008-01-15 19:09:21 -0500Nick Mathewson
2008-01-10 r17564@catbus: nickm | 2008-01-10 13:19:59 -0500Nick Mathewson
2008-01-08our defensive programming plan hid a bug. switch to offensive programming.Roger Dingledine