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