aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_dir_handle_get.c
AgeCommit message (Expand)Author
2016-03-22Never use sprintf. tor_snprintf instead. Bug in tests, not in any released tor.Nick Mathewson
2016-03-11simplify rend_cache_store_status_t back to a booleanRoger Dingledine
2016-03-11rip out hid_serv_acting_as_directory()Roger Dingledine
2016-03-11rip out hid_serv_responsible_for_desc_id()Roger Dingledine
2016-02-27Update the copyright year.Nick Mathewson
2016-02-23Merge branch 'bug17795'Nick Mathewson
2016-02-22asan does not like TO_CONN(NULL)Nick Mathewson
2016-02-10Rename crypto_digest_all, and digests_t.Nick Mathewson
2015-12-14Authorities on IPv6: minor fixes and unit teststeor (Tim Wilson-Brown)
2015-12-09Fix buffer over-reads in the directory testscypherpunks
2015-10-21Fix whitespacesNick Mathewson
2015-10-21Fix numerous leaks and memory errors in tests. Found by valgrindNick Mathewson
2015-10-21Fix a number of unit-test memory leaks, found by valgrind.Nick Mathewson
2015-10-02Fix a 32-bit error from jenkinsNick Mathewson
2015-10-02Fix warnings.Nick Mathewson
2015-09-15Add tests for directory_handle_command_getReinaldo de Souza Jr