aboutsummaryrefslogtreecommitdiff
path: root/src/ext/tinytest.c
Commit message (Collapse)AuthorAge
* scan-build: truncate tinytest hexified outputs to 1024 bytes.Nick Mathewson2014-04-19
| | | | | | scan-build didn't like the unlimited version since we might need to overflow size_t to hexify a string that took up half our address space. (!)
* Upgrade to the latest version of tinytest.Nick Mathewson2014-03-06
| | | | | | | This brings us to tinytest commit 709a36ba63ff16d8. The only big change tor-side is that we don't need our own test_mem_op operation any longer.
* Move all externally maintained source files into src/extNick Mathewson2012-10-11
The rationale for treating these files differently is that we should be checking upstream for changes as applicable, and merging changes upstream as warranted.