summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2013-07-31Merge branch 'bug9288_rebased'Nick Mathewson
2013-07-31Fix mixed declaration/statement warningNick Mathewson
2013-07-31Update pt/configure_proxy until it stops segfaultingNick Mathewson
2013-07-31Write unit tests for configure_proxy().George Kadianakis
2013-07-19Whoops; check in test_circuitmux.cNick Mathewson
2013-07-19Regression test for destroy cell queueNick Mathewson
2013-07-18Start of a unit test for options_validate.Nick Mathewson
2013-07-18Add a test for n_cells_in_circuit_queuesNick Mathewson
2013-07-18Unit tests for cell queues.Nick Mathewson
2013-07-18Fix a wide line in test_pt.cNick Mathewson
2013-07-18Merge branch 'bug8978_rebase_2'Nick Mathewson
2013-07-18Merge branch 'bug8929_rebase_2'Nick Mathewson
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-18Add a basic unit test for pt_get_extra_info_descriptor_string.Nick Mathewson
2013-07-18Add a unit test for smethod lines with arguments.Nick Mathewson
2013-07-16Merge remote-tracking branch 'asn/bug9265'Nick Mathewson
2013-07-16Remove an unused variable in test_replaycache_scrubNick Mathewson
2013-07-16Add more replaycache.c unit tests, bringing coverage to 100% for that fileAndrea Shepard
2013-07-16Test deeper in test_pt_parsing().George Kadianakis
2013-07-15Appease "make check-spaces"Nick Mathewson
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