summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2013-09-03Merge remote-tracking branch 'Ryman/bug4341'Nick Mathewson
2013-09-03Handle HTTP minor versions greater than 9Nick Mathewson
2013-09-03Tougher validation for parsing urls from HTTP headers. Fixes #2767.Kevin Butler
2013-08-31MyFamily option will now fix fingerprints missing their leading instead of c...Kevin Butler
2013-08-25Basic unit test for EVENT_TRANSPORT_LAUNCHEDNick Mathewson
2013-08-15Fix a wide line in test_geoip_with_ptNick Mathewson
2013-08-15Merge branch 'bug5040_4773_rebase_3'Nick Mathewson
2013-08-15Test ExtORPort cookie initialization when file writing is broken.George Kadianakis
2013-08-15Test some fail conditions of ext_orport.c USERADDR/TRANSPORT parsing.George Kadianakis
2013-08-15Fix some #5040 bugs found by Nick's tests.George Kadianakis
2013-08-15Implement and use a generic auth. cookie initialization function.George Kadianakis
2013-08-15White-box tests for the succeeding case of ext_or_port handshake.Nick Mathewson
2013-08-15Test for initializing ext_or_auth_cookie fileNick Mathewson
2013-08-15Unit test for the ext_orport safe_cookie handshakeNick Mathewson
2013-08-15More unit tests for handle_client_auth_nonceNick Mathewson
2013-08-15Unit test for basic ext_or_cookie authentication backendNick Mathewson
2013-08-15Tests for connection_write_ext_or_command.Nick Mathewson
2013-08-15Unit tests for ext_or_id_map.Nick Mathewson
2013-08-15Unit tests for fetch_ext_or_cmdNick Mathewson
2013-08-15Split out buffers and socks tests into separate modules.Nick Mathewson
2013-08-15If a single client connects with multiple transports, note all transports.George Kadianakis
2013-08-15Trivially change unittests to make them more readable.George Kadianakis
2013-08-15Make check-spaces happy.George Kadianakis
2013-08-15Fix some unittests that broke when we added bridge-ip-transports.George Kadianakis
2013-08-15Add a unittest for the bridge-ip-transports extra-info line.George Kadianakis
2013-08-05Also test that server transports get written to Tor's state.George Kadianakis
2013-08-05test_pt_configure_proxy(): verify the internals of the managed proxy.George Kadianakis
2013-08-04Use size_t for length in replaycache_add_test_and_elapsed()Arlo Breault
2013-08-02Unit test for smartlist_ints_eqNick Mathewson
2013-08-02Try to make the win32 ersatz_socketpair pass.Nick Mathewson
2013-08-02Unit test for tor_{ersatz_,}socketpair.Nick Mathewson
2013-08-02Simple unit test for tor_open_socket_with_extensionsNick Mathewson
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-18Add transport information to the GeoIP database.George Kadianakis
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