summaryrefslogtreecommitdiff
path: root/src/or/nodelist.h
AgeCommit message (Expand)Author
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