Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-15 | Extract cell type and their queues into new headers | Nick Mathewson | |
Since packed_cell and destroy_cell exist only to be queued, they go in the same headers as the queues. | |||
2018-06-15 | Extract {or,origin}_circuit_t into their own headers | Nick Mathewson | |
2017-11-22 | test: Fix memleak of channel cmux | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-08-24 | Fix operator usage in src/test/*.c | Alexander 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-15 | Run the copyright update script. | Nick Mathewson | |
2016-09-09 | Fix a coupole of coverity complaints. | Nick Mathewson | |
2016-09-08 | Fix remaining test warnings. (in test_relay.c) | Nick Mathewson | |
2016-02-27 | Update the copyright year. | Nick Mathewson | |
2015-02-23 | Remove lingering mempool code | cypherpunks | |
2015-01-02 | Bump copyright dates to 2015, in case someday this matters. | Nick Mathewson | |
2014-12-22 | Fix a bunch of memory leaks in the unit tests. Found with valgrind | Nick Mathewson | |
2014-12-22 | Fix some coverity issues in the unit tests | Nick Mathewson | |
2014-09-30 | Update test_relay.c for recent test suite changes and --enable-mempools support | Andrea Shepard | |
2014-09-30 | Add append_cell_to_circuit_queue() unit test | Andrea Shepard | |