summaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-31Merge branch 'maint-0.2.1'Roger Dingledine
2009-08-31Only send reachability status events on overall success/failureRoger Dingledine
2009-08-26Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson
2009-08-21Add some fixes after discussion with Nick.Karsten Loesing
2009-08-21Add the first 8 bytes of the git commit digest to our versions.Nick Mathewson
2009-08-19Some final (?) cleanups of proposal 166 implementation.Karsten Loesing
2009-08-19Fix a couple of bugs that showed up at runtime.Karsten Loesing
2009-08-19Don't write extra-info document to debug logs.Karsten Loesing
2009-08-19Move all *-stats file to subdirectory stats/.Karsten Loesing
2009-08-19Include only the last 24 hours of stats in extra-info documents.Karsten Loesing
2009-08-18Clean up proposal 166 and its implementation.Karsten Loesing
2009-08-17Fix trivial bug when uploading extra-info documents.Karsten Loesing
2009-08-17Include contents of *-stats files in descriptor.Karsten Loesing
2009-08-17Remove ./configure option for entry and dir request statistics.Karsten Loesing
2009-08-12Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-08-11Fix possible segmentation fault on directory authorities.Karsten Loesing
2009-07-28Merge branch 'maint-0.2.1' into masterRoger Dingledine
2009-07-27Changing MaxAdvertisedBW may not need a republishSebastian Hahn
2009-07-27Write fingerprint to file and log without spacesRoger Dingledine
2009-07-15Some tweaks to statistics.Karsten Loesing
2009-07-05If configured, write entry-node statistics to disk periodically.Karsten Loesing
2009-07-02Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-06-30another minor patch to add to 0.2.1.xRoger Dingledine
2009-05-31Merge branch 'hardware_accel_improvements'Nick Mathewson
2009-05-27Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-27Change the way how directories that are configured with --enable-geoip-stats ...Karsten Loesing
2009-05-23Add support for dynamic OpenSSL hardware crypto acceleration engines.Martin Peck
2009-05-17Fix a memory leak when v3 directory authorities load their keysRoger Dingledine
2009-05-04Update copyright to 2009.Karsten Loesing
2009-04-11fix a commentRoger Dingledine
2009-04-01log more verbosely when we accept or decline a router descriptor,Roger Dingledine
2009-03-18Add a function to get a LongName from a routerstatus. Needed for partial bug...Nick Mathewson
2009-01-28clean up r18287Roger Dingledine
2009-01-28patch from matt to implement 'getinfo status/clients-seen'Roger Dingledine
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