index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
feature
/
dirclient
Age
Commit message (
Expand
)
Author
2020-05-07
Merge remote-tracking branch 'tor-github/pr/1880/head'
Nick Mathewson
2020-05-06
Merge branch 'maint-0.4.3'
Nick Mathewson
2020-05-06
Use __attribute__((fallthrough)) rather than magic GCC comments.
Nick Mathewson
2020-05-05
relay: Rename relay_resolve_addr.{c|h} file
David Goulet
2020-05-05
relay: New file relay_resolve_addr.{c|h}
David Goulet
2020-03-19
Actually log post-bootstrap directory dl totals.
Nick Mathewson
2020-03-05
Merge branch 'clang_format_prep_3'
Nick Mathewson
2020-02-25
Merge remote-tracking branch 'tor-github/pr/1750/head'
Nick Mathewson
2020-02-20
Use PRIu64 and TOR_PRIuSZ, to fix 32-bit build error.
Nick Mathewson
2020-02-20
Make direclient_dump_total_dls() respect SafeLogging and pass tests.
Nick Mathewson
2020-02-18
Remember dirctory bw usage, and log it in the heartbeat
Nick Mathewson
2020-02-18
Don't accept posted votes after :52:30
Roger Dingledine
2020-02-06
Use smaller CPP error messages
Nick Mathewson
2020-01-16
Merge branch 'ticket32487_squashed' into ticket32487_squashed_and_merged
Nick Mathewson
2020-01-16
Rename dirclient_modes.h identifiers to start with dirclient_
Nick Mathewson
2020-01-16
Move directory_must_use_begindir() to dirclient_modes.[ch]
Nick Mathewson
2020-01-16
Move dirclient-related functions out of dirserv, and reenable them
Nick Mathewson
2020-01-13
Split core/include.am into per-subdirectory include.am files
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-12-04
practracker: Add missing .may_include files
teor
2019-11-18
Merge branch 'tor-github/pr/1423'
George Kadianakis
2019-11-18
hs-v3: Refactor descriptor dir fetch done code
David Goulet
2019-11-18
hs-v3: Set extended error when missing/bad client auth
David Goulet
2019-11-18
hs-v3: Set extended error when descriptor is not found
David Goulet
2019-11-18
hs-v3: Return descriptor decoding status when storing as client
David Goulet
2019-11-15
Doxygen: rename all .dox files to end with .md
Nick Mathewson
2019-11-15
Doxygen: remove /** and **/ from all .dox files
Nick Mathewson
2019-11-04
directory-level documentation for feature/*
Nick Mathewson
2019-11-04
Doxygen: Avoid ambiguity in @dir directives
Nick Mathewson
2019-11-04
Add stub directory-level documentation for most source directories
Nick Mathewson
2019-10-26
doxygen: add @file declarations for src/feature/
Nick Mathewson
2019-06-05
Run "make autostyle."
Nick Mathewson
2019-04-30
Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()
Nick Mathewson
2019-03-25
Split all controller events code into a new control_events.c
Nick Mathewson
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2018-11-02
Avoid mmap leak if we get a consensus diff we can't use.
Nick Mathewson
2018-10-31
Merge branch 'networkstatus_mmap' into networkstatus_mmap_merge
Nick Mathewson
2018-09-27
Move the predicted ports code out of rephist.c
Nick Mathewson
2018-09-26
Merge branch 'router_split'
Nick Mathewson
2018-09-26
Merge remote-tracking branch 'dgoulet/bug27550_035_01'
Nick Mathewson
2018-09-25
Revise things that had included router.h before
Nick Mathewson
2018-09-25
Extract all the "am I a server" functions from router.c
Nick Mathewson
2018-09-25
Rename dirauth/mode.h to dirauth/authmode.h
Nick Mathewson
2018-09-25
Move self-test functionality into its own file.
Nick Mathewson
2018-09-21
Split directory.c code into several modules
Nick Mathewson
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-07-05
Move literally everything out of src/or
Nick Mathewson