Nick Mathewson
|
bee5f38e39
set the "addr" field in the dir_handle_get tests, to resolve bug warnings.
|
8 years ago |
Nick Mathewson
|
ab4485e281
Remove the useless (and uninitialized) MOCK_TOR_ADDR in test_dir_handle_get.c
|
8 years ago |
Nick Mathewson
|
2713de2a47
Fix more naked strdup/malloc/free instances
|
8 years ago |
Nick Mathewson
|
d6b2af7a3a
Merge branch 'bug19180_easy_squashed'
|
8 years ago |
Nick Mathewson
|
53a3b39da1
Add -Wmissing-variable-declarations, with attendant fixes
|
8 years ago |
Nick Mathewson
|
9bbd6502f0
Use autoconf, not gcc version, to decide which warnings we have
|
8 years ago |
Nick Mathewson
|
4caed2424a
Enable -Woverlength-strings for GCC>=4.6 on MOST of the code.
|
8 years ago |
Nick Mathewson
|
3cdc8bfa2c
Let's not even talk about those errors, ok?
|
8 years ago |
Nick Mathewson
|
97f2c1c58e
Wait, we had sprintf() in our unit tests?? FOR SHAME!
|
8 years ago |
Nick Mathewson
|
1e5ad15688
Merge remote-tracking branch 'arma/task19035-fixedup'
|
8 years ago |
Roger Dingledine
|
11d52a449c
Disable GET /tor/bytes.txt and GETINFO dir-usage
|
8 years ago |
teor (Tim Wilson-Brown)
|
cdb528d841
Fetch certificates from the same directory as previous certificates
|
8 years ago |
Nick Mathewson
|
9dff41694a
Never use sprintf. tor_snprintf instead. Bug in tests, not in any released tor.
|
8 years ago |
Roger Dingledine
|
edeba3d472
simplify rend_cache_store_status_t back to a boolean
|
8 years ago |
Roger Dingledine
|
5390296338
rip out hid_serv_acting_as_directory()
|
8 years ago |
Roger Dingledine
|
e167910fce
rip out hid_serv_responsible_for_desc_id()
|
8 years ago |
Nick Mathewson
|
57699de005
Update the copyright year.
|
8 years ago |
Nick Mathewson
|
882e0fbd76
Merge branch 'bug17795'
|
8 years ago |
Nick Mathewson
|
ef42c00cf0
asan does not like TO_CONN(NULL)
|
8 years ago |
Nick Mathewson
|
8a4bba06d2
Rename crypto_digest_all, and digests_t.
|
8 years ago |
teor (Tim Wilson-Brown)
|
1c2366ea43
Authorities on IPv6: minor fixes and unit tests
|
9 years ago |
cypherpunks
|
3d0d2a511c
Fix buffer over-reads in the directory tests
|
9 years ago |
Nick Mathewson
|
5431c60001
Fix whitespaces
|
9 years ago |
Nick Mathewson
|
b7941cbfbb
Fix numerous leaks and memory errors in tests. Found by valgrind
|
9 years ago |
Nick Mathewson
|
d478704de8
Fix a number of unit-test memory leaks, found by valgrind.
|
9 years ago |
Nick Mathewson
|
5d5d26ccee
Fix a 32-bit error from jenkins
|
9 years ago |
Nick Mathewson
|
92c436ccbc
Fix warnings.
|
9 years ago |
Reinaldo de Souza Jr
|
4ff08bb581
Add tests for directory_handle_command_get
|
9 years ago |