summaryrefslogtreecommitdiff
path: root/test/regress_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* More evbuffer_peek() test casesNick Mathewson2014-11-301-0/+8
* test/evbuffer_peek: add regress in case we have first buffer greaterAzat Khuzhin2014-11-301-0/+29
* Fix several memory leaks in the unit tests.Nick Mathewson2014-09-181-1/+4
* Make a buffer larger in the tests to avoid a scary evbuffer_copyout_from()Nick Mathewson2014-09-181-1/+1
* Fix a use-after-free in unit tests. CID 752027Nick Mathewson2014-09-181-0/+1
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2014-09-181-1/+1
|\
| * regress_buffer: fix 'memcmp' compare sizeMaks Naumov2014-09-181-1/+1
* | Update to a more recent tinytest_macros.Nick Mathewson2014-05-081-3/+3
* | Fix an illegal read error in the evbuffer_add_reference testsNick Mathewson2014-03-181-1/+1
* | Fix even more coverity warnings.Nick Mathewson2014-01-081-0/+1
* | Fix a pile of coverity warnings in the unit testsNick Mathewson2014-01-081-13/+12
* | Add missing check to test_evbuffer_file_segment_add_cleanup_cbNick Mathewson2013-08-061-0/+1
* | Fix a logic error in test_evbuffer_freezeNick Mathewson2013-08-061-1/+1
* | Clean up unit test for evbuffer_file_segment_add_cleanup_cb a littleNick Mathewson2012-11-061-6/+3
* | Add a new callback to get called on evbuffer_file_segment freeyangacer2012-11-061-0/+69
* | Fix a shadowed variable in addfile_test_readcb; found by coverityNick Mathewson2012-07-261-1/+3
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-261-0/+11
|\ \ | |/
| * Fix various check-after-dereference issues in unit tests: found by coverityNick Mathewson2012-07-261-0/+11
* | Replace deferred_cbs with event_callback-based implementation.Nick Mathewson2012-05-091-0/+1
* | Tweak the new evutil_weakrand_() codeNick Mathewson2012-04-091-1/+1
* | Change evutil_weakrand_() to avoid platform random()Nicholas Marriott2012-04-091-1/+2
* | Fix some compilation warnings with msvcNick Mathewson2012-04-031-1/+1
* | Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-1/+1
* | Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-3/+3
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-4/+4
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Replace more C99/C++ comments with oldschool /* */ commentsNick Mathewson2012-02-021-2/+2
* | When including an -internal.h header outside the main tree, do so earlyNick Mathewson2012-01-241-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-12-081-0/+4
|\ \ | |/
| * Fix behavior of evbuffer_peek(buf,-1,NULL,NULL,0)Zack Weinberg2011-12-081-0/+4
* | whitespace fixesNick Mathewson2011-12-081-11/+11
* | Merge remote-tracking branch 'fancycode/buffer_references'Nick Mathewson2011-12-081-0/+107
|\ \
| * | Changed use of refcounts to make sure referenced chains are freed in all cases.Joachim Bauch2011-12-071-0/+37
| * | prevent nested multicast references, reworked lockingJoachim Bauch2011-08-091-0/+2
| * | support adding buffers to other buffers non-destructivelyJoachim Bauch2011-08-091-0/+68
* | | Add evbuffer_copyout_from to copy data from the middle of a bufferNick Mathewson2011-12-071-0/+82
* | | unit tests for EVBUFFER_EOL_NULNick Mathewson2011-11-141-0/+26
* | | Tweaks, fixups, and comments on evbuffer_add_iovecNick Mathewson2011-11-111-1/+2
* | | Added evbuffer_add_iovec and unit tests.Mark Ellzey2011-11-111-0/+44
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-11-021-0/+38
|\ \ \ | | |/ | |/|
| * | improve test to remove at least one buffer from srcGreg Hazel2011-11-021-3/+4
| * | unit test for remove_buffer bugGreg Hazel2011-11-021-0/+37
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ \ | |/ /
| * | Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | | Make evbuffer_file_segment_types adaptableNick Mathewson2011-10-061-6/+15
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-061-0/+3
|\ \ \ | |/ / | | / | |/ |/|
| * Prefer mmap to sendfile unless a DRAINS_TO_FD flag is set. Allows add_file to...Nick Mathewson2011-09-291-0/+3
* | Allow evbuffer_ptr to point to position 0 in an empty evbufferNir Soffer2011-06-131-2/+46
* | Allow evbuffer_ptr_set to yield a point just after the end of the buffer.Nick Mathewson2011-06-131-0/+2