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
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
2016-05-30
Let's not even talk about those errors, ok?
Nick Mathewson
2016-05-30
Wait, we had sprintf() in our unit tests?? FOR SHAME!
Nick Mathewson
2016-05-27
Merge remote-tracking branch 'arma/task19035-fixedup'
Nick Mathewson
2016-05-27
Disable GET /tor/bytes.txt and GETINFO dir-usage
Roger Dingledine
2016-05-11
Fetch certificates from the same directory as previous certificates
teor (Tim Wilson-Brown)
2016-03-22
Never use sprintf. tor_snprintf instead. Bug in tests, not in any released tor.
Nick Mathewson
2016-03-11
simplify rend_cache_store_status_t back to a boolean
Roger Dingledine
2016-03-11
rip out hid_serv_acting_as_directory()
Roger Dingledine
2016-03-11
rip out hid_serv_responsible_for_desc_id()
Roger Dingledine
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-23
Merge branch 'bug17795'
Nick Mathewson
2016-02-22
asan does not like TO_CONN(NULL)
Nick Mathewson
2016-02-10
Rename crypto_digest_all, and digests_t.
Nick Mathewson
2015-12-14
Authorities on IPv6: minor fixes and unit tests
teor (Tim Wilson-Brown)
2015-12-09
Fix buffer over-reads in the directory tests
cypherpunks
2015-10-21
Fix whitespaces
Nick Mathewson
2015-10-21
Fix numerous leaks and memory errors in tests. Found by valgrind
Nick Mathewson
2015-10-21
Fix a number of unit-test memory leaks, found by valgrind.
Nick Mathewson
2015-10-02
Fix a 32-bit error from jenkins
Nick Mathewson
2015-10-02
Fix warnings.
Nick Mathewson
2015-09-15
Add tests for directory_handle_command_get
Reinaldo de Souza Jr