aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_controller_events.c
AgeCommit message (Expand)Author
2020-02-10Merge branch 'bug33104_041'Nick Mathewson
2020-02-10Add tests for control_event_signal.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Replace several C identifiers.teor
2019-11-12Bug 19859: Fix double-free in unit testJeremyRand
2019-10-27Bug 19859: Add unit test for formattingJeremyRand
2019-06-28Fix a few coverity unitinitialzed-value warnings in the unit tests.Nick Mathewson
2019-06-11Rework origin circuit tracking to use pubsubTaylor Yu
2019-06-11Rework orconn tracking to use pubsubTaylor Yu
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-12-21Add tests for bootstrap trackerTaylor Yu
2018-12-21The big bootstrap phase redefinitionTaylor Yu
2018-12-21Hook up control_event_bootstrap() to btrack_orconnTaylor Yu
2018-09-10Defer reporting directory bootstrap progressTaylor Yu
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-01Extract more constants from or.hNick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract {or,origin}_circuit_t into their own headersNick Mathewson
2018-04-10Remove TestingEnableTbEmptyEventNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-08-18Make the control/events test run TT_FORKNick Mathewson
2015-03-22Add unit tests for control_event_is_interesting()teor
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-05-08Fix numerous 64->32 errors in the unit testsNick Mathewson
2014-04-26test_cntev_append_cell_stats now no longer leaksNick Mathewson
2014-04-26Fix memory leaks in test_cntev_append_cell_statsNick Mathewson
2013-11-22Fix a bunch of coverity-spotted unit test resource leaksNick Mathewson
2013-10-28squash! Pass const uint64_t pointers, document array length.Karsten Loesing
2013-09-12Pass const uint64_t pointers, document array length.Karsten Loesing
2013-09-12Pass around const struct timeval * instead of struct timeval.Karsten Loesing
2013-05-31Test functions used for TB_EMPTY and CELL_STATS events.Karsten Loesing