index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_pt.c
Age
Commit message (
Expand
)
Author
2017-08-24
apply ahf's test_assert_null.cocci
Nick Mathewson
2017-08-24
apply ahf's test_assert_int.cocci
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-03-09
Remove buffered I/O stream usage in process_handle_t.
Alexander Færøy
2016-10-27
Automated change to use smartlist_add_strdup
overcaffeinated
2016-07-28
Fix all -Wshadow warnings on Linux
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2015-08-18
Refactor our logic for sending events to controllers
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-11-12
Replace operators used as macro arguments with OP_XX macros
Nick Mathewson
2014-11-02
Apply new calloc coccinelle patch
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-16
Remove the legacy_test_helper and legacy_setup wrappers
Nick Mathewson
2014-09-15
Use coccinelle scripts to clean up our unit tests
Nick Mathewson
2014-09-11
Whitespace cleanups in transports/test_pt
Nick Mathewson
2014-09-11
Use tor_malloc_zero() in pt tests
Nick Mathewson
2014-09-10
Merge remote-tracking branch 'yawning/bug_8402'
Nick Mathewson
2014-08-13
Apply coccinelle script to replace malloc(a*b)->calloc(a,b)
Nick Mathewson
2014-05-21
Fixed the test build with --enable-gcc-warnings
Yawning Angel
2014-05-21
Allow ClientTransportPlugins to use proxies
Yawning Angel
2014-04-26
Fix numerous leaks in test_pt.c
Nick Mathewson
2013-08-25
Basic unit test for EVENT_TRANSPORT_LAUNCHED
Nick Mathewson
2013-08-05
Also test that server transports get written to Tor's state.
George Kadianakis
2013-08-05
test_pt_configure_proxy(): verify the internals of the managed proxy.
George Kadianakis
2013-07-31
Merge branch 'bug9288_rebased'
Nick Mathewson
2013-07-31
Fix mixed declaration/statement warning
Nick Mathewson
2013-07-31
Update pt/configure_proxy until it stops segfaulting
Nick Mathewson
2013-07-31
Write unit tests for configure_proxy().
George Kadianakis
2013-07-18
Fix a wide line in test_pt.c
Nick Mathewson
2013-07-18
Merge branch 'bug8978_rebase_2'
Nick Mathewson
2013-07-18
Merge branch 'bug8929_rebase_2'
Nick Mathewson
2013-07-18
Improve test coverage of 8929 code
Nick Mathewson
2013-07-18
Add a basic unit test for pt_get_extra_info_descriptor_string.
Nick Mathewson
2013-07-18
Add a unit test for smethod lines with arguments.
Nick Mathewson
2013-07-16
Test deeper in test_pt_parsing().
George Kadianakis
2013-05-11
Remove strcpy from unit tests.
Arlo Breault
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-06-04
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2012-05-18
Fix the unittest breakage introduced by a8a862c.
George Kadianakis
2012-05-08
Fix a segfault in pt/protocol test
Nick Mathewson
2012-01-18
Rename nonconformant identifiers.
Nick Mathewson
2011-11-25
Make the pt/transports test not crash.
Nick Mathewson
2011-10-07
Revive our beautiful unit tests.
George Kadianakis
2011-07-18
Updated #includes etc. to use transports.[ch].
George Kadianakis
2011-07-13
Add some unit tests.
George Kadianakis