aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_containers.c
AgeCommit message (Expand)Author
2013-09-23Use tt_ptr_op, not test_eq, for pointer comparisons in testsNick Mathewson
2013-08-02Unit test for smartlist_ints_eqNick Mathewson
2013-05-10Merge bug5595-v2-squashed into maint-0.2.4Andrea Shepard
2013-05-09Add some unit tests for fp_pair_map_t to test/containers.c based on the strma...Andrea Shepard
2013-01-16Aftermath of isin->contains renamingNick Mathewson
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-02Add a data-invariant linear-search map structureNick Mathewson
2012-11-02In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistentlyNick Mathewson
2012-10-23Make unit test for bug7191 work with new smartlist_new() nameNick Mathewson
2012-10-23Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-10-23Add some unit tests for smartlist_bsearch_idx() on short listsAndrea Shepard
2012-10-23Add some unit tests for smartlist_bsearch_idx() on short listsAndrea Shepard
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-02-27Update copyright dates for files not in maint-0.2.1Nick Mathewson
2009-12-12Enhance pqueue so we can remove items from the middle.Nick Mathewson
2009-09-23Split container tests into their own moduleNick Mathewson