| Commit message (Expand) | Author | Age |
* | Upgrade to the latest version of tinytest | Nick Mathewson | 2011-06-09 |
* | Bump copyright statements to 2011 (0.2.2) | Nick Mathewson | 2011-01-03 |
* | Update copyright dates for files not in maint-0.2.1 | Nick Mathewson | 2010-02-27 |
* | Improved fix for test_memeq_hex leak.•••The earlier fix would only handle the success case. In the failing
case, test_mem_op does a goto done, which would leave the leak leaking.
| Nick Mathewson | 2009-09-27 |
* | Fix a memleak•••Found by coverity
test_mem_op_hex was leaking memory, which showed up in a few
tests.
Also, the dir_param test had a memleak of its own.
Found by Coverity
| Sebastian Hahn | 2009-09-27 |
* | Split crypto tests into a separate module. | Nick Mathewson | 2009-09-23 |
* | Move testing code into new src/test directory. | Nick Mathewson | 2009-09-23 |