aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
2011-10-26Don't crash a bridge authority on SIGHUP if it's not in the consensusRobert Ransom
2011-10-26Properly refcount client_identity_keySebastian Hahn
2011-10-26Add some asserts to get_{tlsclient|server}_identity_keyNick Mathewson
2011-10-26Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson
2011-10-26Maintain separate server and client identity keys when appropriate.Robert Ransom
2011-10-26Maintain separate server and client TLS contexts.Robert Ransom
2011-10-26Refactor tor_tls_context_new:Robert Ransom
2011-10-26Add public_server_mode function.Robert Ransom
2011-09-13Generate our ssl session certs with a plausible lifetimeRoger Dingledine
2011-05-11Hand-conversion and audit phase of memcmp transitionNick Mathewson
2011-05-11Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson
2011-04-06Merge remote-tracking branch 'public/bug2402_again' into maint-0.2.1Nick Mathewson
2011-03-13we're not reachable if we don't have a routerinfo yetRoger Dingledine
2011-03-11Backport: Generate version tags using Git, not (broken) svn revisions.Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-04-23finally get rid of "clique mode"Roger Dingledine
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-27Properly handle non-terminated stringsSebastian Hahn
2010-01-23Fix two rare leaks spotted by rieo.Nick Mathewson
2009-10-26Fix two memory leaks found by Coverity (CIDs 417-418)Nick Mathewson
2009-08-31Only send reachability status events on overall success/failureRoger Dingledine
2009-08-11Fix possible segmentation fault on directory authorities.Karsten Loesing
2009-07-27Changing MaxAdvertisedBW may not need a republishSebastian Hahn
2009-07-27Write fingerprint to file and log without spacesRoger Dingledine
2009-06-30another minor patch to add to 0.2.1.xRoger Dingledine
2009-05-27Spell-check Tor.Nick Mathewson
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
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