summaryrefslogtreecommitdiff
path: root/lib/libevent/buffer.c
AgeCommit message (Collapse)Author
2010-07-17add missing header needed by event_warn()Charles Longeau
ok nicm@
2010-07-12Update to 1.4.14b.Nicholas Marriott
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
2010-04-21Update libevent to 1.4.13.Nicholas Marriott
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
2009-10-13In evbuffer_readline, do not lose data upon malloc failure. From mainstream:Jacek Masiulaniec
http://levent.svn.sourceforge.net/viewvc/levent?view=rev&revision=1436 ok gilles@
2008-05-02Update to libevent 1.3e while retaining our local changes.Brad Smith
"No objection" millert@ "the diff looks and works fine" reyk@
2007-03-19Update to libevent-1.3b while retaining our local changes. beck@ OKTodd C. Miller
2007-02-04Two libevent fixes from the SVN repo:Todd C. Miller
allow gotsig to terminate active event loop and evbuffer_find fix. OK brad@ pyr@
2006-12-21'tranfer' -> 'transfer' in comments.Kenneth R Westerback
2006-11-26fix a potential problem in multiple handling of va_list; use va_copy instead.Brad Smith
From Niels Provos via the libevent SVN, by Alejo. ok deraadt@
2006-03-18- limit the amount of data bufferevents are going to consume to somethingBrad Smith
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
2006-01-25another fix from art.Brad Smith
From libevent CVS
2006-01-23add evbuffer_add_vprintf interface from artur grabowskiBrad Smith
From libevent CVS ok markus@
2005-07-02zap trailing whitespaces, no binary changeAlexander von Gernler
ok brad@ beck@
2005-06-18update to libevent 1.1a; keep local changesBrad Smith
ok grunk@
2005-05-04update to libevent 1.0d; keep local changesBrad Smith
thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@
2005-04-22update to libevent 1.0c; keep local changesBrad Smith
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@
2005-04-19backout. not discussed, and very wrong. bad bradTheo de Raadt
2005-04-19update to libevent 1.0c; keep local changesBrad Smith
2004-04-28update to libevent 0.8; keep local changesBrad Smith
ok markus@