#
824b820d |
| 30-Oct-2014 |
bluhm <bluhm@openbsd.org> |
Fix whitespace errors in libevent. OK nicm@
|
#
84ea67e3 |
| 29-Oct-2014 |
bluhm <bluhm@openbsd.org> |
After removing all the #ifdef, the wrappers in evutil are rather useless. Let libevent call the libc functions directly. OK nicm@
|
#
defc4074 |
| 17-Oct-2014 |
bluhm <bluhm@openbsd.org> |
Remove #ifdef HAVE_.*_H, just include the header files. Do not include sys/param.h. OK nicm@
|
#
a37b64e4 |
| 16-Oct-2014 |
bluhm <bluhm@openbsd.org> |
Remove #ifdef HAVE_CONFIG_H, there is no config.h file. OK nicm@
|
#
1cfb165f |
| 08-Oct-2014 |
bluhm <bluhm@openbsd.org> |
iRemove the #ifdef WIN32 implementation from libevent. OK nicm@
|
#
8ead113e |
| 21-Apr-2010 |
nicm <nicm@openbsd.org> |
Update libevent to 1.4.13.
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 co
Update libevent to 1.4.13.
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
show more ...
|
#
171772ba |
| 02-May-2008 |
brad <brad@openbsd.org> |
- Use a const pointer for bufferevent_write. - Make event_init return struct event_base *.
From the libevent SVN repo.
ok millert@
|
#
7567a386 |
| 19-Mar-2007 |
millert <millert@openbsd.org> |
Update to libevent-1.3b while retaining our local changes. beck@ OK
|
#
c7727ffc |
| 26-Nov-2006 |
brad <brad@openbsd.org> |
allow both read and write callbacks for bufferevents to be NULL.
From Niels Provos via the libevent SVN
ok deraadt@
|
#
b5b20efd |
| 18-Mar-2006 |
brad <brad@openbsd.org> |
- limit the amount of data bufferevents are going to consume to something reasonable; in some circumstances it could happen that libevent happily allocated 100MB in read buffers without telling t
- limit the amount of data bufferevents are going to consume to something 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
show more ...
|
#
ca65f563 |
| 09-Feb-2006 |
brad <brad@openbsd.org> |
typo
|
#
756c5ae0 |
| 02-Jul-2005 |
grunk <grunk@openbsd.org> |
zap trailing whitespaces, no binary change
ok brad@ beck@
|
#
1085edd8 |
| 04-May-2005 |
brad <brad@openbsd.org> |
update to libevent 1.0d; keep local changes
thanks to Alexander von Gernler for testing and some bug fixes
ok mpf@ norby@
|
#
4643be29 |
| 22-Apr-2005 |
brad <brad@openbsd.org> |
update to libevent 1.0c; keep local changes
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
update to libevent 1.0c; keep local changes
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@
show more ...
|
#
97617856 |
| 19-Apr-2005 |
deraadt <deraadt@openbsd.org> |
backout. not discussed, and very wrong. bad brad
|
#
b7cf6bc8 |
| 19-Apr-2005 |
brad <brad@openbsd.org> |
update to libevent 1.0c; keep local changes
|
#
ff9272da |
| 28-Apr-2004 |
brad <brad@openbsd.org> |
update to libevent 0.8; keep local changes
ok markus@
|