aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirclient
AgeCommit message (Expand)Author
2020-10-20Merge branch 'mr_175_squashed'Nick Mathewson
2020-10-20Consider 301 as an error like 404Guinness
2020-10-19Simplify logic to use smartlist_add_asprintf()Nick Mathewson
2020-10-08dirclient: print bandwidth usage on one line (#40159)Alex Xu (Hello71)
2020-08-05Replace several C identifiers for ticket 18106.Nick Mathewson
2020-07-22log: Don't use twice fmt_addr() in same logging statementDavid Goulet
2020-07-20relay: Handle dir address suggestion with new interfaceDavid Goulet
2020-07-20relay: Deciding to fetch from authority, use new find address APIDavid Goulet
2020-07-16Use connection_describe() for log messages.Nick Mathewson
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
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-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-16Move dirclient-related functions out of dirserv, and reenable themNick Mathewson
2020-01-13Split core/include.am into per-subdirectory include.am filesNick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-04practracker: Add missing .may_include filesteor
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-11-15Doxygen: rename all .dox files to end with .mdNick Mathewson
2019-11-15Doxygen: remove /** and **/ from all .dox filesNick Mathewson
2019-11-04directory-level documentation for feature/*Nick Mathewson
2019-11-04Doxygen: Avoid ambiguity in @dir directivesNick Mathewson
2019-11-04Add stub directory-level documentation for most source directoriesNick Mathewson
2019-10-26doxygen: add @file declarations for src/feature/Nick Mathewson
2019-06-05Run "make autostyle."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