tor/src/test
cypherpunks 824a6a2a90 Replace usage of INLINE with inline
This patch was generated using;

  sed -i -e "s/\bINLINE\b/inline/" src/*/*.[ch] src/*/*/*.[ch]
2015-12-15 11:34:00 -05:00
..
bench.c Make crypto_seed_rng() and crypto_rand() less scary. 2015-11-25 22:29:59 -05:00
bt_test.py Integrate backtrace test into the automake test suite. 2015-04-23 09:56:25 -04:00
ed25519_exts_ref.py Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
ed25519_vectors.inc Add comments to ed25519_vectors.inc 2014-09-25 15:08:32 -04:00
example_extrainfo.inc Sign extrainfo documents with ed25519 2015-05-28 10:42:22 -04:00
failing_routerdescs.inc Sign extrainfo documents with ed25519 2015-05-28 10:42:22 -04:00
fakechans.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
include.am Merge branch 'maint-0.2.7' 2015-12-14 15:45:54 -05:00
log_test_helpers.c Test behavior on success, and fix spaces 2015-10-05 14:07:55 -05:00
log_test_helpers.h Test behavior on success, and fix spaces 2015-10-05 14:07:55 -05:00
Makefile.nmake Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold' 2014-11-27 22:39:46 -05:00
ntor_ref.py Collect badness values in ntor_ref.py; don't just clobber. 2015-04-09 11:57:55 -04:00
rend_test_helpers.c Fix numerous leaks and memory errors in tests. Found by valgrind 2015-10-21 08:49:29 -04:00
rend_test_helpers.h Fix spaces and other smaller issues 2015-10-05 14:31:10 -05:00
slow_ed25519.py Add a reference implementation of our ed25519 modifications 2014-09-25 15:08:32 -04:00
slownacl_curve25519.py Make the python test scripts work on python3 2014-04-27 22:54:24 -04:00
test_accounting.c Avoid frequent strcmp() calls for AccountingRule 2014-09-29 09:05:11 -04:00
test_addr.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
test_address.c Fix unit tests on systems without IPv4 or localhost addresses 2015-11-19 00:41:06 +11:00
test_bt_cl.c Skip tests if backtrace support not compiled-in 2015-09-29 10:04:14 +02:00
test_bt.sh Skip tests if backtrace support not compiled-in 2015-09-29 10:04:14 +02:00
test_buffers.c Remove remaining references to "nulterminate" in comments 2015-09-02 08:50:26 -04:00
test_cell_formats.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
test_cell_queue.c Remove lingering mempool code 2015-02-23 11:19:31 -05:00
test_channel.c Fix unit tests on MSVC2013. 2015-05-26 10:34:07 -04:00
test_channeltls.c Replace usage of INLINE with inline 2015-12-15 11:34:00 -05:00
test_checkdir.c Make test_checkdir.c dirent include consistent with other files 2015-08-25 11:46:29 -04:00
test_circuitlist.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
test_circuitmux.c Remove lingering mempool code 2015-02-23 11:19:31 -05:00
test_compat_libevent.c Clean up compat_libevent tests 2015-10-02 13:13:58 +02:00
test_config.c Unit tests for consider_adding_dir_servers() as modified in #15642 2015-04-23 00:16:04 +10:00
test_containers.c Fix an overzealous compiler warning in the tests 2015-08-14 08:48:26 -04:00
test_controller_events.c Make the control/events test run TT_FORK 2015-08-18 08:56:23 -04:00
test_controller.c Fix a few more memory leaks; not in any released Tor 2015-05-05 11:08:05 -04:00
test_crypto_slow.c Fix 17251: avoid integer overflow in test_crypto_slow 2015-10-06 08:58:03 -04:00
test_crypto.c Unit test the full length of SHA256 and SHA512 digests 2015-11-27 02:25:31 +11:00
test_data.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
test_descriptors.inc Move test_descriptors.txt to an include file 2014-07-16 22:37:00 +02:00
test_dir_handle_get.c Fix buffer over-reads in the directory tests 2015-12-09 10:22:26 -05:00
test_dir.c Add unit tests for dirserv_set_routerstatus_testing 2015-08-18 21:56:05 +10:00
test_dns.c Fix GCC warnings. 2015-10-29 13:12:29 +01:00
test_entryconn.c Make check-spaces happier. 2015-01-19 11:56:03 -05:00
test_entrynodes.c Update entrynodes unit test for dirs 2015-04-01 21:10:39 +02:00
test_extorport.c Now that crypto_rand() cannot fail, it should return void. 2015-11-25 22:29:59 -05:00
test_guardfraction.c clean up comments and whitespace a bit 2015-02-18 19:27:02 -05:00
test_helpers.c whitespace fixes 2015-02-18 10:55:56 -05:00
test_helpers.h Combine test_helpers.[ch] and testhelper.[ch] 2015-02-18 09:19:38 -05:00
test_hs.c Refactor our logic for sending events to controllers 2015-08-18 08:55:28 -04:00
test_introduce.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
test_keygen.sh Fix windows test_keygen.sh. This time I think I have it! 2015-09-03 15:23:10 -04:00
test_keypin.c New AuthDirPinKeys option to enable/disable keypinning enforcement 2015-09-23 11:22:26 -04:00
test_link_handshake.c More check-spaces fixes 2015-06-01 10:56:54 -04:00
test_logging.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
test_microdesc.c Fix a leak in test_microdesc (CID 1311631) 2015-07-11 16:47:25 -04:00
test_nodelist.c Merge remote-tracking branch 'public/ticket9969' 2015-01-23 09:36:00 -05:00
test_ntor_cl.c Fix memory leak in ntor test 2015-12-08 08:28:27 -05:00
test_ntor.sh Add more quotes in the test scripts 2015-09-24 15:25:53 -04:00
test_oom.c Remove lingering mempool code 2015-02-23 11:19:31 -05:00
test_options.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
test_policy.c Fix memory leak in policies test 2015-11-27 11:54:47 -05:00
test_procmon.c memory leaks in procmon tests 2015-10-21 11:17:59 -04:00
test_pt.c Refactor our logic for sending events to controllers 2015-08-18 08:55:28 -04:00
test_relay.c Remove lingering mempool code 2015-02-23 11:19:31 -05:00
test_relaycell.c Merge branch 'bug8546_squashed' 2015-01-16 09:31:50 -05:00
test_rendcache.c Remove unnecessary casting 2015-12-09 10:22:26 -05:00
test_replay.c Use SHA256 in the replaycache, rather than SHA1 2015-11-24 09:08:53 +11:00
test_routerkeys.c Memory leak in tor_cert_parse. CID 1301382. 2015-05-28 13:11:54 -04:00
test_routerlist.c whitespace fixes 2015-01-23 11:18:28 -05:00
test_routerset.c Fix "make check-spaces" 2015-10-02 14:33:54 +02:00
test_scheduler.c Fix another int-to-ptr cast. 2015-05-29 14:09:11 -04:00
test_slow.c Split the slow unit tests into their own binary 2015-01-23 11:15:53 -05:00
test_socks.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
test_status.c Merge remote-tracking branch 'public/feature15212_026' into maint-0.2.6 2015-03-12 13:15:08 -04:00
test_threads.c More leaks to fix. 2015-10-21 13:12:19 -04:00
test_tortls.c Fix spaces. 2015-12-08 12:37:36 -05:00
test_util_format.c Merge remote-tracking branch 'twstrike/util_format_tests' 2015-10-06 11:20:33 -04:00
test_util_process.c Compilation was off by one character 2015-10-22 18:47:26 -04:00
test_util_slow.c Implement "TOR_PT_EXIT_ON_STDIN_CLOSE". 2015-03-26 12:55:12 +00:00
test_util.c Merge remote-tracking branch 'teor/bug17632-no-ipv4-no-localhost-squashed' 2015-11-19 11:19:31 -05:00
test_workqueue.c Add crypto-initializer functions to those whose return values must be checked 2015-11-25 22:29:59 -05:00
test_zero_length_keys.sh Add more quotes in the test scripts 2015-09-24 15:25:53 -04:00
test-child.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
test-memwipe.c Replace usage of INLINE with inline 2015-12-15 11:34:00 -05:00
test-network.sh Bump default test-network bootstrap time to 35 sec (see 16953) 2015-09-09 13:23:32 -04:00
test.c Initialize libevent before periodic events 2015-11-25 09:38:46 -05:00
test.h Fix an overzealous compiler warning in the tests 2015-08-14 08:48:26 -04:00
testing_common.c Make crypto_seed_rng() and crypto_rand() less scary. 2015-11-25 22:29:59 -05:00
vote_descriptors.inc Add tests for directory_handle_command_get 2015-09-15 11:08:50 -05:00
zero_length_keys.sh Integrate zero_length_keys test into the automake test suite. 2015-04-23 09:56:12 -04:00