Age | Commit message (Collapse) | Author |
|
ok nicm@
|
|
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
|
|
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
|
|
http://levent.svn.sourceforge.net/viewvc/levent?view=rev&revision=1436
ok gilles@
|
|
"No objection" millert@
"the diff looks and works fine" reyk@
|
|
|
|
allow gotsig to terminate active event loop and evbuffer_find fix.
OK brad@ pyr@
|
|
|
|
From Niels Provos via the libevent SVN, by Alejo.
ok deraadt@
|
|
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
|
|
From libevent CVS
|
|
From libevent CVS
ok markus@
|
|
ok brad@ beck@
|
|
ok grunk@
|
|
thanks to Alexander von Gernler for testing
and some bug fixes
ok mpf@ norby@
|
|
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@
|
|
|
|
|
|
ok markus@
|