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
/
nodelist.h
Age
Commit message (
Expand
)
Author
2018-02-16
Merge branch 'maint-0.2.9' into maint-0.3.1
Nick Mathewson
2018-02-08
test: Add unit tests for addressset.c
David Goulet
2018-02-08
Add an address_set to the nodelist.
Nick Mathewson
2017-06-29
Merge branch 'maint-0.3.0' into maint-0.3.1
Nick Mathewson
2017-06-29
Consider the exit family when applying guard restrictions.
Nick Mathewson
2017-05-24
remove unused node_get_published_on function
Roger Dingledine
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-12-08
Merge branch 'feature15056_v1_squashed'
Nick Mathewson
2016-12-08
helper to test a node for matching an ed25519 ID.
Nick Mathewson
2016-12-08
Enforce Ed25519 identities (client-side)
Nick Mathewson
2016-11-24
Refactor circuit_predict_and_launch_new
Chelsea H. Komlo
2016-11-10
Accessor functions to get a node's ID keys.
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-01-29
Use fascist firewall and ClientUseIPv4 for bridge clients
teor (Tim Wilson-Brown)
2016-01-29
Add ClientUseIPv4 and ClientPreferIPv6DirPort torrc options
teor (Tim Wilson-Brown)
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-12-30
Allow tor to build circuits using a consensus with no exits
teor
2014-12-30
Check if there are exits in the consensus
teor
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-08-29
Introduce full coverage tests for module routerset.c.
dana koch
2014-04-15
Uplift status.c unit test coverage with new test cases and macros.
dana koch
2014-03-27
Merge branch 'bug7164_diagnose_harder_v2'
Nick Mathewson
2014-03-27
More logs to try to diagnose bug 7164
Nick Mathewson
2014-02-06
fix longname returned in HS_DESC control events
Qingping Hou
2013-03-11
On END_REASON_EXITPOLICY, mark circuit as unusable for that address.
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2013-01-03
Enable the ntor handshake on the client side.
Nick Mathewson
2012-10-12
Convert all include-guard macros to avoid reserved identifiers.
Nick Mathewson
2012-09-14
Move functions for seeing if we know enough nodes into nodelist
Nick Mathewson
2012-09-14
Move many of the node_ functions from routerlist to nodelist
Nick Mathewson
2012-09-04
Make node_ipv6_preferred() take microdescs into account.
Linus Nordberg
2012-09-04
Clients connect to public relays over IPv6.
Linus Nordberg
2012-08-24
Make node_assert_ok less duplicatey
Nick Mathewson
2012-08-23
Move ipv6_preferred from routerinfo_t to node_t.
Linus Nordberg
2012-07-19
Try to re-approximate the older semantics of nodelist_add_routerinfo
Nick Mathewson
2012-07-19
Move last_reachable and testing_since from routerinfo_t to node_t.
Linus Nordberg
2012-06-04
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2011-11-30
Merge node_get_{prim,pref,pref_ipv6}_addr with their _orport counterparts.
Linus Nordberg
2011-11-30
First chunk of support for bridges on IPv6
Linus Nordberg
2011-07-11
Rename and tweak nodelist_add_node_family() to add node
Nick Mathewson
2011-01-03
Bump copyright statements to 2011 (master)
Nick Mathewson
2010-10-21
Add a node_get_by_hex_id().
Nick Mathewson
2010-10-13
Implement node_set_exit_policy_to_reject_all with a flag
Nick Mathewson
2010-10-01
Implement node-based router family code
Nick Mathewson
2010-10-01
Initial conversion to use node_t throughout our codebase.
Nick Mathewson
2010-10-01
Implement a basic node and nodelist type
Nick Mathewson