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
/
feature
/
client
/
entrynodes.c
Age
Commit message (
Expand
)
Author
2020-11-12
Fix typos.
Samanta Navarro
2020-08-25
Merge branch 'maint-0.4.4'
David Goulet
2020-08-25
Avoid guard-related warning when upgrading from 043 to 044.
George Kadianakis
2020-08-05
Replace several C identifiers for ticket 18106.
Nick Mathewson
2020-07-14
Rename blacklist and whitelist wording
David Goulet
2020-06-30
node: Rename addrs_in_same_network_family()
David Goulet
2020-06-23
Reinstate support for GUARD NEW/UP/DOWN control port events.
George Kadianakis
2020-06-11
Update functions that load and write the guard state file.
George Kadianakis
2020-06-11
Pick guards on the order they were sampled (prop310).
George Kadianakis
2020-06-11
Refactor some guard state file parsing code into functions.
Florentin Rochet
2020-06-02
Merge branch 'tor-github/pr/1909'
George Kadianakis
2020-05-30
Preemptive circs should work with UseEntryGuards 0
Roger Dingledine
2020-05-06
Merge branch 'maint-0.4.3'
Nick Mathewson
2020-05-06
Use __attribute__((fallthrough)) rather than magic GCC comments.
Nick Mathewson
2020-05-06
Use __attribute__((fallthrough)) rather than magic GCC comments.
Nick Mathewson
2020-02-06
Wrap columnar tables in "clang-format off/on"
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-10-26
Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.
Nick Mathewson
2019-10-16
Doxygen: fix warnings about mismatched HTML tags.
Nick Mathewson
2019-09-12
Merge branch 'tor-github/pr/1319'
David Goulet
2019-09-12
Merge remote-tracking branch 'tor-github/pr/1300'
Nick Mathewson
2019-09-11
Update #includes to point to confparse.h in its new location.
Nick Mathewson
2019-09-06
entrynodes: Make routine descriptor expiry notice logs less alarming
teor
2019-08-30
Merge remote-tracking branch 'tor-github/pr/1117' into maint-0.3.5
teor
2019-06-19
guard: Ignore marked for close circuit when changing state to open
David Goulet
2019-06-19
guard: Ignore marked for close circuit when changing state to open
David Goulet
2019-05-31
Merge branch 'bug29875_035' into bug29875_master
Nick Mathewson
2019-05-31
num_bridges_usable(): only count configured bridges.
Nick Mathewson
2019-03-25
Split all controller events code into a new control_events.c
Nick Mathewson
2019-02-14
Merge branch 'tor-github/pr/536' into maint-0.3.5
George Kadianakis
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2019-01-16
Bump copyright date to 2019.
Nick Mathewson
2018-11-22
Entry Nodes: Use a reasonably live consensus to select guards
teor
2018-10-01
Remove routerparse include from files that dont use it
Nick Mathewson
2018-10-01
Move routerparse and parsecommon to their own module.
Nick Mathewson
2018-09-25
Revise things that had included router.h before
Nick Mathewson
2018-09-21
Split directory.c code into several modules
Nick Mathewson
2018-09-21
Split main.c into main.c and mainloop.c
Nick Mathewson
2018-09-19
Split routerlist.c into 4 separate modules
Nick Mathewson
2018-07-21
Split select_entry_guard_for_circuit()
rl1987
2018-07-21
Make entry_guards_update_primary() shorter
rl1987
2018-07-21
Split sampled_guards_update_from_consensus() into subfunctions
rl1987
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-07-05
Move literally everything out of src/or
Nick Mathewson