aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_buffers.c
Commit message (Collapse)AuthorAge
* Fix unearthed problems in unit testsNick Mathewson2014-05-08
|
* Fix numerous type errors in the unit testsNick Mathewson2014-05-08
| | | | | | Remove tinytest casts that were suppressing them. Fix for #11825.
* More unit tests for #11648-related stuffNick Mathewson2014-05-08
| | | | | | These are actually tests for #311. It appears to me that we didn't fix #311 properly when we thought we did in 475eb5d6; instead, the real fix was 05eff35ac6d64b, a few minutes earlier.
* Unit test for write_to_buf_zlibNick Mathewson2014-05-06
|
* Merge remote-tracking branch 'public/valgrind_tests'Nick Mathewson2014-05-01
|\
| * Fix a leak in test_buffer_allocation_trackingNick Mathewson2014-04-26
| |
* | Make --disable-buf-freelists build and pass unit testsAndrea Shepard2014-04-29
|/
* 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.