summaryrefslogtreecommitdiff
path: root/src/or/router.h
AgeCommit message (Expand)Author
2013-02-23Remove some totally unused functionsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Massive refactoring of the various handshake typesNick Mathewson
2013-01-02Wrangle curve25519 onion keys: generate, store, load, publish, republishNick Mathewson
2012-11-14Change signature of router_compare_to_my_exit_policy so dns can use itNick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-10-08Fix make check-spaces in circuitbuild.c and router.hAndrea Shepard
2012-08-23Move ipv6_preferred from routerinfo_t to node_t.Linus Nordberg
2012-07-19Add last_reachable and testing_since for IPv6 OR port.Linus Nordberg
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-03-31Introduce and use router_get_active_listener_port_by_type().George Kadianakis
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2011-11-30Make the router_get_*_orport interface consistent with node_*.Linus Nordberg
2011-11-30Make router_get_{prim,alt,pref}_addr_port take tor_addr_port_t *.Linus Nordberg
2011-11-30First chunk of support for bridges on IPv6Linus Nordberg
2011-11-29Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson
2011-11-28New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson
2011-11-25Simply initialize TLS context if DynamicDHGroups change.George Kadianakis
2011-11-25Finishing touches.George Kadianakis
2011-11-24Move crypto_get_stored_dynamic_prime() to crypto.cGeorge Kadianakis
2011-11-24Move store_dynamic_prime() to crypto.c.George Kadianakis
2011-11-24Implement dynamic prime reading and storing to disk.George Kadianakis
2011-09-07Report reason for generating descriptor in an HTTP headerNick Mathewson
2011-09-07Upload descriptors more often when recent desc is unlistedNick Mathewson
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