aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_relay.c
AgeCommit message (Collapse)Author
2018-06-15Extract cell type and their queues into new headersNick Mathewson
Since packed_cell and destroy_cell exist only to be queued, they go in the same headers as the queues.
2018-06-15Extract {or,origin}_circuit_t into their own headersNick Mathewson
2017-11-22test: Fix memleak of channel cmuxDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
This patch fixes the operator usage in src/test/*.c to use the symbolic operators instead of the normal C comparison operators. This patch was generated using: ./scripts/coccinelle/test-operator-cleanup src/test/*.[ch]
2017-03-15Run the copyright update script.Nick Mathewson
2016-09-09Fix a coupole of coverity complaints.Nick Mathewson
2016-09-08Fix remaining test warnings. (in test_relay.c)Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-02-23Remove lingering mempool codecypherpunks
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-22Fix a bunch of memory leaks in the unit tests. Found with valgrindNick Mathewson
2014-12-22Fix some coverity issues in the unit testsNick Mathewson
2014-09-30Update test_relay.c for recent test suite changes and --enable-mempools supportAndrea Shepard
2014-09-30Add append_cell_to_circuit_queue() unit testAndrea Shepard