aboutsummaryrefslogtreecommitdiff
path: root/src/or/entrynodes.c
AgeCommit message (Expand)Author
2014-07-24add a NumDirectoryGuards consensus param tooRoger Dingledine
2014-07-24Add and use a new NumEntryGuards consensus parameter.Roger Dingledine
2014-03-10Update ns downloads when we receive a bridge descriptorNick Mathewson
2013-10-12be willing to bootstrap from all three of our directory guardsRoger Dingledine
2013-07-30NumDirectoryGuards now tracks NumEntryGuards by defaultRoger Dingledine
2013-04-24Increase the pathbias state file miscounting version check.Mike Perry
2013-04-03Clip invalid path bias counts at startup.Mike Perry
2013-03-21The *default* guard lifetime is two months; the *min* is oneNick Mathewson
2013-03-19Merge branch 'bug8240_v2_squashed' into maint-0.2.4Nick Mathewson
2013-03-18Fix some wide linesNick Mathewson
2013-03-18Merge remote-tracking branch 'public/no_dup_guards' into maint-0.2.4Nick Mathewson
2013-03-01Correctly set entry->is_dir_cache when adding an entry guard for the first timeAndrea Shepard
2013-03-01Fix bootstrapping with bridges by making is_dir_cache is set on them.Nick Mathewson
2013-02-14Be more robust when excluding existing nodes as new dirguardsNick Mathewson
2013-02-14Add some code to bluntly prevent duplicate guards from getting addedNick Mathewson
2013-02-12Restore the entry/dirguard distinction.Nick Mathewson
2013-02-02generalize choose_random_entry()'s dirinfo parameterRoger Dingledine
2013-02-02use microdescriptors if *any* of our bridges can handle themRoger Dingledine
2013-01-18Implement Path use bias accounting.Mike Perry
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Merge remote-tracking branch 'asn/bug7896'Nick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-09Mention name of the transport used when we learn the fpr of a bridge.George Kadianakis
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-03Enable the ntor handshake on the client side.Nick Mathewson
2012-12-25Merge remote-tracking branch 'mikeperry/209-path-bias-changes'Nick Mathewson
2012-12-25Add configuration options for directory guardsNick Mathewson
2012-12-25Directory guard implementation.Nick Mathewson
2012-12-25Remember which of our guards are directory cachesNick Mathewson
2012-12-18Nick's Code review #3 part 2.Mike Perry
2012-12-18Changes from Nick's code review 'part 1'Mike Perry
2012-12-09Space fixes.Mike Perry
2012-12-09Fix a rather serious use-count state bug.Mike Perry
2012-12-09Convert to doubles for all pathbias state.Mike Perry
2012-12-09Also shorten circuit_successes to circ_successes.Mike Perry
2012-12-09Rename first_hop to circ_attempt.Mike Perry
2012-12-07Prop 209: Add path bias counts for timeouts and other mechanisms.Mike Perry
2012-12-07Update with code review changes from Nick.Mike Perry
2012-12-07Update pathbias parameters to match Proposal 209.Mike Perry
2012-12-07Add the ability to count circuit timeouts for guards.Mike Perry
2012-12-07Bug 3443: Don't count ORconn setup in circuit build time.Mike Perry
2012-10-22Fix more madness from the split_circuitbuild mergeNick Mathewson
2012-10-15Split code for entry guards and bridges into a new module.Nick Mathewson