aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2013-07-18Improve test coverage of 8929 codeNick Mathewson
2013-07-18Fix memory leaks in test_config_parse_transport_options_lineNick Mathewson
2013-07-18Rename tor_escape_str_for_socks_arg() to something more generic.George Kadianakis
2013-07-18Pass characters to be escaped to tor_escape_str_for_socks_arg().George Kadianakis
2013-07-18Write unit tests for the ServerTransportOptions parsing function.George Kadianakis
2013-07-15Lightly refactor and test format_hex_number_sigsafeNick Mathewson
2013-07-15HEX_ERRNO_SIZE is no longer the correct upper limit for format_hex_number_sig...Nick Mathewson
2013-07-15Expose format_hex_number_..., and rename it to ..._sigsafe().Nick Mathewson
2013-07-15Don't build format_helper_exit_status on win32Nick Mathewson
2013-07-15Avoid compiler warning 'unused param'.Linus Nordberg
2013-07-10Add some basic unit tests for the circuit map data structure.Nick Mathewson
2013-07-10Coverage support: build with --enable-coverage to have tests run with gcovNick Mathewson
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-07-10Start work on fancy compiler tricks to expose extra stuff to our testsNick Mathewson
2013-06-29Merge remote-tracking branch 'linus/bug8530'Nick Mathewson
2013-06-18Check more return values in the unit testsNick Mathewson
2013-06-18Attempt to un-confuse coverity about (false) double-free in bench_onion_ntor.Nick Mathewson
2013-06-18Fix a couple of resource leaks in test_config.cNick Mathewson
2013-06-18Invoke binaries in $PATH rather than by absolute path.Linus Nordberg
2013-06-14Use CHUTNEY_PATH to find Chutney.Linus Nordberg
2013-06-13Add make target test-network running traffic tests in a Chutney network.Linus Nordberg
2013-06-12Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_t...Marek Majkowski
2013-06-12Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-06-12Expand microdesc cache testsNick Mathewson
2013-06-10Fix "make check-spaces"Nick Mathewson
2013-06-10Bug #5170 - make pkey_eq testable, introduce test_tortls.cMarek Majkowski
2013-06-10Bug #5170 - test crypto_pk_get_all_digestsMarek Majkowski
2013-05-29Fix windows compilation warning in test_config.cNick Mathewson
2013-05-24Tweak 4282 unit tests for style, safety, correctness.Nick Mathewson
2013-05-24Unit tests for check_or_create_data_subdir and write_to_data_subdir.Peter Retzlaff
2013-05-17Remove PK_PKCS1_PADDINGArlo Breault
2013-05-15Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-05-15Fix unit tests to pass after fix for #8879Nick Mathewson
2013-05-11Remove strcpy from unit tests.Arlo Breault
2013-05-10Merge branch 'maint-0.2.4'Andrea Shepard
2013-05-10Merge bug5595-v2-squashed into maint-0.2.4Andrea Shepard
2013-05-09Add some unit tests for fp_pair_map_t to test/containers.c based on the strma...Andrea Shepard
2013-05-09Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-05-09Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-05-09Don't run off the end of the array-of-freelistsNick Mathewson
2013-05-08Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-05-08Fix bug 8845: check the right length of memory in aes unit testsNick Mathewson
2013-04-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-04-18Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson
2013-04-18Add unit test for encoding ntor key in routerinfoNick Mathewson
2013-04-18Remove the unused pk3 variable from test_dir_formatsNick Mathewson
2013-04-18Re-enable test for parsing and generating descriptor with exit policyNick Mathewson
2013-04-18Test networkstatus_getinfo_helper_singleNick Mathewson
2013-04-18Add a quick-and-dirty-test for generate_v2_networkstatus.Nick Mathewson
2013-04-18Test improvement: include microdesc lines in our synthetic microdesc consensu...Nick Mathewson