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.h
Age
Commit message (
Expand
)
Author
2015-02-18
clean up comments and whitespace a bit
Roger Dingledine
2015-02-18
Calculate the guardfraction bandwidth of a guard.
George Kadianakis
2015-02-18
Parse GuardFraction info from consensuses and votes.
George Kadianakis
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-11-04
Merge remote-tracking branch 'andrea/ticket6456'
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-08-20
Unit testing entry_is_time_to_retry().
rl1987
2014-07-25
Add some mocks needed to unit test ClientTransportPlugin/ServerTransportPlugi...
Andrea Shepard
2014-07-16
Fix wide lines, make entry_is_live() non-inline
Nick Mathewson
2014-06-25
Change the interface of entry_is_live() to take a bitmap.
George Kadianakis
2014-06-25
Basic entry_is_live() unittest.
George Kadianakis
2014-06-15
Make a few entrynodes.c functions testable.
George Kadianakis
2014-03-25
Fix warnings from doxygen
Nick Mathewson
2014-03-10
Throw control port warning if we failed to connect to all our bridges.
George Kadianakis
2013-10-29
Merge remote-tracking branch 'public/bug5018'
Nick Mathewson
2013-10-29
Only launch transport proxies that provide useful transports.
George Kadianakis
2013-10-21
DROPGUARDS controller command
Nick Mathewson
2013-03-19
Merge remote-tracking branch 'asn/bug3594_rebased_and_fixed'
Nick Mathewson
2013-02-15
Merge remote-tracking branch 'public/feature4994-rebased'
Nick Mathewson
2013-02-12
Restore the entry/dirguard distinction.
Nick Mathewson
2013-02-11
Refactoring to make parse_bridge_line() unittestable.
George Kadianakis
2013-02-09
Send SOCKS arguments when doing SOCKS5.
George Kadianakis
2013-02-09
Send SOCKS arguments when doing SOCKS4.
George Kadianakis
2013-02-09
Add support for parsing SOCKS arguments.
George Kadianakis
2013-02-07
Separate the flags for logging use bias.
Mike Perry
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
Update the copyright date to 201.
Nick Mathewson
2012-12-25
Merge remote-tracking branch 'mikeperry/209-path-bias-changes'
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-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
Move a pathbias function that depends on entryguard_t.
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
Fix spaces.
Mike Perry
2012-12-07
Add log message checks for different rates.
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-15
Split code for entry guards and bridges into a new module.
Nick Mathewson