aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/nodelist.c
AgeCommit message (Expand)Author
2021-02-01Merge branch 'maint-0.4.5'David Goulet
2021-02-01node: Move reentry set to use a digestmap_tDavid Goulet
2021-02-01Merge branch 'maint-0.4.5'David Goulet
2021-02-01relay: Double the size of the relay reentry setDavid Goulet
2021-01-29Merge branch 'maint-0.4.5'David Goulet
2021-01-29relay: Add bloomfiter of relay address + {OR|Dir}PortDavid Goulet
2021-01-12Merge branch 'maint-0.4.5'George Kadianakis
2021-01-12Merge branch 'ticket40237_044_01' into ticket40237_045_01David Goulet
2021-01-12Merge branch 'ticket40237_043_01' into ticket40237_044_01David Goulet
2021-01-12Merge branch 'ticket40237_035_01' into ticket40237_043_01David Goulet
2021-01-12hs-v3: Require reasonably live consensusDavid Goulet
2021-01-10fix typos and whitespaceRoger Dingledine
2020-11-12Fix typos.Samanta Navarro
2020-10-01fix typosRoger Dingledine
2020-08-05Replace several C identifiers for ticket 18106.Nick Mathewson
2020-07-16nodelist: Fix possible NULL derefDavid Goulet
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-06-30node: Rename addrs_in_same_network_family()David Goulet
2020-06-24Make a bunch of networkstatus_t parameters constant.Nick Mathewson
2020-05-18nodelist: Replace int with boolteor
2020-05-11protover: Add node functions for IPv6 extend supportteor
2020-05-11protover: Sort version flags by their underlying protocolsteor
2020-04-09nodelist: Make some functions mockableteor
2020-03-05Merge branch 'clang_format_prep_3'Nick Mathewson
2020-02-24Merge remote-tracking branch 'tor-github/pr/1685/head'Nick Mathewson
2020-02-11Merge branch 'ticket33029_042_01' into ticket33029_043_03David Goulet
2020-02-11dirauth: Rename function for better clarityDavid Goulet
2020-02-11dirlist: Add configured trusted dir to the nodelist address setDavid Goulet
2020-02-11nodelist: Helper to add an address to the nodelist address setDavid Goulet
2020-02-10Use semicolons after HT_PROTOTYPE and HT_GENERATE.Nick Mathewson
2020-01-28Write unittest that covers cases of INTRODUCE1 handling.George Kadianakis
2020-01-16Rename dirclient_modes.h identifiers to start with dirclient_Nick Mathewson
2020-01-16Move dirclient-related functions out of dirserv, and reenable themNick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-09-09Merge branch 'ticket30924_042_04_squashed' into ticket30924_042_04_squashed_m...Nick Mathewson
2019-09-05Check IPv6 exit policies on microdescriptors in node_exit_policy_rejects_all()Neel Chauhan
2019-08-26hs-v3: Add protover HSIntro=5David Goulet
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-04-26Make nodelist_get_list() return a const pointer.Nick Mathewson
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-03-15Merge branch 'maint-0.4.0'Nick Mathewson
2019-03-15Merge branch 'bug28656_035_squashed' into maint-0.4.0Nick Mathewson
2019-03-15Stop logging a BUG() warning when tor is waiting for exit descriptorsteor
2019-01-30hs: Move get_lspecs_from_node to nodelist.cteor
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-02Config option to specify specific MiddleNodes.Mike Perry
2019-01-02Circuit padding ProtoVer plumbing.Mike Perry
2018-12-21The big bootstrap phase redefinitionTaylor Yu
2018-12-21Hook up control_event_bootstrap() to btrack_orconnTaylor Yu