aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/networkstatus.c
AgeCommit message (Expand)Author
2023-09-12Make networkstatus_getinfo_by_purpose report published_on again.Nick Mathewson
2023-04-06Prop#329 params: Consensus parameter and torrc handlingMike Perry
2022-11-09Merge branch 'maint-0.4.7'David Goulet
2022-11-09relay: Cache onion queue parameters on consensus changeDavid Goulet
2022-11-09relay: Make the max pending tasks per CPU a consensus parameterDavid Goulet
2022-05-16Merge branch 'tor-gitlab/mr/489'David Goulet
2022-03-15relay: On new consensus, reconfigure DNS nameserversDavid Goulet
2022-03-15rephist: Introduce a fraction and period for overload onionskinDavid Goulet
2022-02-22hs: Republish onion descriptor on sendme_inc changeDavid Goulet
2021-12-13relay: Change DNS timeout label on MetricsPortDavid Goulet
2021-11-09Move published_on from routerstatus_t to vote_routerstatus_t.Nick Mathewson
2021-11-09Stop checking published_on in routerstatus_has_visibly_changed()Nick Mathewson
2021-11-09Stop using published_on in rs to decide whether to download a routerdesc.Nick Mathewson
2021-10-20relay: Overload state on DNS timeout is now X% over Y secsDavid Goulet
2021-10-04Turn orconn watermarks into consensus parameters.Mike Perry
2021-10-04Prop#324: Hook up flow controlMike Perry
2021-07-01Use L2 vanguards during path selectionGeorge Kadianakis
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-02-12Merge branch 'maint-0.4.5'George Kadianakis
2021-02-12Merge remote-tracking branch 'tor-gitlab/mr/295' into maint-0.4.5George Kadianakis
2021-02-08Don't log supported-protover warnings if consensus is older than Tor.Nick Mathewson
2020-11-23fix two trivial comment mistakesRoger Dingledine
2020-09-28Add missing documentation for get_net_param_from_listNick Mathewson
2020-07-14Merge branch 'ticket40033_045_01_squashed'Nick Mathewson
2020-07-14Rename blacklist and whitelist wordingDavid Goulet
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-06-24Add two new networkstatus parameters to emulate AssumeReachable.Nick Mathewson
2020-06-24Move code into notify_after_networkstatus_changes().Nick Mathewson
2020-03-27spell consensus more right in commentsRoger Dingledine
2020-02-24Rename voting_schedule_*() functions.Nick Mathewson
2020-02-24Move one voting schedule fn into networkstatus.cNick Mathewson
2020-02-24Move voting_schedule.[ch] to src/feature/dirauth/Nick Mathewson
2020-02-12Run "make autostyle".Nick Mathewson
2020-01-20Merge branch 'ticket20218_rebased_squashed' into ticket20218_mergedteor
2020-01-20split a wide lineNick Mathewson
2020-01-20Rename routerstatus_has_changed to routerstatus_has_visibly_changedNick Mathewson
2020-01-17Merge branch 'ticket32487_squashed_and_merged'Nick Mathewson
2020-01-16Remove functions that checked for pre-ipv6 consensus.Nick Mathewson
2020-01-16Remove routerstatus_format_entry() consensus_method argument as unusedNick Mathewson
2020-01-16Remove support for now-obsolete consensus methods before 28.Nick Mathewson
2020-01-16expose routerstatus_has_changed to unit tests.Nick Mathewson
2020-01-16Refactor routerstatus_has_changed functionVictor Nepveu
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-10-21control: Add GETINFO support for dumping microdesc consensusAmreshVenugopal
2019-08-06hs-v3: Add consensus parameters for DoS defensesDavid Goulet
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-02Move voteflags.[ch] to become dirauth only.Nick Mathewson
2019-04-30Merge branch 'maint-0.4.0'George Kadianakis