aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
2017-12-11Merge branch 'maint-0.2.5' into maint-0.2.8Nick Mathewson
2017-11-27relay: Change bandwidth stats interval to 24 hoursDavid Goulet
2017-11-18Merge branch 'maint-0.2.5' into maint-0.2.8Nick Mathewson
2017-11-13Minimal implementation of bridge-distribution-requestNick Mathewson
2016-05-26Fix two long linesNick Mathewson
2016-05-17whitespace fixesNick Mathewson
2016-05-17Remove duplicate siging_key_cert fields.Nick Mathewson
2016-05-17Merge branch 'bug17150_027_extra' into maint-0.2.8Nick Mathewson
2016-05-17Improve API of routerinfo_incompatible_with_extrainfo()Nick Mathewson
2016-05-17Copy the signing_key_cert field into signed_descriptor_tNick Mathewson
2016-05-17Move extra_info_digest256 into signed_descriptor_tNick Mathewson
2016-05-17Merge remote-tracking branch 'arma/bug18616-v4' into maint-0.2.8Nick Mathewson
2016-05-16touchups and refactorings on bug 18616 branchRoger Dingledine
2016-05-11refactor the #19003 patchesRoger Dingledine
2016-05-09Allow directories in small networks to bootstrapteor (Tim Wilson-Brown)
2016-04-28Refactor DirPort & begindir descriptor checksteor (Tim Wilson-Brown)
2016-04-28Remove redundant descriptor checks for OR/Dir reachabilityteor (Tim Wilson-Brown)
2016-04-28Refactor common code out of reachability checksteor (Tim Wilson-Brown)
2016-04-28Avoid checking ORPort reachability when the network is disabledteor (Tim Wilson-Brown)
2016-04-28Decide to advertise begindir support like we decide to advertise DirPortteor (Tim Wilson-Brown)
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