tor/src/test
2020-11-19 17:44:00 +00:00
..
conf_examples Allow mutiple lines on configuration for ROUTERSET entries. #28361 2020-10-21 01:53:50 +01:00
conf_failures test/parseconf: Add failure cases in conf_failures/ 2019-11-14 11:57:50 +10:00
fuzz Renerate src/test/fuzz/include.am 2020-09-18 16:08:41 -04:00
.may_include practracker: Add missing .may_include files 2019-12-04 12:15:22 -05:00
bench.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
bt_test.py python: Add __future__ imports for python 3 compatibility 2019-12-12 15:58:51 +10:00
ed25519_exts_ref.py Update makedesc.py script so that it works with python3. 2020-10-16 16:07:46 -04:00
ed25519_vectors.inc Don't double hash the ed25519 blind key parameter. 2017-08-08 20:29:34 -04:00
example_extrainfo.inc Regenerate extample_extrainfo.inc and adjust tests. 2020-10-16 16:07:46 -04:00
example_extrainfo.template Regenerate extample_extrainfo.inc and adjust tests. 2020-10-16 16:07:46 -04:00
failing_routerdescs.inc Regenerate complete failing_routerdescs.inc and adjust tests accordingly. 2020-10-16 16:07:46 -04:00
failing_routerdescs.template Regenerate complete failing_routerdescs.inc and adjust tests accordingly. 2020-10-16 16:07:46 -04:00
fakechans.h It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
fakecircs.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
fakecircs.h It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
fuzz_static_testcases.sh Fix shellcheck warning in fuzz_static_testcases.sh 2019-02-06 11:01:22 +02:00
hs_build_address.py python: Add __future__ imports for python 3 compatibility 2019-12-12 15:58:51 +10:00
hs_indexes.py python: Add __future__ imports for python 3 compatibility 2019-12-12 15:58:51 +10:00
hs_ntor_ref.py Merge branch 'maint-0.3.5' into maint-0.4.3 2020-11-16 22:42:22 -05:00
hs_test_helpers.c Fix wide lines 2020-09-17 08:19:53 -04:00
hs_test_helpers.h Write unittest that covers cases of INTRODUCE1 handling. 2020-01-28 01:08:41 +02:00
include.am test: Add test for onion service metrics module 2020-10-27 10:43:42 -04:00
log_test_helpers.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
log_test_helpers.h log_test_helpers: remove semicolons from end of macros 2020-02-06 14:54:04 -05:00
Makefile.nmake Circuit padding tests. 2019-01-02 15:25:55 +02:00
ntor_ref.py python: Add __future__ imports for python 3 compatibility 2019-12-12 15:58:51 +10:00
ope_ref.py python: Add __future__ imports for python 3 compatibility 2019-12-12 15:58:51 +10:00
opts_test_helpers.c Move get_foo_options() test helpers into a new test module. 2019-12-19 09:19:02 -05:00
opts_test_helpers.h Move get_foo_options() test helpers into a new test module. 2019-12-19 09:19:02 -05:00
prob_distr_mpfr_ref.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
ptr_helpers.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
ptr_helpers.h It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
rend_test_helpers.c Allow multiple addresses in extend_info_t. 2020-07-02 14:17:51 -04:00
rend_test_helpers.h It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
resolve_test_helpers.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
resolve_test_helpers.h It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
rng_test_helpers.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
rng_test_helpers.h It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
rust_supp.txt Add a leak suppression for backtrace_alloc 2018-06-20 18:02:49 -04:00
slow_ed25519.py Update slow_ed25519.py to work with python 3. 2020-10-16 16:07:46 -04:00
slownacl_curve25519.py python: Add __future__ imports for python 3 compatibility 2019-12-12 15:58:51 +10:00
sr_commit_calc_ref.py python: Add __future__ imports for python 3 compatibility 2019-12-12 15:58:51 +10:00
sr_srv_calc_ref.py python: Add __future__ imports for python 3 compatibility 2019-12-12 15:58:51 +10:00
test_accounting.c Remove all usage of the NS*() macros in test*.c 2020-01-09 11:09:22 -05:00
test_addr.c test: Add IPv6 inet_pton double "::" test 2020-07-09 13:39:56 -04:00
test_address_set.c addr: Use tor_addr_t instead of uint32_t for IPv4 2020-07-14 10:36:08 -04:00
test_address.c Fix typos. 2020-11-12 11:44:09 -05:00
test_bridges.c addr: Use tor_addr_t instead of uint32_t for IPv4 2020-07-14 10:36:08 -04:00
test_bt_cl.c Merge branch 'pre_formatter_cleanups_squashed' 2020-01-09 07:32:39 -05:00
test_bt.sh Use setrlimit instead of ulimit -c in backtrace tests 2019-02-20 12:06:26 -05:00
test_btrack.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_buffers.c Merge branch 'maint-0.4.2' into maint-0.4.3 2020-07-31 02:03:34 +00:00
test_bwmgt.c addr: Use tor_addr_t instead of uint32_t for IPv4 2020-07-14 10:36:08 -04:00
test_cell_formats.c test/cell_formats: Expand the IPv6-only EXTEND2 test 2020-04-29 22:43:09 +10:00
test_cell_queue.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_channel.c Fix typos. 2020-11-12 11:44:09 -05:00
test_channelpadding.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_channeltls.c or_connection_t: replace real_addr with canonical_orport. 2020-07-17 11:42:49 -04:00
test_checkdir.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_circuitbuild.c Add flag for whether an OR conn "counts" for bootstrap tracking 2020-09-18 10:03:57 -04:00
test_circuitlist.c Merge branch 'pre_formatter_cleanups_squashed' 2020-01-09 07:32:39 -05:00
test_circuitmux_ewma.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_circuitmux.c Fix typos. 2020-11-12 11:44:09 -05:00
test_circuitpadding.c Fix typos. 2020-11-12 11:44:09 -05:00
test_circuitstats.c test: Move the origin circuit function to test helpers 2020-05-14 10:44:56 +10:00
test_circuituse.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_cmdline.sh test/scripts: Use the same code to find the tor binary 2019-11-05 11:07:31 +10:00
test_compat_libevent.c Remove all usage of the NS*() macros in test*.c 2020-01-09 11:09:22 -05:00
test_config.c Merge branch 'maint-0.4.4' into maint-0.4.5 2020-11-19 17:44:00 +00:00
test_confmgr.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_confparse.c Fix typos. 2020-11-12 11:44:09 -05:00
test_connection.c Also, include ed25519 identities in connection_describe(). 2020-10-15 10:53:45 -04:00
test_connection.h Change starting file descriptor for tests. 2020-04-03 16:47:38 +07:00
test_conscache.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_consdiff.c log_test_helpers: remove semicolons from end of macros 2020-02-06 14:54:04 -05:00
test_consdiffmgr.c Fix typos. 2020-11-12 11:44:09 -05:00
test_containers.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_controller_events.c Revise fix for bug 32178 (spaces at end of log msg). 2020-10-28 09:41:51 -04:00
test_controller.c test: Rename test_rep_hist to test_stats 2020-07-01 12:31:40 -04:00
test_crypto_ope.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_crypto_openssl.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_crypto_rng.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_crypto_slow.c Bug 31812: Change http URL's to https 2020-07-13 10:42:46 -04:00
test_crypto.c Make curve25519_public_to_base64 output padding optional #7869 2020-06-06 10:44:28 +01:00
test_data.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_descriptors.inc Replace the contents of test_descriptors.inc with a new set. 2020-10-16 16:07:46 -04:00
test_dir_common.c test_dir_common: make sure we include pr lines. Fixes 7 tests. 2020-10-16 07:40:54 -04:00
test_dir_common.h It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_dir_handle_get.c Fix typos. 2020-11-12 11:44:09 -05:00
test_dir.c Fix typos. 2020-11-12 11:44:09 -05:00
test_dirvote.c Fix typos. 2020-11-12 11:44:09 -05:00
test_dispatch.c Fix typos. 2020-11-12 11:44:09 -05:00
test_dns.c Replace identifiers related to clipping DNS ttls. 2020-02-18 12:00:24 -05:00
test_dos.c or_connection_t: replace real_addr with canonical_orport. 2020-07-17 11:42:49 -04:00
test_entryconn.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_entrynodes.c Replace several C identifiers for ticket 18106. 2020-08-05 16:34:45 -04:00
test_extorport.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_geoip.c Fix typos. 2020-11-12 11:44:09 -05:00
test_guardfraction.c addr: Use tor_addr_t instead of uint32_t for IPv4 2020-07-14 10:36:08 -04:00
test_handles.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_helpers.c Fake the current time when we're loading TEST_DESCRIPTORS. 2020-11-12 09:28:27 -05:00
test_helpers.h Add support for patterns on %include #25140 2020-07-15 22:01:08 +01:00
test_hs_cache.c Merge remote-tracking branch 'tor-github/pr/1685/head' 2020-02-24 07:45:20 -05:00
test_hs_cell.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_hs_client.c Fix typos. 2020-11-12 11:44:09 -05:00
test_hs_common.c Fix typos. 2020-11-12 11:44:09 -05:00
test_hs_config.c Update expected log messages in tests to new format. 2020-03-30 13:31:44 -04:00
test_hs_control.c Fix typos. 2020-11-12 11:44:09 -05:00
test_hs_descriptor.c Fix wide lines 2020-09-17 08:19:53 -04:00
test_hs_descriptor.inc Add unittest for #23233. 2017-08-21 19:16:30 +03:00
test_hs_dos.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_hs_intropoint.c Run "make autostyle" 2020-04-29 22:08:33 +10:00
test_hs_metrics.c lib/metrics: Fix wrong macro expansion 2020-10-27 13:00:20 -04:00
test_hs_ntor_cl.c Turn hs_subcredential_t into a proper struct. 2020-01-21 10:31:29 -05:00
test_hs_ntor.c Turn hs_subcredential_t into a proper struct. 2020-01-21 10:31:29 -05:00
test_hs_ntor.sh test: Fix a comment typo in src/test/test_hs_ntor.sh 2019-10-31 00:43:13 +10:00
test_hs_ob.c Final touches to #32709 based on Nick's feedback. 2020-02-24 12:15:35 +02:00
test_hs_service.c Fix typos. 2020-11-12 11:44:09 -05:00
test_hs.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_include.py Attempt to fix test_include.py on TravisCI #25140 2020-08-12 14:35:51 +01:00
test_include.sh Add test for torrc %include functionality and seccomp sandbox 2020-07-15 22:01:08 +01:00
test_introduce.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_key_expiration.sh Add --format argument to --key-expiration option. #30045 2020-08-01 01:08:37 +01:00
test_keygen.sh test/scripts: Use the same code to find the tor binary 2019-11-05 11:07:31 +10:00
test_keypin.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_link_handshake.c Rename tor_cert_create to tor_cert_create_ed25519 2020-09-17 08:17:36 -04:00
test_logging.c Improve ratelimit message to list true interval. 2020-08-04 13:56:28 -04:00
test_mainloop.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_metrics.c Fix typos. 2020-11-12 11:44:09 -05:00
test_microdesc.c Fix the tests in test_microdesc.c 2020-10-16 16:07:46 -04:00
test_namemap.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_netinfo.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_nodelist.c Add ed25519 identities to relay descriptions. 2020-10-15 10:29:01 -04:00
test_ntor_cl.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_ntor.sh Add more quotes in the test scripts 2015-09-24 15:25:53 -04:00
test_oom.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_oos.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_options_act.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_options.c Revise trac.torproject.org urls to refer to gitlab replacements. 2020-08-14 09:21:28 -04:00
test_parsecommon.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_parseconf.sh Add running glibc version to the log. #40047 2020-07-17 18:45:57 +01:00
test_pem.c Merge branch 'bug33032_042' into bug33032_043 2020-03-11 10:35:47 -04:00
test_periodic_event.c Fix typos. 2020-11-12 11:44:09 -05:00
test_policy.c Replace several C identifiers for ticket 18106. 2020-08-05 16:34:45 -04:00
test_prob_distr.c Fix typos. 2020-11-12 11:44:09 -05:00
test_process_descs.c Reject Tor relays running the 0.4.1 series 2020-06-17 12:00:44 -07:00
test_process_slow.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_process.c Fix typos. 2020-11-12 11:44:09 -05:00
test_procmon.c Remove all usage of the NS*() macros in test*.c 2020-01-09 11:09:22 -05:00
test_proto_haproxy.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_proto_http.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_proto_misc.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_protover.c Merge branch 'maint-0.3.5' into maint-0.4.3 2020-10-28 15:39:37 +00:00
test_pt.c Use parentheses to avoid mis-indentations of stringified macro args 2020-02-06 14:54:04 -05:00
test_ptr_slow.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_pubsub_build.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_pubsub_msg.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_rebind.py Update test_rebind.py to expect new format. 2020-07-16 09:02:10 -04:00
test_rebind.sh test/scripts: Use the same code to find the tor binary 2019-11-05 11:07:31 +10:00
test_relay.c relay: Turn find address "method_used" into enum 2020-07-24 11:32:49 -04:00
test_relaycell.c Fix typos. 2020-11-12 11:44:09 -05:00
test_relaycrypt.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_rendcache.c Merge branch 'maint-0.3.5' into maint-0.4.3 2020-09-18 09:45:25 -04:00
test_replay.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_rng.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_router.c Fix router/dump_router_to_string_no_bridge_distribution_method 2020-10-16 16:07:46 -04:00
test_routerkeys.c Rename tor_cert_create to tor_cert_create_ed25519 2020-09-17 08:17:36 -04:00
test_routerlist.c test_dir_common: make sure we include pr lines. Fixes 7 tests. 2020-10-16 07:40:54 -04:00
test_routerset.c addr: Use tor_addr_t instead of uint32_t for IPv4 2020-07-14 10:36:08 -04:00
test_rust.sh Let's not double-quote EXTRA_CARGO_OPTIONS after all 2019-02-13 15:04:12 +02:00
test_scheduler.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_sendme.c Fix typos. 2020-11-12 11:44:09 -05:00
test_shared_random.c Fix typos. 2020-11-12 11:44:09 -05:00
test_slow.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_socks.c Use __attribute__((fallthrough)) rather than magic GCC comments. 2020-05-06 16:55:25 -04:00
test_statefile.c Remove long-obsolete members from the state file. 2020-10-07 20:46:37 +03:00
test_stats.c Fix a leak-on-failure on test_get_bandwidth_lines() 2020-08-01 09:29:08 -04:00
test_status.c Log number of inbound/outbound ipv4/6 conns as part of heartbeat 2020-08-07 10:45:29 -04:00
test_storagedir.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_switch_id.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_switch_id.sh Fix shellcheck SC2006 warnings in test_switch_id.sh 2019-02-24 17:02:06 -05:00
test_threads.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_token_bucket.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_tortls_openssl.c Merge branch 'tor-gitlab/mr/186' 2020-11-02 13:14:02 -05:00
test_tortls.c Merge branch 'maint-0.4.2' into maint-0.4.3 2020-07-09 09:28:53 -04:00
test_tortls.h It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_util_format.c Remove all usage of the NS*() macros in test*.c 2020-01-09 11:09:22 -05:00
test_util_process.c Run "make autostyle" 2020-03-17 18:19:04 +10:00
test_util.c Fix typos. 2020-11-12 11:44:09 -05:00
test_voting_flags.c addr: Use tor_addr_t instead of uint32_t for IPv4 2020-07-14 10:36:08 -04:00
test_voting_schedule.c Rename voting_schedule_*() functions. 2020-02-24 10:07:09 -05:00
test_workqueue_cancel.sh Fix SC2086 warning in test_workqueue_*.sh shell scripts 2019-02-08 16:51:49 +02:00
test_workqueue_efd2.sh Fix SC2086 warning in test_workqueue_*.sh shell scripts 2019-02-08 16:51:49 +02:00
test_workqueue_efd.sh Fix SC2086 warning in test_workqueue_*.sh shell scripts 2019-02-08 16:51:49 +02:00
test_workqueue_pipe2.sh Fix SC2086 warning in test_workqueue_*.sh shell scripts 2019-02-08 16:51:49 +02:00
test_workqueue_pipe.sh Fix SC2086 warning in test_workqueue_*.sh shell scripts 2019-02-08 16:51:49 +02:00
test_workqueue_socketpair.sh Fix SC2086 warning in test_workqueue_*.sh shell scripts 2019-02-08 16:51:49 +02:00
test_workqueue.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_x509.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test_zero_length_keys.sh test/scripts: Use the same code to find the tor binary 2019-11-05 11:07:31 +10:00
test-memwipe.c Fix coccinelle complaint in test-memwipe.c 2020-07-07 15:33:35 +03:00
test-network.sh Remove no-longer needed logging statements 2019-04-02 12:59:37 +03:00
test-process.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test-timers.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
test.c test: Add test for onion service metrics module 2020-10-27 10:43:42 -04:00
test.h test: Add test for onion service metrics module 2020-10-27 10:43:42 -04:00
testing_common.c Merge branch 'maint-0.3.5' into maint-0.4.3 2020-10-07 08:01:37 -04:00
testing_rsakeys.c It's 2020. Update the copyright dates with "make update-copyright" 2020-01-08 18:39:17 -05:00
unittest_part1.sh Parallelize src/test/test into chunks. 2020-10-07 08:00:49 -04:00
unittest_part2.sh Parallelize src/test/test into chunks. 2020-10-07 08:00:49 -04:00
unittest_part3.sh Parallelize src/test/test into chunks. 2020-10-07 08:00:49 -04:00
unittest_part4.sh Parallelize src/test/test into chunks. 2020-10-07 08:00:49 -04:00
unittest_part5.sh Parallelize src/test/test into chunks. 2020-10-07 08:00:49 -04:00
unittest_part6.sh Parallelize src/test/test into chunks. 2020-10-07 08:00:49 -04:00
unittest_part7.sh Parallelize src/test/test into chunks. 2020-10-07 08:00:49 -04:00
unittest_part8.sh Parallelize src/test/test into chunks. 2020-10-07 08:00:49 -04:00
vote_descriptors.inc Fix up vote tests in test_dir_handle_get. 2020-10-16 16:07:46 -04:00
zero_length_keys.sh Merge branch 'maint-0.4.0' 2019-05-29 21:20:02 +03:00