summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2016-02-23Merge remote-tracking branch 'teor/bug18348-v2'Nick Mathewson
2016-02-22fix two typos in commentsRoger Dingledine
2016-02-20Downgrade directory preference warning to info levelteor (Tim Wilson-Brown)
2016-01-29Merge branch 'feature17840-v11-squashed' into feature17840-v11-mergedteor (Tim Wilson-Brown)
2016-01-29Optimise reachability checks when iterating through relay liststeor (Tim Wilson-Brown)
2016-01-29Use fascist firewall and ClientUseIPv4 for bridge clientsteor (Tim Wilson-Brown)
2016-01-29Log when IPv4/IPv6 restrictions or preferences weren't metteor (Tim Wilson-Brown)
2016-01-29Choose directory servers by IPv4/IPv6 preferencesteor (Tim Wilson-Brown)
2016-01-29Choose OR Entry Guards using IPv4/IPv6 preferencesteor (Tim Wilson-Brown)
2016-01-13Include square brackets and port number in calcs for max_dl_per_requestFergus Dall
2016-01-13Update the limits in max_dl_per_request for IPv6 address lengthFergus Dall
2015-12-18A router must be a dir cache before it may be HSDirMatthew Finkel
2015-12-18{dis,en}abling DirCache is a semantic changeMatthew Finkel
2015-12-18Add unit test for router_pick_directory_server_implMatthew Finkel
2015-12-18Client should check if dir server has open dir port or handles tunnelled requ...Matthew Finkel
2015-12-16Wait for busy authorities/fallbacks rather than ignoring excluded nodesteor (Tim Wilson-Brown)
2015-12-15Merge remote-tracking branch 'teor/feature15775-fallback-v9-squashed'Nick Mathewson
2015-12-16Add Fallback Directory Candidate Selection Scriptteor
2015-12-15Merge remote-tracking branch 'teor/feature17327-v4'Nick Mathewson
2015-12-15Merge remote-tracking branch 'teor/feature4483-v10-squashed'Nick Mathewson
2015-12-16Prop210: Add router_digest_is_fallback_dirteor (Tim Wilson-Brown)
2015-12-16Prop210: Add schedules for simultaneous client consensus downloadsteor (Tim Wilson-Brown)
2015-12-16Prop210: Add want_authority to directory_get_from_dirserverteor (Tim Wilson-Brown)
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-12-14Add a new ipv6=address:orport flag to DirAuthority and FallbackDirNick Mathewson
2015-12-09Assert that the directory server digest is givencypherpunks
2015-12-09Mention the expected length of the digestscypherpunks
2015-12-08Merge branch 'maint-0.2.7'Nick Mathewson
2015-12-08Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2015-12-08Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-12-08Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-12-08Ensure node is a guard candidate when picking a directory guardArlo Breault
2015-11-10Mark fallback directoriess as too busy after a 503 responseteor (Tim Wilson-Brown)
2015-10-06fix check-spaces once moreNick Mathewson
2015-10-06Merge remote-tracking branch 'twstrike/rendcache_tests'Nick Mathewson
2015-10-02Merge remote-tracking branch 'twstrike/dir-handle-cmd-get'Nick Mathewson
2015-09-24Make our digest-mismatch warnings a touch betterNick Mathewson
2015-09-15Add tests for directory_handle_command_getReinaldo de Souza Jr
2015-09-15Add tests for the rend cacheOla Bini
2015-08-13Decouple routerlist_retry_directory_downloads() from the blobNick Mathewson
2015-08-12Fix a memory leak when adding an ri with expired ed certsNick Mathewson
2015-07-10Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 optionsNick Mathewson
2015-06-01Appease make check-spacesAndrea Shepard
2015-05-28Merge branch '12498_ed25519_keys_v6'Nick Mathewson
2015-05-28Enforce more correspondence between ri and eiNick Mathewson
2015-05-28Sign extrainfo documents with ed25519Nick Mathewson
2015-05-28Implement proposal 228: cross-certification with onion keysNick Mathewson
2015-05-28Implement ed25519-signed descriptorsNick Mathewson
2015-03-24Remove version checks for microdescriptor supportNick Mathewson
2015-03-14Remove relative paths to header files.cypherpunks