aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_dir_handle_get.c
AgeCommit message (Expand)Author
2016-09-07set the "addr" field in the dir_handle_get tests, to resolve bug warnings.Nick Mathewson
2016-09-07Remove the useless (and uninitialized) MOCK_TOR_ADDR in test_dir_handle_get.cNick Mathewson
2016-06-30Fix more naked strdup/malloc/free instancesNick Mathewson
2016-06-11Merge branch 'bug19180_easy_squashed'Nick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-06-11Use autoconf, not gcc version, to decide which warnings we haveNick Mathewson
2016-06-11Enable -Woverlength-strings for GCC>=4.6 on MOST of the code.Nick Mathewson
2016-05-30Let's not even talk about those errors, ok?Nick Mathewson
2016-05-30Wait, we had sprintf() in our unit tests?? FOR SHAME!Nick Mathewson
2016-05-27Merge remote-tracking branch 'arma/task19035-fixedup'Nick Mathewson
2016-05-27Disable GET /tor/bytes.txt and GETINFO dir-usageRoger Dingledine
2016-05-11Fetch certificates from the same directory as previous certificatesteor (Tim Wilson-Brown)
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