aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/node_select.c
AgeCommit message (Expand)Author
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-05-18nodelist: Replace int with boolteor
2020-05-18nodelist: Stop recursing in router_choose_random_node()teor
2020-05-18nodelist: Remove the unused CRN_WEIGHT_FOR_EXIT flagteor
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-11nodelist: Fix a comment and a log messageteor
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-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 directory_must_use_begindir() to dirclient_modes.[ch]Nick Mathewson
2020-01-16Merge remote-tracking branch 'tor-github/pr/1661'teor
2020-01-14Replace an assertion with a check-and-logNick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-10-23Tidy whitespace around some STMT_BEGINs and STMT_ENDsteor
2019-04-26Use a linear algorithm to subtract two nodelists.Nick Mathewson
2019-04-11Add an assertion to compute_weighted_bandwidths()Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-09-25Revise things that had included router.h beforeNick Mathewson
2018-09-25Extract all the "am I a server" functions from router.cNick Mathewson
2018-09-21Split directory.c code into several modulesNick Mathewson
2018-09-19Split routerlist.c into 4 separate modulesNick Mathewson