summaryrefslogtreecommitdiff
path: root/src/or/entrynodes.c
AgeCommit message (Expand)Author
2016-11-30Write the easy parts of the public entryguard interface.Nick Mathewson
2016-11-30Implement most of the prop271 data structure backends.Nick Mathewson
2016-11-30Add parameters for new (prop271) guard algorithm.Nick Mathewson
2016-11-30Collect old guard algorithm parameters into one placeNick Mathewson
2016-11-30Add accessors as needed to repair compilationNick Mathewson
2016-11-30Split bridge functions into a new module.Nick Mathewson
2016-11-30Initial code to parse/encode/sample prop271 guardsNick Mathewson
2016-11-30Teach parse_iso_time about the spaceless variant.Nick Mathewson
2016-11-30Add the prop271 fields to entry_guard_t. Not used yet.Nick Mathewson
2016-11-30Whitespace fixes from previous mechanical search-and-replacesNick Mathewson
2016-11-30Make entry_guard_t opaque to circpathbias.cNick Mathewson
2016-11-30Fix remaining case of circpathbias inspecting entryguard internalsNick Mathewson
2016-11-30Add an entry_guard_describe() functionNick Mathewson
2016-11-30Move path-bias fields into a separate structureNick Mathewson
2016-11-30prop271: make entry_guard_t mostly-privateNick Mathewson
2016-10-19Merge remote-tracking branch 'andrea/ticket19858_v2'Nick Mathewson
2016-10-14Refactor to always allocate chosen_entry_guards in new guard_selection_new() ...Andrea Shepard
2016-10-13Use tor_memeq() instead of tor_memcmp() per code reviewAndrea Shepard
2016-10-13Adjust comment per code reviewAndrea Shepard
2016-10-01Bridge-using clients now use their cached microdesc consensusRoger Dingledine
2016-09-25Abolish globals in entrynodes.c; relativize guard context to new guard_select...Andrea Shepard
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-06-30fix naked memcmpsNick Mathewson
2016-06-29Expose GETINFO download status statics for test suite and make things mockableAndrea Shepard
2016-06-29Add bridge descriptor download status queries to GETINFOAndrea Shepard
2016-06-23Merge remote-tracking branch 'public/bug15942_v2_alternative'Nick Mathewson
2016-06-20Make base16_decodes return number of decoded bytesnikkolasg
2016-06-18Use exponential backoffs for bridge descriptor downloadsAndrea Shepard
2016-06-11Merge remote-tracking branch 'asn/bug17688'Nick Mathewson
2016-06-07Don't rely on consensus parameter to use a single guard.George Kadianakis
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-03-26Whitespace fixesNick Mathewson
2016-03-24Always allow OR connections to bridges on private addressesteor (Tim Wilson-Brown)
2016-02-27Update the copyright year.Nick Mathewson
2016-02-20If both IPv4 and IPv6 addresses could be used, choose one correctlyteor (Tim Wilson-Brown)
2016-02-11make check-spacesNick Mathewson
2016-02-03Make bridge clients prefer the configured bridge addressteor (Tim Wilson-Brown)
2016-01-29Merge branch 'feature17840-v11-squashed' into feature17840-v11-mergedteor (Tim Wilson-Brown)
2016-01-29Make entry_guard_set_status consistent with entry_is_liveteor (Tim Wilson-Brown)
2016-01-29Choose bridge addresses by IPv4/IPv6 preferencesteor (Tim Wilson-Brown)
2016-01-29Add ClientUseIPv4 and ClientPreferIPv6DirPort torrc optionsteor (Tim Wilson-Brown)
2016-01-26Correct grammatical errors in tor commentsteor (Tim Wilson-Brown)
2015-12-16Prop210: Add want_authority to directory_get_from_dirserverteor (Tim Wilson-Brown)
2015-04-23Fix some conversion problemsNick Mathewson
2015-04-21Add crypto_rand_int_range() and use itDavid Goulet
2015-04-01Bridges are always dirsSebastian Hahn
2015-04-01mark dirinfo_type as unused in populate_live_entry_guardsNick Mathewson
2015-03-24Remove version checks for microdescriptor supportNick Mathewson
2015-03-24Stop checking for torrc state files generated by very old Tor versionsNick Mathewson
2015-02-18Fix an implicit-narrowing warningNick Mathewson