aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
2018-11-15Merge remote-tracking branch 'public/bug24104_029_squashed' into maint-0.2.9Nick Mathewson
2018-09-01Check descriptor bandwidth changed if not hibernatingjuga0
2018-09-01Make bandwidth change factor a constantjuga0
2018-06-13Fix a GCC "potential null dereference" warning.Nick Mathewson
2018-06-03Check bandwidth changes only if small uptimejuga0
2017-12-11Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
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.8' into maint-0.2.9Nick Mathewson
2017-11-18Merge branch 'maint-0.2.5' into maint-0.2.8Nick Mathewson
2017-11-13Minimal implementation of bridge-distribution-requestNick Mathewson
2016-11-16refactor router_pick_published_address to have another argRoger Dingledine
2016-10-31policy_is_reject_star():Nick Mathewson
2016-10-18Module-level docs for ext_orport and router.cNick Mathewson
2016-10-13Tweak patch for 18529.Nick Mathewson
2016-10-13Remove duplicate code that checks for default authoritiesNick Mathewson
2016-09-28Fix memory leak from prop264 branch. CID 1373401Nick Mathewson
2016-09-26Merge branch 'protover_v2_squashed'Nick Mathewson
2016-09-26Rename get_supported_protocols to protover_get_supported_protocolsNick Mathewson
2016-09-26Emit and parse protocol lists in router descriptorsNick Mathewson
2016-09-06Give useful error if authority_signing_key doesn't existSebastian Hahn
2016-08-29Merge remote-tracking branch 'teor/reject-tap-v6'Nick Mathewson
2016-08-23Use tor_assert, not assert.Nick Mathewson
2016-08-23Merge branch 'bug13953_squashed'Nick Mathewson
2016-08-23Reword the router_check_descriptor_address_port_consistency log messageteor
2016-08-16Check parameters to router_check_descriptor_address_port_consistencyteor
2016-08-16Refactor duplicate code in router_check_descriptor_address_consistencyteor
2016-08-15Make log message clearers7r
2016-08-02Get the extend_info_from_router check the right way aroundteor
2016-07-28Merge branch 'bug18902_squashed'Nick Mathewson
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-07-26Check that extend_info_from_router is never called on a clientteor (Tim Wilson-Brown)
2016-07-15Relays make sure their own descriptor has an ntor keyteor (Tim Wilson-Brown)
2016-06-11Merge branch 'bug19180_easy_squashed'Nick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-05-26Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-26Fix two long linesNick Mathewson
2016-05-19Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-17whitespace fixesNick Mathewson
2016-05-17Remove duplicate siging_key_cert fields.Nick Mathewson
2016-05-17Merge branch 'maint-0.2.8'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 'teor/bug18963-remember-v2'Nick 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-11Fetch certificates from the same directory as previous certificatesteor (Tim Wilson-Brown)