aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_circuitlist.c
AgeCommit message (Expand)Author
2020-01-09Merge branch 'pre_formatter_cleanups_squashed'Nick Mathewson
2020-01-09Remove extra ; from tt_assert() macro definition.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-01-16Bump copyright date to 2019Nick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-06-22Remove bloom filters, order statistics, and bitarrays from container.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-02-15cmux: Always use the cmux policyDavid Goulet
2017-12-08Update free functions into macros: src/or/ part 1Nick Mathewson
2017-08-24prop224: Register RP circuit when it opensDavid Goulet
2017-08-24prop224: Add client-side rend circuit support to HS circuitmapGeorge Kadianakis
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