summaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
2013-02-19touchups on 78582760Roger Dingledine
2013-02-19Revise some comments in router.cNick Mathewson
2013-02-15Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson
2013-02-12get rid of the new caching notion in resolve_my_address()Roger Dingledine
2013-02-11Stop trying to resolve our hostname so oftenRoger Dingledine
2013-02-11Teach resolve_my_address() to return a cached answerRoger Dingledine
2013-02-11oops; add a missing semicolonNick Mathewson
2013-02-11Merge remote-tracking branch 'public/bug8208'Nick Mathewson
2013-02-11Check whether ei is non-NULL before altering it.Nick Mathewson
2013-02-11Avoid generating extra spaces when explaining how we guessed our addressNick Mathewson
2013-02-11Refactor resolve_my_address() so logs are more accurate / helpfulRoger Dingledine
2013-02-11log the hostname that resolve_my_address() used to guess our IPRoger Dingledine
2013-02-07Merge remote-tracking branch 'public/easy_ratelim'Nick Mathewson
2013-02-07Merge remote-tracking branch 'public/bug7816_024'Nick Mathewson
2013-02-01fix wide lines from tor_log renameNick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-03Check all crypto_rand return values for ntor.Nick Mathewson
2013-01-03Complete all DOCDOC entries from the ntor branchNick Mathewson
2013-01-03Enable the ntor handshake on the client side.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-12-28Fix a leak-on-error case in 0.2.4 spotted by coverityNick Mathewson
2012-12-26Use log_fn_ratelim in a few places.Nick Mathewson
2012-12-25Make ECDHE group configurable: 224 for public, 256 for bridges (default)Nick Mathewson
2012-12-06New FallbackDir option to add extra directories for bootstrapingNick Mathewson
2012-12-06Refactor add_trusted_dir_serverNick Mathewson
2012-12-06Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson
2012-11-14Fix a bug in policy_is_reject_star() that was making IPv4 exits breakNick Mathewson
2012-11-14Actually advertise IPv6 exit policies.Nick Mathewson
2012-11-14Change signature of router_compare_to_my_exit_policy so dns can use itNick Mathewson
2012-11-14Rename ipv{4,6}_only to bind_ipv{4,6}_onlyNick Mathewson
2012-11-14Add an IPv6Exit configuration optionNick Mathewson
2012-11-14Simplest version of server-side IPv6 support (no dns)Nick Mathewson
2012-11-14Add IPv6 support to compare_to_addr_to_node_policyNick Mathewson
2012-11-14Better policy support for IPv6Nick Mathewson
2012-11-06Allow a v4 link protocol for 4-byte circuit IDs.Nick Mathewson
2012-11-04Merge remote-tracking branch 'linus/bug5053-bug5055'Nick Mathewson
2012-10-20Separate IPv4 and IPv6 geoip file loading.Linus Nordberg
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-09-17Implement and use crypto_pk_eq_keysRobert Ransom
2012-09-14Split the routerset code out of routerlist.cNick Mathewson
2012-09-13Split the or_state_t portions of config.c into their own fileNick Mathewson
2012-09-12Fix directory self-testing logicNick Mathewson
2012-09-07Remove version_supports checks for versions before 0.2.2.Nick Mathewson
2012-09-06Rename extend_info_alloc() --> _new()Nick Mathewson
2012-09-06fix punctuation in logsRoger Dingledine
2012-08-27Fix whitespaceNick Mathewson