summaryrefslogtreecommitdiff
path: root/src/test/test_pt.c
AgeCommit message (Expand)Author
2014-09-11Whitespace cleanups in transports/test_ptNick Mathewson
2014-09-11Use tor_malloc_zero() in pt testsNick Mathewson
2014-09-10Merge remote-tracking branch 'yawning/bug_8402'Nick Mathewson
2014-08-13Apply coccinelle script to replace malloc(a*b)->calloc(a,b)Nick Mathewson
2014-05-21Fixed the test build with --enable-gcc-warningsYawning Angel
2014-05-21Allow ClientTransportPlugins to use proxiesYawning Angel
2014-04-26Fix numerous leaks in test_pt.cNick Mathewson
2013-08-25Basic unit test for EVENT_TRANSPORT_LAUNCHEDNick Mathewson
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-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-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-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-16Test deeper in test_pt_parsing().George Kadianakis
2013-05-11Remove strcpy from unit tests.Arlo Breault
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-05-18Fix the unittest breakage introduced by a8a862c.George Kadianakis
2012-05-08Fix a segfault in pt/protocol testNick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2011-11-25Make the pt/transports test not crash.Nick Mathewson
2011-10-07Revive our beautiful unit tests.George Kadianakis
2011-07-18Updated #includes etc. to use transports.[ch].George Kadianakis
2011-07-13Add some unit tests.George Kadianakis