aboutsummaryrefslogtreecommitdiff
path: root/src/or/entrynodes.c
AgeCommit message (Expand)Author
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
2015-02-18Merge branch 'bug9321_rerebase'Nick Mathewson
2015-02-18Calculate the guardfraction bandwidth of a guard.George Kadianakis
2015-02-18Parse GuardFraction info from consensuses and votes.George Kadianakis
2015-02-06Control: getinfo entry-guards report down-sinceDavid Goulet
2015-01-31Only retry connecting to configured bridgesMatthew Finkel
2015-01-18Merge remote-tracking branch 'public/bug12485'Nick Mathewson
2015-01-09Allow two ISO times to appear in EntryGuardDownSince.Nick Mathewson
2015-01-07Lower the delay before saving guard status to diskNick Mathewson
2015-01-07Turn entry_guards_changed constants into symbolic constantsNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-04Merge remote-tracking branch 'andrea/ticket6456'Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-08Improve DIRINFO flags' usage commentsteor
2014-09-22Merge remote-tracking branch 'public/bug7733a'Nick Mathewson
2014-09-01Avoid unsigned/sign compare warning from last patch.Nick Mathewson
2014-09-01Bounds check while looping over a fixed size table or arrayPhilip Van Hoof
2014-08-20Unit testing entry_is_time_to_retry().rl1987
2014-08-20Write comments for members of periods array.rl1987
2014-08-20Rewriting entry_is_time_to_retry() using table approach.rl1987
2014-07-25Add some mocks needed to unit test ClientTransportPlugin/ServerTransportPlugi...Andrea Shepard
2014-07-24Merge branch 'maint-0.2.5'Roger Dingledine
2014-07-24Merge branch 'maint-0.2.4' into maint-0.2.5Roger Dingledine
2014-07-24add a NumDirectoryGuards consensus param tooRoger Dingledine
2014-07-24Add and use a new NumEntryGuards consensus parameter.Roger Dingledine
2014-07-16Fix wide lines, make entry_is_live() non-inlineNick Mathewson
2014-06-25Change the interface of entry_is_live() to take a bitmap.George Kadianakis
2014-06-25Basic entry_is_live() unittest.George Kadianakis
2014-06-15Document choose_random_entry_impl() and populate_live_entry_guards().George Kadianakis
2014-06-15Make a few entrynodes.c functions testable.George Kadianakis
2014-06-15Make populate_live_entry_guards() more smoothly testable.George Kadianakis
2014-06-15Constify aggressively in populate_live_entry_guards().George Kadianakis