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