summaryrefslogtreecommitdiff
path: root/test/regress_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes some new warnings under clang-15Azat Khuzhin2023-01-271-5/+0
* Fix socketpair failure when temporary directory has non-latin characterzhenhaonong2022-09-261-1/+13
* build: remove splice implementation fragmentsfanquake2021-03-281-2/+1
* test/regress_buffer.c: fix -Wbad-function-cast (in some specific env)Azat Khuzhin2020-07-231-1/+1
* test: fix UB in evbuffer/empty_reference_prepend_bufferAzat Khuzhin2020-07-051-1/+1
* buffer: do not pass NULL to memcpy() from evbuffer_pullup()Azat Khuzhin2020-06-251-0/+31
* regress_buffer: improve testcase for evbuffer_freeze()yuangongji2019-09-221-8/+57
* buffer: fix possible NULL dereference in evbuffer_setcb() on ENOMEMAzat Khuzhin2019-07-311-2/+10
* test: regression for evbuffer_expand_fast_() with invalid last_with_datapAzat Khuzhin2019-05-161-0/+38
* test: cover adjusting of last_with_datap in evbuffer_prepend()Azat Khuzhin2019-05-161-0/+54
* buffer: do not rely on ->off in advance_last_with_data()Azat Khuzhin2019-03-031-0/+81
* buffer: fix evbuffer_remove_buffer() with empty chain in frontAzat Khuzhin2019-03-031-0/+28
* test: verify content of the buffer in evbuffer/remove_buffer_with_empty*Azat Khuzhin2019-03-031-21/+39
* test/buffer: cover evbuffer_expand() for overflowAzat Khuzhin2016-06-261-0/+18
* test/buffer: evbuffer_add_buffer() with empty chainsAzat Khuzhin2016-06-171-0/+62
* test/buffer: evbuffer_remove_buffer() with empty chains (prepend)Azat Khuzhin2016-06-171-0/+42
* test/buffer: evbuffer_remove_buffer() with empty chains (evbuffer_add_buffer())Azat Khuzhin2016-06-171-0/+42
* test/buffer: fix leak in test_evbuffer_prepend()Azat Khuzhin2016-06-171-0/+1
* test/buffer: avoid errors with --no-fork (reinitialize static vars)Azat Khuzhin2016-06-171-4/+8
* test/buffer: cover n_add_for_cb when evbuffer_prepend() need to allocate bufferAzat Khuzhin2016-04-211-1/+27
* test/regress: add tests for evbuffer_add() breakage on empty last chainMarcus Sundberg2016-03-261-0/+87
* test/regress_buffer: fix clang compilation warningsAzat Khuzhin2015-10-091-1/+1
* Don't use BSD u_* types.Ed Schouten2015-08-251-7/+7
* 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