summaryrefslogtreecommitdiff
path: root/src/feature/dirauth
AgeCommit message (Expand)Author
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-23Merge branch 'tor-github/pr/988'David Goulet
2019-05-15fix typos, whitespace, commentsRoger Dingledine
2019-05-14Merge branch 'ticket30452_035_v3' into ticket30452_041_v3Nick Mathewson
2019-05-14Add a --list-modules commandNick Mathewson
2019-05-07Merge branch 'tor-github/pr/994'David Goulet
2019-05-02Make keypin.c dirauth-onlyNick Mathewson
2019-05-02Make the bwauth.c module dirauth-only.Nick Mathewson
2019-05-02Move voteflags.[ch] to become dirauth only.Nick Mathewson
2019-04-30Make the process_descs.c module dirauth-only.Nick Mathewson
2019-04-30Make the recommend_pkg file dirauth-only.Nick Mathewson
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-04-30Merge branch 'tor-github/pr/993'George Kadianakis
2019-04-30Rename and clarify some functions for periodic eventsNick Mathewson
2019-04-30Move dirauth periodic events into dirauth module.Nick Mathewson
2019-04-29Merge branch 'bug30316_035' into bug30316_040Nick Mathewson
2019-04-29Move bandwidth-file-headers line to appear in the correct vote sectionNick Mathewson
2019-04-26Make nodelist_get_list() return a const pointer.Nick Mathewson
2019-04-25Merge remote-tracking branch 'tor-github/pr/889'Nick Mathewson
2019-04-25Merge remote-tracking branch 'tor-github/pr/922'Nick Mathewson
2019-04-11Move code for setting bridges as running to voteflags.cNeel Chauhan
2019-04-10bwauth: update measured bandwidth file commentsteor
2019-04-05crypto_format: Remove the return values from digest256_to_base64()teor
2019-04-04Merge branch 'maint-0.4.0'Nick Mathewson
2019-04-04bwauth: Actually include the bandwidth-file-digest in authority votesteor
2019-03-26Merge branch 'maint-0.4.0'George Kadianakis
2019-03-26Merge branch 'ticket29806_035_squashed_merged' into ticket29806_040_squashed_...teor
2019-03-21Merge branch 'ticket29806_034_squashed' into ticket29806_035_squashed_mergedteor
2019-03-20Merge branch 'maint-0.3.4' into maint-0.3.5teor
2019-03-12Merge branch 'maint-0.4.0'Nick Mathewson
2019-03-12Merge remote-tracking branch 'tor-github/pr/776' into maint-0.4.0Nick Mathewson
2019-02-22When a DirAuth checks reachability on itself and has IPv6, mark it as reachableNeel Chauhan
2019-02-13dirvote: Add the bandwidth file digest in the votejuga0
2019-02-13test: Add test to get the digest of a bw filejuga0
2019-02-13bwauth: Add function to get the digest of a bw filejuga0
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-12-05Merge remote-tracking branch 'public/prop298'Nick Mathewson
2018-12-05Merge branch 'prop293_squashed'Nick Mathewson
2018-12-03Make input argument const in set_routerstatus_from_routerinfo.Nick Mathewson
2018-12-03Keep list of dirauth flags in sync between dirvote.c and fuzz_vrs.cNick Mathewson
2018-12-01Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-30sr: Switch from tor_assert() to BUG()Neel Chauhan
2018-11-25Vote on the StaleDesc flag from prop293Nick Mathewson
2018-11-24Add a consensus method in which md families get canonicalized.Nick Mathewson
2018-11-09Merge branch 'subsystems'Nick Mathewson
2018-11-06Merge remote-tracking branch 'tor-github/pr/464'Nick Mathewson
2018-11-05Move the code that knows our tor version into a lowest-level libNick Mathewson
2018-10-31Merge branch 'networkstatus_mmap' into networkstatus_mmap_mergeNick Mathewson
2018-10-23dircache: make dirauths reject non UTF-8 descriptors and extrainfocypherpunks