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
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2020-02-06
Use parentheses to avoid mis-indentations of stringified macro args
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-12-20
Code Style: Delete PRIVATE defines that are never used
teor
2019-10-26
Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.
Nick Mathewson
2019-09-11
Update #includes to point to confparse.h in its new location.
Nick Mathewson
2019-08-28
Refactor config free logic to use a single path.
Nick Mathewson
2019-03-25
Split command-handling and authentication from control.c
Nick Mathewson
2019-03-25
Split all controller events code into a new control_events.c
Nick Mathewson
2019-02-13
Merge branch 'tor-github/pr/651'
David Goulet
2019-01-17
Merge remote-tracking branch 'tor-github/pr/645'
Nick Mathewson
2019-01-16
Fix a LOG_ERR message from test_pt.c
Nick Mathewson
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2019-01-14
Rename TYPE to TRANSPORT in PT STATUS messages.
Alexander Færøy
2018-12-21
Merge branch 'ticket28847'
Nick Mathewson
2018-12-21
Don't initialize the process module manually in tests.
Alexander Færøy
2018-12-20
Add support for STATUS messages from Pluggable Transports.
Alexander Færøy
2018-12-20
Use K/V parser to handle LOG messages for pluggable transports.
Alexander Færøy
2018-12-17
Change EVENT_TRANSPORT_LOG to EVENT_PT_LOG.
Alexander Færøy
2018-12-17
Move remaining code from subprocess.{h,c} to more appropriate places.
Alexander Færøy
2018-12-17
Add support for logging messages from pluggable transports.
Alexander Færøy
2018-12-17
Use process_t for managed proxies.
Alexander Færøy
2018-07-10
Isolate resolve.h usage in the modules that really need it.
Nick Mathewson
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-07-05
Remove util.h
Nick Mathewson
2018-07-01
Extract or_state_t to its own header.
Nick Mathewson
2018-07-01
Remove needless includes from or.h
Nick Mathewson
2018-06-28
Extract process-management functionality into a new lib/process
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
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
[next]