aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
2010-10-01log when we guess our ip address, not just when we failRoger Dingledine
2010-09-27changelog entry for bug1751Roger Dingledine
2010-09-27Change bug1751 enabling code based on comments from armaNick Mathewson
2010-09-21First cut of code to enable RefuseUnknownExitsNick Mathewson
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create relay.hSebastian Hahn
2010-07-27Create policies.hSebastian Hahn
2010-07-27Create main.hSebastian Hahn
2010-07-27Create hibernate.hSebastian Hahn
2010-07-27Create dns.hSebastian Hahn
2010-07-27Create dirserv.hSebastian Hahn
2010-07-27Create directory.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create circuituse.hSebastian Hahn
2010-07-27Create circuitlist.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-27Create router.hSebastian Hahn
2010-07-27Create geoip.hSebastian Hahn
2010-04-23finally get rid of "clique mode"Roger Dingledine
2010-04-21finally get rid of "clique mode"Roger Dingledine
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Properly handle non-terminated stringsSebastian Hahn
2010-01-26Fix a memory corruption bug while collecting bridge statsKarsten Loesing
2010-01-23Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-01-23Fix two rare leaks spotted by rieo.Nick Mathewson
2009-12-18Remove duplicate words and a duplicate newline.Karsten Loesing
2009-12-17Fix bridge statistics.Karsten Loesing
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-10-27Fix bug 1113.Karsten Loesing
2009-10-26Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-10-26Fix two memory leaks found by Coverity (CIDs 417-418)Nick Mathewson
2009-10-15Make signature-generation code handle different key and digest lengths.Nick Mathewson
2009-09-28fix two comment bugs for load_stats_file()Roger Dingledine
2009-09-28Fix an issue with including stats in extra-info descriptors.Karsten Loesing
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