aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/routerlist.c
AgeCommit message (Expand)Author
2023-04-06Prop#329 Pool: Handle linking, unlinking, and relaunching conflux circuit legs.David Goulet
2023-01-19Fix compiler warnings about unused variablesDavid Goulet
2022-10-25use consensus ip:port for dir auths if differentRoger Dingledine
2021-11-09Change a log not to use published_on.Nick Mathewson
2021-11-09Retain all routerinfos listed in the consensus.Nick Mathewson
2021-10-28only log "new bridge descriptor" if really newRoger Dingledine
2021-10-24fetch missing bridge descriptors without delayRoger Dingledine
2021-06-29Merge branch 'tor-gitlab/mr/275'David Goulet
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-01-25New ReconfigDropsBridgeDescs config optionRoger Dingledine
2020-11-17relay: Launch dummy circuit only when descriptor build failsDavid Goulet
2020-11-17relay: Use testing circuit instead of dummy descriptor fetchDavid Goulet
2020-11-12Fix typos.Samanta Navarro
2020-08-19relay: Query our cache when deciding for dummy descriptor fetchDavid Goulet
2020-08-05Replace several C identifiers for ticket 18106.Nick Mathewson
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-07-02Merge branch 'maint-0.4.4'David Goulet
2020-07-02Merge branch 'maint-0.4.3' into maint-0.4.4David Goulet
2020-07-02Merge branch 'maint-0.4.2' into maint-0.4.3David Goulet
2020-07-02Merge branch 'maint-0.3.5' into maint-0.4.2David Goulet
2020-06-30Downgrade "Bug: No entry found in extrainfo map" message.Nick Mathewson
2020-05-18routerlist: Choose bridges for direct bridge connectionsteor
2020-05-18routerlist: Split the node checks into their own functionteor
2020-05-18nodelist: Replace int with boolteor
2020-05-18nodelist: Move node flag checksteor
2020-05-18nodelist: Move the v3 onion service rendezvous checkteor
2020-05-18nodelist: Move the single-hop exit checkteor
2020-05-11routerlist: Choose nodes that can initiate IPv6 extendsteor
2020-05-07Replace several C identifiers.teor
2020-05-07Wrap long linesteor
2020-05-07Replace several C identifiers.teor
2020-04-30nodelist: Wrap long lines, and improve commentsteor
2020-04-30nodelist: Distinguish client and relay reachabilityteor
2020-03-09Update comment in router_differences_are_cosmetic()Steven Engler
2020-02-06maps: do not include _ as part of expected prefix in macros.Nick Mathewson
2020-01-16Merge branch 'ticket32487_squashed' into ticket32487_squashed_and_mergedNick Mathewson
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-09Merge branch 'ticket22029_attempt_squashed'Nick Mathewson
2020-01-09Allow ed25519 keys to be banned in approved-routersNeel Chauhan
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-11-14dirauth: Remove a HAVE_MODULE_DIRAUTH inside a functionteor
2019-08-30Merge remote-tracking branch 'tor-github/pr/1181' into maint-0.3.5teor
2019-08-08Merge branch 'maint-0.4.1'Nick Mathewson
2019-08-08Merge branch 'ticket31343_040' into maint-0.4.1Nick Mathewson
2019-08-08Merge branch 'ticket31343_035' into ticket31343_040Nick Mathewson
2019-08-08Merge branch 'ticket31343_029' into ticket31343_035Nick Mathewson
2019-07-24Merge branch 'maint-0.4.1'George Kadianakis
2019-07-24Merge branch 'tor-github/pr/1181' into maint-0.4.1George Kadianakis
2019-07-19Set 'routerlist' global to NULL before freeing it.Nick Mathewson