aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.c
AgeCommit message (Expand)Author
2018-03-28Merge branch 'maint-0.3.3'Nick Mathewson
2018-03-28Merge remote-tracking branch 'dgoulet/bug24767_033_03' into maint-0.3.3Nick Mathewson
2018-03-27Merge branch 'maint-0.3.3'Nick Mathewson
2018-03-27Fix CID 1430932Taylor Yu
2018-03-27test: Add unittest for the OR connection failure cacheGeorge Kadianakis
2018-02-16Remove the return value of node_get_prim_orport() and node_get_prim_dirport()Neel Chauhan
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
2018-01-24Always look at the subprotocol versions summary flagsNick Mathewson
2018-01-24Extract protover summary flags into a new structureNick Mathewson
2018-01-10Remove needless parenthesesNick Mathewson
2018-01-10Merge remote-tracking branch 'teor/Bug-23966'Nick Mathewson
2017-12-29node_has_curve25519_onion_key() is refactored and duplicate code removedArunaMaurya221B
2017-12-24Expand comments in node_get_ed25519_id() and put them near the relevant codeteor
2017-12-24Conditional check addedArunaMaurya221B
2017-12-08Convert remaining function (mostly static) to new free styleNick 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-11-02nodelist: Downgrade warning to protocol warningDavid Goulet
2017-10-31Merge branch 'bug23762_032_02_squashed' into maint-0.3.2Nick Mathewson
2017-10-31hs-v3: Attempt descriptor refetch when dirinfo changesDavid Goulet
2017-10-23Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2017-10-23Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-10-23Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-10-15Clear the address when node_get_prim_orport() returns earlyteor
2017-10-03entrynodes: Better naming for dir info check functions.George Kadianakis
2017-10-03entrynodes: Error msg for missing guard descs is now more informative.George Kadianakis
2017-10-03entrynodes: Move guard dirinfo check below path dirinfo check.George Kadianakis
2017-10-03entrynodes: Be specific about how many primary descriptors we miss.George Kadianakis
2017-09-12hs-v3: Rate limit some log statementsDavid Goulet
2017-09-12Remove named_map and unnamed_map from networkstatus.cNick Mathewson
2017-09-12Remove networkstatus_nickname_is_unnamed()Neel Chauhan
2017-09-11Split the behavior of node_supports_ed25519_link_authentication().Nick Mathewson
2017-09-08Merge branch 'ed25519_lookup'Nick Mathewson
2017-09-08prop224: hs_time_between_tp_and_srv() -> hs_in_period_between_tp_and_srv()George Kadianakis
2017-09-08test: Add an HS v3 reachability unit testDavid Goulet
2017-09-08prop224: Make client and service pick same HSDirDavid Goulet
2017-09-08prop224: Use fetch and store HSDir indexes.David Goulet
2017-09-07prop224: When computing hsdir index and time period, use valid_after timeDavid Goulet
2017-09-07Merge branch 'bug23361_032_01_squashed2'Nick Mathewson
2017-09-07prop224: Pick rendezvous point of protover HSRend=2David Goulet
2017-09-04hs: Remove dead code and uneeded featureDavid 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: Improve descriptor reupload logic.George Kadianakis