summaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
2016-03-01Remove an extraneous space in a log messageteor (Tim Wilson-Brown)
2016-03-01Allow internal IPv6 addresses in descriptors in private networksteor (Tim Wilson-Brown)
2016-02-27Update the copyright year.Nick Mathewson
2016-02-11Merge remote-tracking branch 'teor/feature17840-v11-merged-v2'Nick Mathewson
2016-02-08Add missing consts; my fault.Nick Mathewson
2016-02-08fix wide lines, use more locals.Nick Mathewson
2016-02-07Using router_get_my_routerinfo()Harini Kannan
2016-01-29Merge branch 'feature17840-v11-squashed' into feature17840-v11-mergedteor (Tim Wilson-Brown)
2016-01-29Choose bridge addresses by IPv4/IPv6 preferencesteor (Tim Wilson-Brown)
2016-01-29Fix *_get_all_orports to use ipv6_orportteor (Tim Wilson-Brown)
2016-01-26Correct grammatical errors in tor log messagesteor (Tim Wilson-Brown)
2016-01-18Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2016-01-18Merge remote-tracking branch 'teor/bug18050' into maint-0.2.7Nick Mathewson
2016-01-18Check ORPort and DirPort reachability before publishing a relay descriptorteor (Tim Wilson-Brown)
2016-01-08Added AccountRule in and AccountingRule out optionsunixninja92
2015-12-18Merge branch 'feature12538_028_01_squashed'Nick Mathewson
2015-12-18Restore semantics of advertise vs serve on directory cacheingNick Mathewson
2015-12-18Change dataflow on generating 'dir-cache' flag.Nick Mathewson
2015-12-18Add new DirCache configuration optionMatthew Finkel
2015-12-17Prop210: Fix directory fetch teststeor (Tim Wilson-Brown)
2015-12-16A relay now advertises "tunnelled-dir-server" in its descriptorMatthew Finkel
2015-12-14Add a new ipv6=address:orport flag to DirAuthority and FallbackDirNick Mathewson
2015-12-07Move a comment in router_get_my_descriptor to the correct lineteor (Tim Wilson-Brown)
2015-11-20Refactor router_dump_exit_policy_to_stringteor (Tim Wilson-Brown)
2015-11-20Block OutboundBindAddressIPv[4|6]_ and configured ports on exit relaysteor (Tim Wilson-Brown)
2015-10-24A second test case for dns_resolve_impl.rl1987
2015-10-02Merge remote-tracking branch 'twstrike/dir-handle-cmd-get'Nick Mathewson
2015-09-16ExitPolicyRejectPrivate rejects local IPv6 address and interface addressesteor (Tim Wilson-Brown)
2015-09-15Add tests for directory_handle_command_getReinaldo de Souza Jr
2015-08-11Split the client-only parts of init_keys() into a separate functionNick Mathewson
2015-07-10Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 optionsNick Mathewson
2015-06-01Add a master-key-ed25519 line for convenienceNick Mathewson
2015-05-28Fix memory leak on failure to generate EI. CID 1301370.Nick Mathewson
2015-05-28Merge branch '12498_ed25519_keys_v6'Nick Mathewson
2015-05-28Do not allocate our ed-link crosscert till after tls ctxNick Mathewson
2015-05-28Generate weird certificates correctlyNick Mathewson
2015-05-28Sign extrainfo documents with ed25519Nick Mathewson
2015-05-28Tie key-pinning logic into directory authority operationNick Mathewson
2015-05-28Implement proposal 228: cross-certification with onion keysNick Mathewson
2015-05-28Implement proposal 228: cross-certification with onion keysNick Mathewson
2015-05-28Implement ed25519-signed descriptorsNick Mathewson
2015-05-28prop220: Implement certificates and key storage/creationNick Mathewson
2015-04-23Merge remote-tracking branch 'public/bug15745_027_03'Nick Mathewson
2015-04-23Merge branch 'feature15652_squashed'Nick Mathewson
2015-04-23Use a custom Base64 encoder with more control over the output format.Yawning Angel
2015-04-21Add crypto_rand_int_range() and use itDavid Goulet
2015-02-15Refactor router_rebuild_descriptorSebastian Hahn
2015-01-16Merge branch 'bug8546_squashed'Nick Mathewson
2015-01-16Split client-specific and server-specific parts of port_cfg_tNick Mathewson
2015-01-10Merge branch 'master' of https://git.torproject.org/tor into bug13111-empty-k...teor