aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.h
Commit message (Expand)AuthorAge
* Uplift status.c unit test coverage with new test cases and macros.dana koch2014-04-15
* Merge branch 'bug7164_diagnose_harder_v2'Nick Mathewson2014-03-27
|\
| * More logs to try to diagnose bug 7164Nick Mathewson2014-03-27
* | fix longname returned in HS_DESC control eventsQingping Hou2014-02-06
|/
* On END_REASON_EXITPOLICY, mark circuit as unusable for that address.Nick Mathewson2013-03-11
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Enable the ntor handshake on the client side.Nick Mathewson2013-01-03
* Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson2012-10-12
* Move functions for seeing if we know enough nodes into nodelistNick Mathewson2012-09-14
* Move many of the node_ functions from routerlist to nodelistNick Mathewson2012-09-14
* Make node_ipv6_preferred() take microdescs into account.Linus Nordberg2012-09-04
* Clients connect to public relays over IPv6.Linus Nordberg2012-09-04
* Make node_assert_ok less duplicateyNick Mathewson2012-08-24
* Move ipv6_preferred from routerinfo_t to node_t.Linus Nordberg2012-08-23
* Try to re-approximate the older semantics of nodelist_add_routerinfoNick Mathewson2012-07-19
* Move last_reachable and testing_since from routerinfo_t to node_t.Linus Nordberg2012-07-19
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Merge node_get_{prim,pref,pref_ipv6}_addr with their _orport counterparts.Linus Nordberg2011-11-30
* First chunk of support for bridges on IPv6Linus Nordberg2011-11-30
* Rename and tweak nodelist_add_node_family() to add nodeNick Mathewson2011-07-11
* Bump copyright statements to 2011 (master)Nick Mathewson2011-01-03
* Add a node_get_by_hex_id().Nick Mathewson2010-10-21
* Implement node_set_exit_policy_to_reject_all with a flagNick Mathewson2010-10-13
* Implement node-based router family codeNick Mathewson2010-10-01
* Initial conversion to use node_t throughout our codebase.Nick Mathewson2010-10-01
* Implement a basic node and nodelist typeNick Mathewson2010-10-01