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