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_controller_events.c
Age
Commit message (
Expand
)
Author
2020-10-28
Revise fix for bug 32178 (spaces at end of log msg).
Nick Mathewson
2020-02-10
Merge branch 'bug33104_041'
Nick Mathewson
2020-02-10
Add tests for control_event_signal.
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-12-20
Replace several C identifiers.
teor
2019-11-12
Bug 19859: Fix double-free in unit test
JeremyRand
2019-10-27
Bug 19859: Add unit test for formatting
JeremyRand
2019-06-28
Fix a few coverity unitinitialzed-value warnings in the unit tests.
Nick Mathewson
2019-06-11
Rework origin circuit tracking to use pubsub
Taylor Yu
2019-06-11
Rework orconn tracking to use pubsub
Taylor Yu
2019-03-25
Split all controller events code into a new control_events.c
Nick Mathewson
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2018-12-21
Add tests for bootstrap tracker
Taylor Yu
2018-12-21
The big bootstrap phase redefinition
Taylor Yu
2018-12-21
Hook up control_event_bootstrap() to btrack_orconn
Taylor Yu
2018-09-10
Defer reporting directory bootstrap progress
Taylor Yu
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-07-01
Extract more constants from or.h
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-15
Extract {or,origin}_circuit_t into their own headers
Nick Mathewson
2018-04-10
Remove TestingEnableTbEmptyEvent
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2015-08-18
Make the control/events test run TT_FORK
Nick Mathewson
2015-03-22
Add unit tests for control_event_is_interesting()
teor
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-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-05-08
Fix numerous 64->32 errors in the unit tests
Nick Mathewson
2014-04-26
test_cntev_append_cell_stats now no longer leaks
Nick Mathewson
2014-04-26
Fix memory leaks in test_cntev_append_cell_stats
Nick Mathewson
2013-11-22
Fix a bunch of coverity-spotted unit test resource leaks
Nick Mathewson
2013-10-28
squash! Pass const uint64_t pointers, document array length.
Karsten Loesing
2013-09-12
Pass const uint64_t pointers, document array length.
Karsten Loesing
2013-09-12
Pass around const struct timeval * instead of struct timeval.
Karsten Loesing
2013-05-31
Test functions used for TB_EMPTY and CELL_STATS events.
Karsten Loesing