aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.c
AgeCommit message (Expand)Author
2018-10-24node: Make node_supports_v3_rendezvous_point() also check for the keyDavid Goulet
2018-10-18Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-10-17Log more info for duplicate ed25519 IDsTaylor Yu
2018-08-24Bootstrap: add some extra loggingteor
2018-08-24Bootstrap: allow internal-only onion service networks to bootstrapteor
2018-08-24Bootstrap: stop requiring descriptors to count exits as usableteor
2018-08-24Bootstrap: check the exit policy and flag on descriptorsteor
2018-06-20Recreate nodelist before use if it's outdated.George Kadianakis
2018-05-02dirauth: Move authdir_mode_v3() to moduleDavid Goulet
2018-04-28Make hsdir_index in node_t a hsdir_index_t rather than a pointer.Neel Chauhan
2018-04-22Merge branch 'bug25691_033_again_squashed'Nick Mathewson
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-04-17Add an initialization case to node_get_prim_dirportNick Mathewson
2018-04-17Add a redundant memset to node_get_pref_ipv6_orport()Nick Mathewson
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