summaryrefslogtreecommitdiff
path: root/src/test/test_controller_events.c
AgeCommit message (Expand)Author
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