Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-12 | Merge remote-tracking branch 'public/Fix_19450' | Nick Mathewson | |
2016-08-02 | Remove generic_buffer_*() functions as needless. | Nick Mathewson | |
These functions were there so that we could abstract the differences between evbuffer and buf_t. But with the bufferevent removal, this no longer serves a purpose. | |||
2016-08-02 | Remove USE_BUFFEREVENTS code outside src/or | Nick Mathewson | |
2016-07-21 | Make monotime test mocking work with oom tests. | Nick Mathewson | |
2016-02-27 | Update the copyright year. | Nick Mathewson | |
2015-02-23 | Remove lingering mempool code | cypherpunks | |
2015-01-02 | Bump copyright dates to 2015, in case someday this matters. | Nick Mathewson | |
2014-11-12 | Replace operators used as macro arguments with OP_XX macros | Nick Mathewson | |
Part of fix for 13172 | |||
2014-07-21 | Fix warning on building with bufferevents | Sathyanarayanan Gunasekaran | |
Fixes #11578 | |||
2014-05-22 | Merge remote-tracking branch 'andrea/bug11476' | Nick Mathewson | |
2014-05-12 | Add --disable-mempools configure option | Andrea Shepard | |
2014-04-26 | Fix leaks in test_oom.c | Nick Mathewson | |
2014-04-19 | scan-build: Fix harmless sizeof(ptr) in test_oom.c | Nick Mathewson | |
We meant to using random bytes to fill a buffer, up to 3000 at a time. Instead we were taking them sizeof(void*) at a time. | |||
2014-02-12 | More unit tests for OOM handling. | Nick Mathewson | |
This gets us up to no interesting untested new or changed lines for the 10169 code. | |||
2014-02-12 | Initial unit tests for OOM handling | Nick Mathewson | |