aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
Commit message (Expand)AuthorAge
...
* | | | Merge remote-tracking branch 'public/bug8208'Nick Mathewson2013-02-11
|\ \ \ \ | | |/ / | |/| |
| * | | Check whether ei is non-NULL before altering it.Nick Mathewson2013-02-11
* | | | Avoid generating extra spaces when explaining how we guessed our addressNick Mathewson2013-02-11
* | | | Refactor resolve_my_address() so logs are more accurate / helpfulRoger Dingledine2013-02-11
* | | | log the hostname that resolve_my_address() used to guess our IPRoger Dingledine2013-02-11
| |_|/ |/| |
* | | Merge remote-tracking branch 'public/easy_ratelim'Nick Mathewson2013-02-07
|\ \ \
| * | | Use log_fn_ratelim in a few places.Nick Mathewson2012-12-26
* | | | Merge remote-tracking branch 'public/bug7816_024'Nick Mathewson2013-02-07
|\ \ \ \
| * | | | Fix a leak-on-error case in 0.2.4 spotted by coverityNick Mathewson2012-12-28
| |/ / /
* | | | fix wide lines from tor_log renameNick Mathewson2013-02-01
* | | | Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* | | | Rename *_isin to *_containsNick Mathewson2013-01-16
* | | | Update the copyright date to 201.Nick Mathewson2013-01-16
* | | | Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\ \ \ \ | |/ / / |/| | |
| * | | Check all crypto_rand return values for ntor.Nick Mathewson2013-01-03
| * | | Complete all DOCDOC entries from the ntor branchNick Mathewson2013-01-03
| * | | Enable the ntor handshake on the client side.Nick Mathewson2013-01-03
| * | | Massive refactoring of the various handshake typesNick Mathewson2013-01-03
| * | | Wrangle curve25519 onion keys: generate, store, load, publish, republishNick Mathewson2013-01-02
* | | | Make ECDHE group configurable: 224 for public, 256 for bridges (default)Nick Mathewson2012-12-25
* | | | New FallbackDir option to add extra directories for bootstrapingNick Mathewson2012-12-06
* | | | Refactor add_trusted_dir_serverNick Mathewson2012-12-06
* | | | Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson2012-12-06
|/ / /
* | | Fix a bug in policy_is_reject_star() that was making IPv4 exits breakNick Mathewson2012-11-14
* | | Actually advertise IPv6 exit policies.Nick Mathewson2012-11-14
* | | Change signature of router_compare_to_my_exit_policy so dns can use itNick Mathewson2012-11-14
* | | Rename ipv{4,6}_only to bind_ipv{4,6}_onlyNick Mathewson2012-11-14
* | | Add an IPv6Exit configuration optionNick Mathewson2012-11-14
* | | Simplest version of server-side IPv6 support (no dns)Nick Mathewson2012-11-14
* | | Add IPv6 support to compare_to_addr_to_node_policyNick Mathewson2012-11-14
* | | Better policy support for IPv6Nick Mathewson2012-11-14
| |/ |/|
* | Merge remote-tracking branch 'linus/bug5053-bug5055'Nick Mathewson2012-11-04
|\ \
| * | Separate IPv4 and IPv6 geoip file loading.Linus Nordberg2012-10-20
* | | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
|/ /
* | Implement and use crypto_pk_eq_keysRobert Ransom2012-09-17
* | Split the routerset code out of routerlist.cNick Mathewson2012-09-14
* | Split the or_state_t portions of config.c into their own fileNick Mathewson2012-09-13
* | Fix directory self-testing logicNick Mathewson2012-09-12
* | Remove version_supports checks for versions before 0.2.2.Nick Mathewson2012-09-07
* | Rename extend_info_alloc() --> _new()Nick Mathewson2012-09-06
* | fix punctuation in logsRoger Dingledine2012-09-06
* | Fix whitespaceNick Mathewson2012-08-27
* | Merge remote-tracking branch 'linus/bug6362'Nick Mathewson2012-08-27
|\ \
| * | Make all relays, not only bridges, capable of advertising an IPv6 OR port.Linus Nordberg2012-08-19
* | | Move ipv6_preferred from routerinfo_t to node_t.Linus Nordberg2012-08-23
* | | Merge remote-tracking branch 'public/bug5124'Nick Mathewson2012-08-17
|\ \ \
| * | | Never emit the "opt" prefix in any directory stuffNick Mathewson2012-06-28
* | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-08-17
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Don't infer we have a FooPort from the presence of a FooPort lineNick Mathewson2012-08-09
| |/
* | Add last_reachable and testing_since for IPv6 OR port.Linus Nordberg2012-07-19