aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.c
AgeCommit message (Expand)Author
2018-03-27Fix CID 1430932Taylor Yu
2018-02-16Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
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-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.0' into maint-0.3.1Nick Mathewson
2017-10-23Merge branch 'maint-0.3.1' into maint-0.3.2Nick 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-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
2017-08-19prop224: Only upload descriptor if we have good hash ring and SRV.George Kadianakis
2017-08-09In node_get_ed25519_id, detect and warn on inconsistent IDs.Nick Mathewson
2017-08-09Support the ed25519 map in nodelist_assert_ok()Nick Mathewson
2017-08-09Add a hashtable mapping to nodes from ed25519 idsNick Mathewson
2017-08-08Don't set HSDir index if we don't have a live consensus.George Kadianakis
2017-08-08Correctly assign HSDir flags based on protocol listGeorge Kadianakis
2017-08-08Improve setting hsdir index procedure.George Kadianakis
2017-08-08prop224: Don't use nodes as HSDirs if they don't have an HSDir index.George Kadianakis
2017-08-08prop224: HSDir v3 support is >= 0.3.0.8David Goulet
2017-08-08prop224: Build hsdir index for node_tDavid Goulet
2017-07-06Merge branch 'bug20488_029_squashed'Nick Mathewson
2017-07-06Improve warning message to stop implying nickname reg is a thing.Nick 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-28nodelist: Make HSv3 protover magic numbers a bit more readable.George Kadianakis
2017-06-27nodelist: Add functions to check for HS v3 supportDavid Goulet
2017-05-24remove unused node_get_published_on functionRoger Dingledine