summaryrefslogtreecommitdiffstats
path: root/lib/libevent/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed endless loop/ OOB write on 64 bit systems with large buffers.tobias2019-05-031-3/+3
* Use recallocarray() to avoid leaving detritus in memory when resizingderaadt2017-03-181-2/+3
* Remove NULL pointer checks before calls to free().nayden2016-09-031-3/+2
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-051-2/+2
* Fix CVE-2014-6272 in Libevent 1.4 from upstream:bluhm2015-01-051-9/+23
* libraries shouldnt print to stderr when things dont go their way.dlg2014-11-211-3/+3
* Fix whitespace errors in libevent.bluhm2014-10-301-6/+6
* After removing all the #ifdef, the wrappers in evutil are ratherbluhm2014-10-291-3/+2
* Remove some #ifdef from libevent.bluhm2014-10-181-6/+1
* Remove the remaining #ifdef HAVE_ and the #define _GNU_SOURCE.bluhm2014-10-181-6/+1
* Remove #ifdef HAVE_.*_H, just include the header files.bluhm2014-10-171-12/+2
* Remove #ifdef HAVE_CONFIG_H, there is no config.h file.bluhm2014-10-161-5/+1
* iRemove the #ifdef WIN32 implementation from libevent.bluhm2014-10-081-19/+1
* add missing header needed by event_warn()chl2010-07-171-1/+2
* Update to 1.4.14b.nicm2010-07-121-3/+5
* Update libevent to 1.4.13.nicm2010-04-211-38/+112
* In evbuffer_readline, do not lose data upon malloc failure. From mainstream:jacekm2009-10-131-2/+1
* Update to libevent 1.3e while retaining our local changes.brad2008-05-021-9/+13
* Update to libevent-1.3b while retaining our local changes. beck@ OKmillert2007-03-191-8/+11
* Two libevent fixes from the SVN repo:millert2007-02-041-4/+5
* 'tranfer' -> 'transfer' in comments.krw2006-12-211-2/+2
* fix a potential problem in multiple handling of va_list; use va_copy instead.brad2006-11-261-4/+10
* - limit the amount of data bufferevents are going to consume to somethingbrad2006-03-181-3/+18
* another fix from art.brad2006-01-251-3/+3
* add evbuffer_add_vprintf interface from artur grabowskibrad2006-01-231-27/+35
* zap trailing whitespaces, no binary changegrunk2005-07-021-3/+3
* update to libevent 1.1a; keep local changesbrad2005-06-181-4/+4
* update to libevent 1.0d; keep local changesbrad2005-05-041-2/+49
* update to libevent 1.0c; keep local changesbrad2005-04-221-23/+179
* backout. not discussed, and very wrong. bad bradderaadt2005-04-191-179/+23
* update to libevent 1.0c; keep local changesbrad2005-04-191-23/+179
* update to libevent 0.8; keep local changesbrad2004-04-281-0/+222