aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_oom.c
AgeCommit message (Expand)Author
2017-09-05Refactor buffer APIs to put a buf_t first.Nick Mathewson
2017-09-05Repair buffer API so everything starts with buf_.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-11-24moving useful test helper to test_helpers.hChelsea H. Komlo
2016-08-12Merge remote-tracking branch 'public/Fix_19450'Nick Mathewson
2016-08-02Remove generic_buffer_*() functions as needless.Nick Mathewson
2016-08-02Remove USE_BUFFEREVENTS code outside src/orNick Mathewson
2016-07-21Make monotime test mocking work with oom tests.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-02-23Remove lingering mempool codecypherpunks
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
2014-07-21Fix warning on building with buffereventsSathyanarayanan Gunasekaran
2014-05-22Merge remote-tracking branch 'andrea/bug11476'Nick Mathewson
2014-05-12Add --disable-mempools configure optionAndrea Shepard
2014-04-26Fix leaks in test_oom.cNick Mathewson
2014-04-19scan-build: Fix harmless sizeof(ptr) in test_oom.cNick Mathewson
2014-02-12More unit tests for OOM handling.Nick Mathewson
2014-02-12Initial unit tests for OOM handlingNick Mathewson