summaryrefslogtreecommitdiff
path: root/src/or/router.h
AgeCommit message (Expand)Author
2011-06-14Make the get_options() return constNick Mathewson
2011-06-02Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-02Fix unit test failure in dir/formatsSebastian Hahn
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-30Merge branch 'bug3045' into maint-0.2.2Nick Mathewson
2011-05-30Improve comments and defensive programming for 3045Nick Mathewson
2011-05-20Merge branch 'maint-0.2.2'Roger Dingledine
2011-05-19log the reason for publishing a new relay descriptorRoger Dingledine
2011-05-15Log descriptions of nodes, not just nicknames.Nick Mathewson
2011-05-13Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-13Advertise correct DirPort/ORPort when configured with "auto"Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-11-19Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-11-15Try harder not to exceed the 50 KB extra-info descriptor limit.Karsten Loesing
2010-10-21Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-21Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson
2010-10-04Maintain separate server and client identity keys when appropriate.Robert Ransom
2010-10-04Add public_server_mode function.Robert Ransom
2010-10-01Try to make most routerinfo_t interfaces constNick Mathewson
2010-09-21First cut of code to enable RefuseUnknownExitsNick Mathewson
2010-07-28Fix typos, make all \brief's conformant, end sentences with a period.Linus Nordberg
2010-07-27Create router.hSebastian Hahn