Steven Engler 818176870a Added support for multiple eventloops 4 years ago
..
conf_examples 9be51e8a8e test/parseconf: Add tests for ignored options 4 years ago
fuzz 53116ca0b7 Re-run "make autostyle" with improved annotate_ifdef_directives 4 years ago
Makefile.nmake a336d816a6 Circuit padding tests. 5 years ago
bench.c 60213a3621 Run "make autostyle." 4 years ago
bt_test.py 2f683465d4 Bump copyright date to 2019 5 years ago
ed25519_exts_ref.py 2f683465d4 Bump copyright date to 2019 5 years ago
ed25519_vectors.inc 4ad4467fa1 Don't double hash the ed25519 blind key parameter. 6 years ago
example_extrainfo.inc 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 7 years ago
failing_routerdescs.inc 79db24b3d5 Sign extrainfo documents with ed25519 9 years ago
fakechans.h 2f683465d4 Bump copyright date to 2019 5 years ago
fuzz_static_testcases.sh daff9e1ba1 Fix shellcheck warning in fuzz_static_testcases.sh 5 years ago
hs_build_address.py 0ac2afad0d prop224 client-side: Start validating onion address pubkeys. 6 years ago
hs_indexes.py 75ec72f24d test: Unit test for the hs indexes 6 years ago
hs_ntor_ref.py 2f683465d4 Bump copyright date to 2019 5 years ago
hs_test_helpers.c abe086dd97 test/hs: Re-enable the IPv6 intro point in the HS tests 5 years ago
hs_test_helpers.h 2f683465d4 Bump copyright date to 2019 5 years ago
include.am eebd2d44a1 Merge remote-tracking branch 'tor-github/pr/1393' into maint-0.4.2 4 years ago
log_test_helpers.c 2f683465d4 Bump copyright date to 2019 5 years ago
log_test_helpers.h 2f683465d4 Bump copyright date to 2019 5 years ago
ntor_ref.py 2f683465d4 Bump copyright date to 2019 5 years ago
ope_ref.py a10d4adc25 Stop assuming that /usr/bin/python3 exists 5 years ago
prob_distr_mpfr_ref.c 2f683465d4 Bump copyright date to 2019 5 years ago
ptr_helpers.c 60213a3621 Run "make autostyle." 4 years ago
ptr_helpers.h 60213a3621 Run "make autostyle." 4 years ago
rend_test_helpers.c 2f683465d4 Bump copyright date to 2019 5 years ago
rend_test_helpers.h 2f683465d4 Bump copyright date to 2019 5 years ago
resolve_test_helpers.c 4a0749596c Add a mock replacement for blocking hostname resolution 4 years ago
resolve_test_helpers.h 4a0749596c Add a mock replacement for blocking hostname resolution 4 years ago
rng_test_helpers.c d8bd98b2fd Merge branch 'tor-github/pr/1032' 4 years ago
rng_test_helpers.h 261d43cdd5 Make testing_disable_reproducible_rng() log seed on test failure 5 years ago
rust_supp.txt d110f9c9a6 Add a leak suppression for backtrace_alloc 5 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
sr_commit_calc_ref.py f46ce6e3d8 test: Fix shared random unit test for big endian 7 years ago
sr_srv_calc_ref.py 39be8af709 prop250: Add unit tests 7 years ago
test-memwipe.c 60213a3621 Run "make autostyle." 4 years ago
test-network.sh a549e4f7a3 Remove no-longer needed logging statements 5 years ago
test-process.c 2f683465d4 Bump copyright date to 2019 5 years ago
test-timers.c 818176870a Added support for multiple eventloops 4 years ago
test.c 3778b97cab Merge branch 'tor-github/pr/1276' 4 years ago
test.h 3778b97cab Merge branch 'tor-github/pr/1276' 4 years ago
test_accounting.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_addr.c fdfb4b196b Use {mock,unmock}_hostname_resolver() in relevant tests 4 years ago
test_address.c 69a1f9c8a7 test: test dirserv_router_has_valid_address() with DirAllowPrivateAddresses 4 years ago
test_address_set.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_bridges.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_bt.sh b7ad8bcaad Use setrlimit instead of ulimit -c in backtrace tests 5 years ago
test_bt_cl.c a959d7cb98 Use tor_assertf{_nonfatal} in code 5 years ago
test_btrack.c a90d1918af Update #includes to point to confparse.h in its new location. 4 years ago
test_buffers.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_bwmgt.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_cell_formats.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_cell_queue.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_channel.c d5db40a014 test_channel_listener: free 'chan' explicitly 5 years ago
test_channelpadding.c 990b434c4f Make evloop into a subsystem. 4 years ago
test_channeltls.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_checkdir.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_circuitbuild.c 0bf980705e Fix a memory-leak warning in test_circuitbuid.c 4 years ago
test_circuitlist.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_circuitmux.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_circuitpadding.c b257e8e553 Merge remote-tracking branch 'mike/bug31356+logs-rebased2' into bug31356_final 4 years ago
test_circuitstats.c 0bce0c339d Rework origin circuit tracking to use pubsub 4 years ago
test_circuituse.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_cmdline.sh 7a8ea0d3c3 integration test for --list-torrc-options 4 years ago
test_compat_libevent.c 990b434c4f Make evloop into a subsystem. 4 years ago
test_config.c fdfb4b196b Use {mock,unmock}_hostname_resolver() in relevant tests 4 years ago
test_confmgr.c a90d1918af Update #includes to point to confparse.h in its new location. 4 years ago
test_confparse.c cd72850e08 Merge branch 'tor-github/pr/1316' 4 years ago
test_connection.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_connection.h 60213a3621 Run "make autostyle." 4 years ago
test_conscache.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_consdiff.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_consdiffmgr.c 547376f189 Added the ability to shutdown the threadpool 4 years ago
test_containers.c 82a3161c41 Document check for 30176, since it's a bit subtle. 5 years ago
test_controller.c 52b7ae71b3 hs: ADD_ONION NEW:BEST now defaults to ED25519-V3 4 years ago
test_controller_events.c 68792f77e5 Fix a few coverity unitinitialzed-value warnings in the unit tests. 4 years ago
test_crypto.c 53116ca0b7 Re-run "make autostyle" with improved annotate_ifdef_directives 4 years ago
test_crypto_ope.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_crypto_openssl.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_crypto_rng.c 208f04e9b8 Add a quick test for get_thread_fast_rng() 5 years ago
test_crypto_slow.c 295feeb093 Replace all remaining tor_mem_is_zero() with fast_mem_is_zero() 5 years ago
test_data.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_descriptors.inc 7259e3f604 Move test_descriptors.txt to an include file 9 years ago
test_dir.c a90d1918af Update #includes to point to confparse.h in its new location. 4 years ago
test_dir_common.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_dir_common.h 60213a3621 Run "make autostyle." 4 years ago
test_dir_handle_get.c 47654d3249 Refactor config free logic to use a single path. 4 years ago
test_dispatch.c 34bbdaf5d4 Add a test for max_u16_in_sl(). 4 years ago
test_dns.c 60213a3621 Run "make autostyle." 4 years ago
test_dos.c 60213a3621 Run "make autostyle." 4 years ago
test_entryconn.c a90d1918af Update #includes to point to confparse.h in its new location. 4 years ago
test_entrynodes.c 286b129b09 Merge branch 'tor-github/pr/1319' 4 years ago
test_extorport.c a8c0f4ddfe Rework orconn tracking to use pubsub 4 years ago
test_geoip.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_guardfraction.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_handles.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_helpers.c a90d1918af Update #includes to point to confparse.h in its new location. 4 years ago
test_helpers.h a8c0f4ddfe Rework orconn tracking to use pubsub 4 years ago
test_hs.c 295feeb093 Replace all remaining tor_mem_is_zero() with fast_mem_is_zero() 5 years ago
test_hs_cache.c ef2123c7c7 hs-v3: Disallow single hop client to post/get a descriptor 4 years ago
test_hs_cell.c dde073764c test: Build DoS cell extension 4 years ago
test_hs_client.c 14654d5c97 Remove the unused circuit_type field from hs_ident_circuit_t and hs_ident_circuit_new() 4 years ago
test_hs_common.c 5fa2b32200 Coverity: fix test issues with always-present 'service' var. 4 years ago
test_hs_config.c fdfb4b196b Use {mock,unmock}_hostname_resolver() in relevant tests 4 years ago
test_hs_control.c 7d513a5d55 crypto_format: Remove the return values from digest256_to_base64() 5 years ago
test_hs_descriptor.c 295feeb093 Replace all remaining tor_mem_is_zero() with fast_mem_is_zero() 5 years ago
test_hs_descriptor.inc 45732a1a13 Add unittest for #23233. 6 years ago
test_hs_dos.c 622c2c7884 hs-v3: Rename validation function in hs_intropoint.c 4 years ago
test_hs_intropoint.c 4c71accc49 test: Handling of ESTABLISH_INTRO DoS extension 4 years ago
test_hs_ntor.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_hs_ntor.sh ea5901bf1c prop224: Add Python integration tests for HS ntor. 7 years ago
test_hs_ntor_cl.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_hs_service.c ab064cf762 Merge remote-tracking branch 'tor-github/pr/1399' 4 years ago
test_introduce.c ea154a6108 Coverity: fix memory leak on error in test function. 4 years ago
test_key_expiration.sh 650bdca97f Merge branch 'maint-0.4.0' 4 years ago
test_keygen.sh 650bdca97f Merge branch 'maint-0.4.0' 4 years ago
test_keypin.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_link_handshake.c 5a3c0cf6d5 Added the scheduler as a subsystem 4 years ago
test_logging.c d30a042fa8 test: Use SEVERITY_MASK_IDX() to find the LOG_* mask indexes 4 years ago
test_mainloop.c d194f6bedf Implement an DormantCanceledByStartup option 5 years ago
test_microdesc.c d8ef6b1548 Add a unit test for ed25519 identity parsing in microdescriptors 4 years ago
test_namemap.c f74301f8fd Unit test for namemap_fmt_name() 5 years ago
test_netinfo.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_nodelist.c 1ebff4d7f3 test/nodelist: Add unit tests for describe.c 4 years ago
test_ntor.sh 85b65bf29f Add more quotes in the test scripts 8 years ago
test_ntor_cl.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_oom.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_oos.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_options.c eebd2d44a1 Merge remote-tracking branch 'tor-github/pr/1393' into maint-0.4.2 4 years ago
test_parsecommon.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_parseconf.sh 8ad419744f On windows, allow failures in test_parseconf.sh 4 years ago
test_pem.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_periodic_event.c 60213a3621 Run "make autostyle." 4 years ago
test_policy.c b65f8c419a Add firewall_choose_address_ls() and hs_get_extend_info_from_lspecs() tests 5 years ago
test_prob_distr.c 2d467544fe Use new RNG and tinytest code to simplify prob_distr tests 5 years ago
test_process.c 60213a3621 Run "make autostyle." 4 years ago
test_process_descs.c 49d6990cae Unit tests for dirserv_reject_tor_version(). 4 years ago
test_process_slow.c 4ed06acb2a Add test to check if the exit callback is called in process_t upon process_exec() failures. 4 years ago
test_procmon.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_proto_http.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_proto_misc.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_protover.c 53116ca0b7 Re-run "make autostyle" with improved annotate_ifdef_directives 4 years ago
test_pt.c a90d1918af Update #includes to point to confparse.h in its new location. 4 years ago
test_ptr_slow.c 68260e85b5 Move sizeof check to torint.h 5 years ago
test_pubsub_build.c a8a0144d11 Multiple subscribers or publishers per subsystem 4 years ago
test_pubsub_msg.c 3f0bfe1d29 Rename DISPATCH_DEFINE_TYPE() to DISPATCH_REGISTER_TYPE() 5 years ago
test_rebind.py 5c8ecf364a Merge remote-tracking branch 'tor-github/pr/1354' into maint-0.4.2 4 years ago
test_rebind.sh a52e00b5b3 Fix shellcheck warning SC2034 in test_rebind.sh. 4 years ago
test_relay.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_relaycell.c 5479ffabf8 sendme: Always pop last SENDME digest from circuit 4 years ago
test_relaycrypt.c ea5f355fc9 Hiding crypt_path_t: Change code to use the privatization macro. 5 years ago
test_rendcache.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_replay.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_rng.c 60213a3621 Run "make autostyle." 4 years ago
test_router.c 7c9450fb07 test_router: Add comment to explain mocking 5 years ago
test_routerkeys.c 295feeb093 Replace all remaining tor_mem_is_zero() with fast_mem_is_zero() 5 years ago
test_routerlist.c 6095bbf74e test: Use a 64-bit comparison for logging domains. 4 years ago
test_routerset.c 1d44ac9acd Make nodelist_get_list() return a const pointer. 5 years ago
test_rust.sh ad48aab056 Let's not double-quote EXTRA_CARGO_OPTIONS after all 5 years ago
test_scheduler.c 5a3c0cf6d5 Added the scheduler as a subsystem 4 years ago
test_sendme.c fcd51fd49f Tests for deciding how full our relay cells should be 4 years ago
test_shared_random.c 60213a3621 Run "make autostyle." 4 years ago
test_slow.c d731ab4583 Check that all valid values of int and unsigned int can be put into void pointer 5 years ago
test_socks.c b1ae2fd65b Merge branch 'maint-0.3.5' 5 years ago
test_status.c 278e65887b Fix more 32-bit errors with domain and tt_int_op 4 years ago
test_storagedir.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_switch_id.c 53116ca0b7 Re-run "make autostyle" with improved annotate_ifdef_directives 4 years ago
test_switch_id.sh b7dced893a Fix shellcheck SC2006 warnings in test_switch_id.sh 5 years ago
test_threads.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_token_bucket.c 484b654048 test_token_bucket: negate after casting to signed type. 4 years ago
test_tortls.c 60213a3621 Run "make autostyle." 4 years ago
test_tortls.h 60213a3621 Run "make autostyle." 4 years ago
test_tortls_openssl.c 60213a3621 Run "make autostyle." 4 years ago
test_util.c b2802ae3c3 util/map_anon_nofork: Add a cast to avoid passing -48 to memset 4 years ago
test_util_format.c 295feeb093 Replace all remaining tor_mem_is_zero() with fast_mem_is_zero() 5 years ago
test_util_process.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_voting_flags.c 6f42efaa59 Move voteflags.[ch] to become dirauth only. 5 years ago
test_voting_schedule.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_workqueue.c 818176870a Added support for multiple eventloops 4 years ago
test_workqueue_cancel.sh b53fee4622 Fix SC2086 warning in test_workqueue_*.sh shell scripts 5 years ago
test_workqueue_efd.sh b53fee4622 Fix SC2086 warning in test_workqueue_*.sh shell scripts 5 years ago
test_workqueue_efd2.sh b53fee4622 Fix SC2086 warning in test_workqueue_*.sh shell scripts 5 years ago
test_workqueue_pipe.sh b53fee4622 Fix SC2086 warning in test_workqueue_*.sh shell scripts 5 years ago
test_workqueue_pipe2.sh b53fee4622 Fix SC2086 warning in test_workqueue_*.sh shell scripts 5 years ago
test_workqueue_socketpair.sh b53fee4622 Fix SC2086 warning in test_workqueue_*.sh shell scripts 5 years ago
test_x509.c 2f683465d4 Bump copyright date to 2019 5 years ago
test_zero_length_keys.sh 81cb0afb2b Start splitting src/or 5 years ago
testing_common.c 818176870a Added support for multiple eventloops 4 years ago
testing_rsakeys.c 53116ca0b7 Re-run "make autostyle" with improved annotate_ifdef_directives 4 years ago
vote_descriptors.inc 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 7 years ago
zero_length_keys.sh 650bdca97f Merge branch 'maint-0.4.0' 4 years ago