summaryrefslogtreecommitdiff
path: root/src/test/test_circuitlist.c
AgeCommit message (Expand)Author
2017-04-17prop224 tests: Remove useless NULL check before circuit_free().George Kadianakis
2017-04-13fix wide linesNick Mathewson
2017-04-13hs: Add service-side circuitmap API.George Kadianakis
2017-04-07hs: Refactor circuitmap to use circuit_t instead of or_circuit_t.George Kadianakis
2017-03-15Run the copyright update script.Nick Mathewson
2016-12-14prop224 prepwork: Use of HS circuitmap in existing HS code.George Kadianakis
2016-09-09Fix a coupole of coverity complaints.Nick Mathewson
2016-09-08Simplify log_test_helpers interfaceNick Mathewson
2016-09-08Fix bug warnings in test_circuitlist.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
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-09-15Use coccinelle scripts to clean up our unit testsNick Mathewson
2014-09-03Fix some 'dereference-before-null-check' warnings in test_circuitlist.cNick Mathewson
2014-09-02Fix more (void*)11 warnings in the testsNick Mathewson
2014-05-08Fix numerous type errors in the unit testsNick Mathewson
2014-05-07Fix test_pick_circid on 32-bit platformsNick Mathewson
2014-05-07Basic tests for get_unique_circ_id_by_chan.Nick Mathewson
2014-04-17Fix uninitialized-ram free in unit testsNick Mathewson
2014-04-09Fix a dumb C bug in the unit tests for 9841Nick Mathewson
2014-04-08Merge remote-tracking branch 'public/bug9841_025'Nick Mathewson
2014-04-04Test for circuit_set_rend_token(.,.,NULL)Nick Mathewson
2014-03-18Fix a use-after-free in test_circuitlist.cNick Mathewson
2014-02-13Tests for rend_token mapsNick Mathewson
2013-07-15Appease "make check-spaces"Nick Mathewson
2013-07-15Avoid compiler warning 'unused param'.Linus Nordberg
2013-07-10Add some basic unit tests for the circuit map data structure.Nick Mathewson