aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirclient/dirclient.c
AgeCommit message (Expand)Author
2020-05-07Merge remote-tracking branch 'tor-github/pr/1880/head'Nick Mathewson
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-05relay: Rename relay_resolve_addr.{c|h} fileDavid Goulet
2020-05-05relay: New file relay_resolve_addr.{c|h}David Goulet
2020-03-19Actually log post-bootstrap directory dl totals.Nick Mathewson
2020-03-05Merge branch 'clang_format_prep_3'Nick Mathewson
2020-02-25Merge remote-tracking branch 'tor-github/pr/1750/head'Nick Mathewson
2020-02-20Use PRIu64 and TOR_PRIuSZ, to fix 32-bit build error.Nick Mathewson
2020-02-20Make direclient_dump_total_dls() respect SafeLogging and pass tests.Nick Mathewson
2020-02-18Remember dirctory bw usage, and log it in the heartbeatNick Mathewson
2020-02-18Don't accept posted votes after :52:30Roger Dingledine
2020-02-06Use smaller CPP error messagesNick 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-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-11-18Merge branch 'tor-github/pr/1423'George Kadianakis
2019-11-18hs-v3: Refactor descriptor dir fetch done codeDavid Goulet
2019-11-18hs-v3: Set extended error when missing/bad client authDavid Goulet
2019-11-18hs-v3: Set extended error when descriptor is not foundDavid Goulet
2019-11-18hs-v3: Return descriptor decoding status when storing as clientDavid Goulet
2019-10-26doxygen: add @file declarations for src/feature/Nick Mathewson
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-11-02Avoid mmap leak if we get a consensus diff we can't use.Nick Mathewson
2018-10-31Merge branch 'networkstatus_mmap' into networkstatus_mmap_mergeNick Mathewson
2018-09-27Move the predicted ports code out of rephist.cNick Mathewson
2018-09-26Merge branch 'router_split'Nick Mathewson
2018-09-26Merge remote-tracking branch 'dgoulet/bug27550_035_01'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-25Rename dirauth/mode.h to dirauth/authmode.hNick Mathewson
2018-09-25Move self-test functionality into its own file.Nick Mathewson
2018-09-21Split directory.c code into several modulesNick Mathewson