summaryrefslogtreecommitdiffstats
path: root/lib/libevent/buffer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add missing header needed by event_warn()chl2010-07-171-1/+2
| | | | ok nicm@
* Update to 1.4.14b.nicm2010-07-121-3/+5
| | | | | | | | | | | | | | From their change log: o Fix memory-leak of signal handler array with kqueue. [backport] o Make evutil_make_socket_nonblocking() leave any other flags alone. o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). o Re-add event_siglcb; some old code _was_ still using it. :( o Fix a free(NULL) in min_heap.h o Clean up properly when adding a signal handler fails. Also a local change to use an int rather than a long for fcntl(). ok guenther deraadt
* Update libevent to 1.4.13.nicm2010-04-211-38/+112
| | | | | | | | | | | | | This is the core library only, the DNS parts are removed and it does not include the other extra bits (HTTP, DNS, and RPC), a separate port for these will appear in due course. Thanks to jsg, sthen, alek, gilles, jacekm, bernd and any others I've forgotten for testing/comments. Note that /usr/include/evdns.h should be removed after updating. ok deraadt
* In evbuffer_readline, do not lose data upon malloc failure. From mainstream:jacekm2009-10-131-2/+1
| | | | | http://levent.svn.sourceforge.net/viewvc/levent?view=rev&revision=1436 ok gilles@
* Update to libevent 1.3e while retaining our local changes.brad2008-05-021-9/+13
| | | | | "No objection" millert@ "the diff looks and works fine" reyk@
* 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
| | | | | allow gotsig to terminate active event loop and evbuffer_find fix. OK brad@ pyr@
* '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
| | | | | | From Niels Provos via the libevent SVN, by Alejo. ok deraadt@
* - limit the amount of data bufferevents are going to consume to somethingbrad2006-03-181-3/+18
| | | | | | | | | | | | reasonable; in some circumstances it could happen that libevent happily allocated 100MB in read buffers without telling the user; found by christopher maxwell - parts of these changes are from his patch. - allow setting an event base for bufferevents; from phil oleson - improved manpage from Phil Oleson From libevent CVS
* another fix from art.brad2006-01-251-3/+3
| | | | From libevent CVS
* add evbuffer_add_vprintf interface from artur grabowskibrad2006-01-231-27/+35
| | | | | | From libevent CVS ok markus@
* zap trailing whitespaces, no binary changegrunk2005-07-021-3/+3
| | | | ok brad@ beck@
* update to libevent 1.1a; keep local changesbrad2005-06-181-4/+4
| | | | ok grunk@
* update to libevent 1.0d; keep local changesbrad2005-05-041-2/+49
| | | | | | | thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@
* update to libevent 1.0c; keep local changesbrad2005-04-221-23/+179
| | | | | | | | | | no shared lib so no ABI/API check is necessary thanks to Alexander von Gernler for submitting another diff in an attempt to update libevent and for a use-after-free fix. ok henning@ deraadt@
* 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
ok markus@