aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_buffers.c
Commit message (Collapse)AuthorAge
* Fix whitespace errors, all of them mine.Nick Mathewson2014-03-05
|
* Add tests for buffer time tracking.Nick Mathewson2014-02-12
|
* Several tests for buffer allocationNick Mathewson2014-02-12
|
* Start writing tests for 10169.Nick Mathewson2014-02-12
| | | | Now we cover more chunk allocation functions.
* Unit tests for fetch_ext_or_cmdNick Mathewson2013-08-15
|
* Split out buffers and socks tests into separate modules.Nick Mathewson2013-08-15
No other changes were made here. Keeping everything in src/test/test.c was a legacy of back when we had all our unit tests in one big file. Doing this now because I'm adding an ext_or_command test.