aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.h
AgeCommit message (Expand)Author
2018-04-22Rename node_has_descriptor() to node_has_any_descriptor()Nick Mathewson
2018-04-22Check for "the right descriptor", not just "any descriptor".Nick Mathewson
2018-03-27test: Add unittest for the OR connection failure cacheGeorge Kadianakis
2018-02-09Merge remote-tracking branch 'dgoulet/ticket24902_029_05'Nick Mathewson
2018-02-08test: Add unit tests for addressset.cDavid Goulet
2018-02-08Add an address_set to the nodelist.Nick Mathewson
2018-02-01Remove nodelist_recompute_all_hsdir_indices() as unused.Nick Mathewson
2017-11-12Make node_get_curve25519_onion_key() return a const ptrNick Mathewson
2017-11-12Merge branch 'bug23577_squashed'Nick Mathewson
2017-11-12Introduce node_get_curve25519_onion_key()Neel Chauhan
2017-11-09Merge branch 'ticket20895'Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-11Split the behavior of node_supports_ed25519_link_authentication().Nick Mathewson
2017-09-08Merge branch 'ed25519_lookup'Nick Mathewson
2017-09-08test: Add an HS v3 reachability unit testDavid Goulet
2017-09-07prop224: Pick rendezvous point of protover HSRend=2David Goulet
2017-08-22Refactor node lookup APIs to take flagsNick Mathewson
2017-08-22Remove some support for nickname-based hexdigestsNick Mathewson
2017-08-19prop224: Recompute all HSDir indices when we enter overlap mode.George Kadianakis
2017-08-19prop224: Only upload descriptor if we have good hash ring and SRV.George Kadianakis
2017-08-09Add a hashtable mapping to nodes from ed25519 idsNick Mathewson
2017-07-05Merge remote-tracking branch 'asn/ticket22727_032_02'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-06-27nodelist: Add functions to check for HS v3 supportDavid Goulet
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