index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
entrynodes.c
Age
Commit message (
Expand
)
Author
2014-07-24
add a NumDirectoryGuards consensus param too
Roger Dingledine
2014-07-24
Add and use a new NumEntryGuards consensus parameter.
Roger Dingledine
2014-03-10
Update ns downloads when we receive a bridge descriptor
Nick Mathewson
2013-10-12
be willing to bootstrap from all three of our directory guards
Roger Dingledine
2013-07-30
NumDirectoryGuards now tracks NumEntryGuards by default
Roger Dingledine
2013-04-24
Increase the pathbias state file miscounting version check.
Mike Perry
2013-04-03
Clip invalid path bias counts at startup.
Mike Perry
2013-03-21
The *default* guard lifetime is two months; the *min* is one
Nick Mathewson
2013-03-19
Merge branch 'bug8240_v2_squashed' into maint-0.2.4
Nick Mathewson
2013-03-18
Fix some wide lines
Nick Mathewson
2013-03-18
Merge remote-tracking branch 'public/no_dup_guards' into maint-0.2.4
Nick Mathewson
2013-03-01
Correctly set entry->is_dir_cache when adding an entry guard for the first time
Andrea Shepard
2013-03-01
Fix bootstrapping with bridges by making is_dir_cache is set on them.
Nick Mathewson
2013-02-14
Be more robust when excluding existing nodes as new dirguards
Nick Mathewson
2013-02-14
Add some code to bluntly prevent duplicate guards from getting added
Nick Mathewson
2013-02-12
Restore the entry/dirguard distinction.
Nick Mathewson
2013-02-02
generalize choose_random_entry()'s dirinfo parameter
Roger Dingledine
2013-02-02
use microdescriptors if *any* of our bridges can handle them
Roger Dingledine
2013-01-18
Implement Path use bias accounting.
Mike Perry
2013-01-16
Rename *_isin to *_contains
Nick Mathewson
2013-01-16
Merge remote-tracking branch 'asn/bug7896'
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2013-01-09
Mention name of the transport used when we learn the fpr of a bridge.
George Kadianakis
2013-01-03
Merge branch 'ntor-resquashed'
Nick Mathewson
2013-01-03
Enable the ntor handshake on the client side.
Nick Mathewson
2012-12-25
Merge remote-tracking branch 'mikeperry/209-path-bias-changes'
Nick Mathewson
2012-12-25
Add configuration options for directory guards
Nick Mathewson
2012-12-25
Directory guard implementation.
Nick Mathewson
2012-12-25
Remember which of our guards are directory caches
Nick Mathewson
2012-12-18
Nick's Code review #3 part 2.
Mike Perry
2012-12-18
Changes from Nick's code review 'part 1'
Mike Perry
2012-12-09
Space fixes.
Mike Perry
2012-12-09
Fix a rather serious use-count state bug.
Mike Perry
2012-12-09
Convert to doubles for all pathbias state.
Mike Perry
2012-12-09
Also shorten circuit_successes to circ_successes.
Mike Perry
2012-12-09
Rename first_hop to circ_attempt.
Mike Perry
2012-12-07
Prop 209: Add path bias counts for timeouts and other mechanisms.
Mike Perry
2012-12-07
Update with code review changes from Nick.
Mike Perry
2012-12-07
Update pathbias parameters to match Proposal 209.
Mike Perry
2012-12-07
Add the ability to count circuit timeouts for guards.
Mike Perry
2012-12-07
Bug 3443: Don't count ORconn setup in circuit build time.
Mike Perry
2012-10-22
Fix more madness from the split_circuitbuild merge
Nick Mathewson
2012-10-15
Split code for entry guards and bridges into a new module.
Nick Mathewson