]> granicus.if.org Git - libevent/history - buffer.c
Optimize arc4random_uniform() (by syncing with OpenBSD implementation)
[libevent] / buffer.c
2023-01-02 Dmitry Antipovbuffer: use pread() for evbuffer_file_segment_materialize()
2022-08-08 Dmitry IlyinAdd check of mmap64 function and use it when available...
2022-06-12 cui fliterFix some typos (#1284)
2021-09-18 Azat KhuzhinMerge remote-tracking branch 'upstream/pr/1203'
2021-09-17 Pierce Lopezbuffer: do not round up allocation for reference-type...
2021-08-01 Azat Khuzhinbuffer: fix CreateFileMapping() leak from evbuffer_add_...
2021-03-28 fanquakebuild: remove no-longer used checks for vasprintf
2021-03-28 fanquakebuild: remove splice implementation fragments
2020-06-25 Azat Khuzhinbuffer: do not pass NULL to memcpy() from evbuffer_pullup()
2020-05-25 Azat Khuzhinhttp: Merge branch 'http-max_connections-pr-592'
2020-02-29 yuangongjiincrease segment refcnt only if evbuffer_add_file_segme...
2019-09-22 Azat KhuzhinMerge branch 'upstream/pr/899' (evbuffer_freeze testcas...
2019-09-21 Azat Khuzhinevbuffer_add_file: fix freeing of segment in the error...
2019-07-31 Azat Khuzhinbuffer: fix possible NULL dereference in evbuffer_setcb...
2019-05-16 Azat KhuzhinMerge branch 'evbuffer-fixes-806-v2'
2019-05-16 Azat Khuzhinevbuffer: fix last_with_datap after prepend with empty...
2019-03-16 Azat KhuzhinMerge branch 'buffer-read-size'
2019-03-16 Azat KhuzhinMaximum evbuffer read configuration
2019-03-03 Azat Khuzhinbuffer: make evbuffer_prepend() of zero-length array...
2019-03-03 Azat KhuzhinMerge branch 'evbuffer-empty-chain-handling'
2019-03-03 Azat Khuzhinbuffer: do not rely on ->off in advance_last_with_data()
2019-03-03 Azat Khuzhinbuffer: fix evbuffer_remove_buffer() with empty chain...
2018-10-28 Azat KhuzhinConvert evbuffer_strspn() (internal helper) to use...
2018-10-28 Azat Khuzhinbuffer: add an assert for last_with_datap to suppress...
2018-10-20 Jiri LuznickyFix missing LIST_HEAD
2018-04-22 SuckShitFix assert() condition in evbuffer_drain() for IOCP
2018-02-12 Azat Khuzhinbuffer: fix incorrect unlock of the buffer mutex (for...
2017-08-14 Azat KhuzhinFix wrong assert in evbuffer_drain()
2017-03-08 Azat KhuzhinMerge branch 'cmake-configure-fixes-v2'
2017-03-08 Azat KhuzhinUse off_t instead of ev_off_t for sendfile() (fixes...
2016-12-06 Azat KhuzhinFix signedness differ for iov_base (solaris)
2016-07-07 Azat Khuzhinbuffer: don't mix code and declarations
2016-06-26 Mark EllzeyMerge pull request #367 from neerajbadlani/master
2016-06-25 Azat Khuzhinbuffer: Merge branch '340-dig-v2'
2016-06-25 Azat Khuzhinbuffer: fix overflow check in evbuffer_expand_singlechain()
2016-06-19 Azat Khuzhinbuffer: Merge branch 'evbuffer-empty-chains-fixes-v4'
2016-06-17 Azat Khuzhinbuffer: evbuffer_add_buffer(): clean empty chains from...
2016-04-20 Azat KhuzhinFix n_add_for_cb in evbuffer_prepend() in case of new...
2016-03-29 Azat KhuzhinMerge remote-tracking branch 'origin/pr/339'
2016-03-26 Marcus Sundbergevbuffer_add: Use last_with_datap if set, not last.
2015-12-21 Mark EllzeyMerge pull request #125 from libevent/master
2015-08-25 Ed SchoutenDon't use BSD u_* types.
2015-06-17 Mark EllzeyMerge pull request #190 from JohnOhl/evhttp-post-fix
2015-06-17 Mark EllzeyMerge pull request #183 from azat/dns-example
2015-02-04 Nick MathewsonMerge pull request #207 from azat/avoid-leaking-of...
2015-01-05 Nick MathewsonMerge branch '21_cve_2014_6272_v2'
2015-01-05 Nick MathewsonFix CVE-2014-6272 in Libevent 2.1
2014-12-01 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-12-01 Nick MathewsonFix evbuffer_peek() with len==-1 and start_at non-NULL.
2014-12-01 Nick MathewsonMerge remote-tracking branch 'public/patches-2.0'
2014-12-01 Nick MathewsonMerge remote-tracking branch 'origin/pr/182'
2014-12-01 Nick MathewsonMerge remote-tracking branch 'origin/pr/180'
2014-11-30 Nick MathewsonMerge remote-tracking branch 'origin/pr/175'
2014-11-30 Nick MathewsonMerge branch 'evbufer_peek_fix_v3'
2014-11-30 Nick MathewsonFix evbuffer_peek() with len==-1 and start_at non-NULL.
2014-10-09 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-09-18 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-09-18 Nick MathewsonFix several memory leaks in the unit tests.
2014-09-18 Nick MathewsonMerge pull request #119 from ldx/winhosts
2014-09-18 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-09-18 Nick MathewsonMerge pull request #118 from azat/http-forward-family...
2014-09-18 Nick MathewsonMerge pull request #128 from azat/tests-disable-when...
2014-09-18 Nick MathewsonMerge pull request #129 from azat/disable-probing-with...
2014-08-29 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-08-29 Nick MathewsonConsistently check for failure from evbuffer_pullup()
2014-08-29 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-08-18 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-03-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-03-21 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-03-03 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-02-09 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-01-22 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-12-24 Nick MathewsonMerge remote-tracking branch 'resetius/https'
2013-12-22 Nick MathewsonMerge remote-tracking branch 'ghazel/event_base_active_...
2013-12-20 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-12-05 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-11-01 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-09-19 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-09-19 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-09-09 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-08-19 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-08-13 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-08-06 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-08-01 Nick MathewsonAvoid leaking segment mappings when offset is not a...
2013-07-21 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-06-10 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-06-10 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-05-29 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-05-07 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-04-30 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-04-26 Nick MathewsonMerge branch '21_deadlock_fix_v2'
2013-04-26 Nick MathewsonUse finalization feature so bufferevents can avoid...
2013-04-25 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-03-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-02-14 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-02-09 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-02-05 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-01-22 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-12-20 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-12-04 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
next