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
/
test
/
test_dir_handle_get.c
Age
Commit message (
Expand
)
Author
2021-10-19
test: Fix unit tests after disabling version 2
David Goulet
2019-01-16
Bump copyright date to 2019.
Nick Mathewson
2018-10-01
Remove routerparse include from files that dont use it
Nick Mathewson
2018-10-01
Split the authority-cert and signature/hash code from routerparse
Nick Mathewson
2018-10-01
Move routerparse and parsecommon to their own module.
Nick Mathewson
2018-09-27
Extract the non-stats part of geoip into a new src/lib/geoip.
Nick Mathewson
2018-09-27
Split geoip from geoip-related stats.
Nick Mathewson
2018-09-21
Split directory.c code into several modules
Nick Mathewson
2018-09-19
Split routerlist.c into 4 separate modules
Nick Mathewson
2018-09-04
Do not leave a certificate allocated after testing dirvote_add()
Nick Mathewson
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-15
Extract routerinfo_t into its own header.
Nick Mathewson
2018-06-15
Extract desc_store_t and routerlist_t into their own headers.
Nick Mathewson
2018-06-15
Extract networkstatus_t and ..sr_info_t into their own headers
Nick Mathewson
2018-06-15
Split rend_authorized_client_t and encoded_.._t into their own headers
Nick Mathewson
2018-06-15
Split dir_connection_t into its own header
Nick Mathewson
2018-06-14
Move dir_server_t into its own header.
Nick Mathewson
2018-05-01
vote: Move dirvote_recalculate_timing() to voting_schedule.c
David Goulet
2018-04-27
mod: Move dirauth specific files to its own module
David Goulet
2018-02-20
Remove a bunch of other redundant #includes
Nick Mathewson
2017-12-08
Merge branch 'macro_free_v2_squashed'
Nick Mathewson
2017-12-08
Rename connection_free_ to connection_free_minimal.
Nick Mathewson
2017-12-05
Implement the various get_foodir_*() functions.
Nick Mathewson
2017-09-15
Replace accumulated C ;;s with ;s
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-09-05
Move protocol-specific functions out of buffers.c
Nick Mathewson
2017-05-15
Test fix: always set address in new_dir_conn()
Nick Mathewson
2017-05-15
Fix dir_handle_get/... test-cases for prop#278 support.
Alexander Færøy
2017-05-15
dir_handle_get: repair two test cases, note the fixes for 3 others
Nick Mathewson
2017-05-04
Store the sha3 of a networkstatus as part of the networkstatus_t
Nick Mathewson
2017-05-01
Rename x-lzma to x-tor-lzma
Nick Mathewson
2017-04-25
Tests for parse_accept_encoding
Nick Mathewson
2017-04-25
Rename the `torgzip` module to `compress`.
Alexander Færøy
2017-04-17
Rename `tor_gzip_{compress,uncompress}` to `tor_{compress,uncompress}`.
Alexander Færøy
2017-03-28
Merge branch 'spooling_squashed'
Nick Mathewson
2017-03-28
Refactor the directory spool implementation
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-11-10
Do not serve a consensus if it is too old
rubiate
2016-11-04
Merge branch 'ticket17238_029_02-resquash'
Nick Mathewson
2016-11-04
test: Add prop224 directory fetch/upload unit tests
George Kadianakis
2016-09-07
set the "addr" field in the dir_handle_get tests, to resolve bug warnings.
Nick Mathewson
2016-09-07
Remove the useless (and uninitialized) MOCK_TOR_ADDR in test_dir_handle_get.c
Nick Mathewson
2016-06-30
Fix more naked strdup/malloc/free instances
Nick Mathewson
2016-06-11
Merge branch 'bug19180_easy_squashed'
Nick Mathewson
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
2016-06-11
Use autoconf, not gcc version, to decide which warnings we have
Nick Mathewson
2016-06-11
Enable -Woverlength-strings for GCC>=4.6 on MOST of the code.
Nick Mathewson
[next]