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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
entrynodes.c
Age
Commit message (
Expand
)
Author
2016-11-30
Write the easy parts of the public entryguard interface.
Nick Mathewson
2016-11-30
Implement most of the prop271 data structure backends.
Nick Mathewson
2016-11-30
Add parameters for new (prop271) guard algorithm.
Nick Mathewson
2016-11-30
Collect old guard algorithm parameters into one place
Nick Mathewson
2016-11-30
Add accessors as needed to repair compilation
Nick Mathewson
2016-11-30
Split bridge functions into a new module.
Nick Mathewson
2016-11-30
Initial code to parse/encode/sample prop271 guards
Nick Mathewson
2016-11-30
Teach parse_iso_time about the spaceless variant.
Nick Mathewson
2016-11-30
Add the prop271 fields to entry_guard_t. Not used yet.
Nick Mathewson
2016-11-30
Whitespace fixes from previous mechanical search-and-replaces
Nick Mathewson
2016-11-30
Make entry_guard_t opaque to circpathbias.c
Nick Mathewson
2016-11-30
Fix remaining case of circpathbias inspecting entryguard internals
Nick Mathewson
2016-11-30
Add an entry_guard_describe() function
Nick Mathewson
2016-11-30
Move path-bias fields into a separate structure
Nick Mathewson
2016-11-30
prop271: make entry_guard_t mostly-private
Nick Mathewson
2016-10-19
Merge remote-tracking branch 'andrea/ticket19858_v2'
Nick Mathewson
2016-10-14
Refactor to always allocate chosen_entry_guards in new guard_selection_new() ...
Andrea Shepard
2016-10-13
Use tor_memeq() instead of tor_memcmp() per code review
Andrea Shepard
2016-10-13
Adjust comment per code review
Andrea Shepard
2016-10-01
Bridge-using clients now use their cached microdesc consensus
Roger Dingledine
2016-09-25
Abolish globals in entrynodes.c; relativize guard context to new guard_select...
Andrea Shepard
2016-07-28
Fix all -Wshadow warnings on Linux
Nick Mathewson
2016-06-30
fix naked memcmps
Nick Mathewson
2016-06-29
Expose GETINFO download status statics for test suite and make things mockable
Andrea Shepard
2016-06-29
Add bridge descriptor download status queries to GETINFO
Andrea Shepard
2016-06-23
Merge remote-tracking branch 'public/bug15942_v2_alternative'
Nick Mathewson
2016-06-20
Make base16_decodes return number of decoded bytes
nikkolasg
2016-06-18
Use exponential backoffs for bridge descriptor downloads
Andrea Shepard
2016-06-11
Merge remote-tracking branch 'asn/bug17688'
Nick Mathewson
2016-06-07
Don't rely on consensus parameter to use a single guard.
George Kadianakis
2016-05-30
Replace nearly all XXX0vv comments with smarter ones
Nick Mathewson
2016-03-26
Whitespace fixes
Nick Mathewson
2016-03-24
Always allow OR connections to bridges on private addresses
teor (Tim Wilson-Brown)
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-20
If both IPv4 and IPv6 addresses could be used, choose one correctly
teor (Tim Wilson-Brown)
2016-02-11
make check-spaces
Nick Mathewson
2016-02-03
Make bridge clients prefer the configured bridge address
teor (Tim Wilson-Brown)
2016-01-29
Merge branch 'feature17840-v11-squashed' into feature17840-v11-merged
teor (Tim Wilson-Brown)
2016-01-29
Make entry_guard_set_status consistent with entry_is_live
teor (Tim Wilson-Brown)
2016-01-29
Choose bridge addresses by IPv4/IPv6 preferences
teor (Tim Wilson-Brown)
2016-01-29
Add ClientUseIPv4 and ClientPreferIPv6DirPort torrc options
teor (Tim Wilson-Brown)
2016-01-26
Correct grammatical errors in tor comments
teor (Tim Wilson-Brown)
2015-12-16
Prop210: Add want_authority to directory_get_from_dirserver
teor (Tim Wilson-Brown)
2015-04-23
Fix some conversion problems
Nick Mathewson
2015-04-21
Add crypto_rand_int_range() and use it
David Goulet
2015-04-01
Bridges are always dirs
Sebastian Hahn
2015-04-01
mark dirinfo_type as unused in populate_live_entry_guards
Nick Mathewson
2015-03-24
Remove version checks for microdescriptor support
Nick Mathewson
2015-03-24
Stop checking for torrc state files generated by very old Tor versions
Nick Mathewson
2015-02-18
Fix an implicit-narrowing warning
Nick Mathewson
[next]