Nick Mathewson 34b4da709d Fix a bunch more memory leaks in the tests. 8 years ago
..
Makefile.nmake a28df3fb67 Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold' 9 years ago
bench.c 840e68d917 Integrate and enable ed25519-donna. 8 years ago
bt_test.py 0e89abfa73 Integrate backtrace test into the automake test suite. 9 years ago
ed25519_exts_ref.py f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
ed25519_vectors.inc 9b43a4a122 Add comments to ed25519_vectors.inc 9 years ago
example_extrainfo.inc 79db24b3d5 Sign extrainfo documents with ed25519 9 years ago
failing_routerdescs.inc 79db24b3d5 Sign extrainfo documents with ed25519 9 years ago
fakechans.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
include.am cec2bc435e Merge remote-tracking branch 'twstrike/procmon_tests' 8 years ago
log_test_helpers.c ac8c5ec67a Clean up compat_libevent tests 8 years ago
log_test_helpers.h ac8c5ec67a Clean up compat_libevent tests 8 years ago
ntor_ref.py f9327848ba Collect badness values in ntor_ref.py; don't just clobber. 9 years ago
rend_test_helpers.c b7941cbfbb Fix numerous leaks and memory errors in tests. Found by valgrind 8 years ago
rend_test_helpers.h 4ff08bb581 Add tests for directory_handle_command_get 8 years ago
slow_ed25519.py 7ca470e13c Add a reference implementation of our ed25519 modifications 9 years ago
slownacl_curve25519.py f4be34f70d Make the python test scripts work on python3 10 years ago
test-child.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
test-memwipe.c 27bc0da14d Fix a sizeof(ptr) mistake in test-memwipe.c 9 years ago
test-network.sh 6f35fd07c9 Bump default test-network bootstrap time to 35 sec (see 16953) 8 years ago
test.c 5a5112f701 Fix "make check-spaces" 8 years ago
test.h 05d52899cb Fix an overzealous compiler warning in the tests 8 years ago
test_accounting.c 4903ab1caa Avoid frequent strcmp() calls for AccountingRule 9 years ago
test_addr.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
test_address.c d478704de8 Fix a number of unit-test memory leaks, found by valgrind. 8 years ago
test_bt.sh 5c95762ec6 Skip tests if backtrace support not compiled-in 8 years ago
test_bt_cl.c 5c95762ec6 Skip tests if backtrace support not compiled-in 8 years ago
test_buffers.c 4cff437a0a Remove remaining references to "nulterminate" in comments 8 years ago
test_cell_formats.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
test_cell_queue.c 5246e8f992 Remove lingering mempool code 9 years ago
test_channel.c 8ca3773f68 Fix unit tests on MSVC2013. 9 years ago
test_channeltls.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
test_checkdir.c f8a5106823 Make test_checkdir.c dirent include consistent with other files 8 years ago
test_circuitlist.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
test_circuitmux.c 5246e8f992 Remove lingering mempool code 9 years ago
test_compat_libevent.c ac8c5ec67a Clean up compat_libevent tests 8 years ago
test_config.c d68bbb0a29 Unit tests for consider_adding_dir_servers() as modified in #15642 9 years ago
test_containers.c 05d52899cb Fix an overzealous compiler warning in the tests 8 years ago
test_controller.c f61088ce23 Fix a few more memory leaks; not in any released Tor 9 years ago
test_controller_events.c e507f9bf42 Make the control/events test run TT_FORK 8 years ago
test_crypto.c edaf681735 Break some wide lines 8 years ago
test_crypto_slow.c f7ce93d979 Fix 17251: avoid integer overflow in test_crypto_slow 8 years ago
test_data.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
test_descriptors.inc 7259e3f604 Move test_descriptors.txt to an include file 9 years ago
test_dir.c 3acb27af3d Add unit tests for dirserv_set_routerstatus_testing 8 years ago
test_dir_handle_get.c b7941cbfbb Fix numerous leaks and memory errors in tests. Found by valgrind 8 years ago
test_dns.c b531fc7d9a Fix some memory issues in test_dns.c 8 years ago
test_entryconn.c 2e8b8c8698 Make check-spaces happier. 9 years ago
test_entrynodes.c e10e6f78b1 Update entrynodes unit test for dirs 9 years ago
test_extorport.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
test_guardfraction.c 0e4bdc4005 clean up comments and whitespace a bit 9 years ago
test_helpers.c afe10e4707 whitespace fixes 9 years ago
test_helpers.h 6cdb213b6c Combine test_helpers.[ch] and testhelper.[ch] 9 years ago
test_hs.c bab221f113 Refactor our logic for sending events to controllers 8 years ago
test_introduce.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
test_keygen.sh 81e58cd00a Fix windows test_keygen.sh. This time I think I have it! 8 years ago
test_keypin.c 01733e2b15 New AuthDirPinKeys option to enable/disable keypinning enforcement 8 years ago
test_link_handshake.c 3028507e96 More check-spaces fixes 9 years ago
test_logging.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
test_microdesc.c 8507d75c82 Fix a leak in test_microdesc (CID 1311631) 8 years ago
test_nodelist.c 5d4bb6f61f Merge remote-tracking branch 'public/ticket9969' 9 years ago
test_ntor.sh 85b65bf29f Add more quotes in the test scripts 8 years ago
test_ntor_cl.c d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
test_oom.c 5246e8f992 Remove lingering mempool code 9 years ago
test_options.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
test_policy.c a659a3fced Merge branch 'bug17027-reject-private-all-interfaces-v2' into bug16069-bug17027 8 years ago
test_procmon.c 5a5112f701 Fix "make check-spaces" 8 years ago
test_pt.c bab221f113 Refactor our logic for sending events to controllers 8 years ago
test_relay.c 5246e8f992 Remove lingering mempool code 9 years ago
test_relaycell.c 4b23b398a3 Merge branch 'bug8546_squashed' 9 years ago
test_rendcache.c 34b4da709d Fix a bunch more memory leaks in the tests. 8 years ago
test_replay.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
test_routerkeys.c 83ad7d2fbb Memory leak in tor_cert_parse. CID 1301382. 9 years ago
test_routerlist.c 034e2788f8 whitespace fixes 9 years ago
test_routerset.c b5aa257d46 Fix "make check-spaces" 8 years ago
test_scheduler.c ba17968534 Fix another int-to-ptr cast. 9 years ago
test_slow.c 7322de15dc Split the slow unit tests into their own binary 9 years ago
test_socks.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
test_status.c eb68ea20f8 Merge remote-tracking branch 'public/feature15212_026' into maint-0.2.6 9 years ago
test_threads.c 9ec94f1d22 Use thread-local storage to block event_queue recursion. 8 years ago
test_tortls.c 20ec030d9b Fix compilation with openssl 1.1 by forcibly disabling some tests 8 years ago
test_util.c 5cf24ff3af Fix a bunch of check-spaces complaints 8 years ago
test_util_format.c 2592d537f9 Merge remote-tracking branch 'twstrike/util_format_tests' 8 years ago
test_util_slow.c fda61e030e Implement "TOR_PT_EXIT_ON_STDIN_CLOSE". 9 years ago
test_workqueue.c 5cf24ff3af Fix a bunch of check-spaces complaints 8 years ago
test_zero_length_keys.sh 85b65bf29f Add more quotes in the test scripts 8 years ago
testing_common.c 81f3572467 Refactor initialization logic for control-event-queue 8 years ago
vote_descriptors.inc 4ff08bb581 Add tests for directory_handle_command_get 8 years ago
zero_length_keys.sh 21e2425307 Integrate zero_length_keys test into the automake test suite. 9 years ago