History log of /openbsd-src/lib/libevent/shlib_version (Results 1 – 10 of 10)
Revision Date Author Comments
# 57d5065f 03-Apr-2014 eric <eric@openbsd.org>

add helper functions to use asr with libevent.

ok deraadt@


# 91a535ff 13-Aug-2013 guenther <guenther@openbsd.org>

Switch time_t, ino_t, clock_t, and struct kevent's ident and data
members to 64bit types. Assign new syscall numbers for (almost
all) the syscalls that involve the affected types, including anything

Switch time_t, ino_t, clock_t, and struct kevent's ident and data
members to 64bit types. Assign new syscall numbers for (almost
all) the syscalls that involve the affected types, including anything
with time_t, timeval, itimerval, timespec, rusage, dirent, stat,
or kevent arguments. Add a d_off member to struct dirent and replace
getdirentries() with getdents(), thus immensely simplifying and
accelerating telldir/seekdir. Build perl with -DBIG_TIME.

Bump the major on every single base library: the compat bits included
here are only good enough to make the transition; the T32 compat
option will be burned as soon as we've reached the new world are
are happy with the snapshots for all architectures.

DANGER: ABI incompatibility. Updating to this kernel requires extra
work or you won't be able to login: install a snapshot instead.

Much assistance in fixing userland issues from deraadt@ and tedu@
and build assistance from todd@ and otto@

show more ...


# 4fe1cee6 28-Aug-2012 pascal <pascal@openbsd.org>

Expose _EVENT_VERSION in event.h. This is expected by net/tor, which will spew
out scary warnings if it's not there. Bump minor accordingly.

Requested by and ok dcoppa@, 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 ...


# bdce580d 02-May-2008 brad <brad@openbsd.org>

Update to libevent 1.3e while retaining our local changes.

"No objection" millert@
"the diff looks and works fine" reyk@


# 7567a386 19-Mar-2007 millert <millert@openbsd.org>

Update to libevent-1.3b while retaining our local changes. beck@ OK


# 3ac1ba99 30-Mar-2006 brad <brad@openbsd.org>

introduce a way to free the base.

From libevent CVS


# 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 ...


# 3a420f0f 23-Jan-2006 brad <brad@openbsd.org>

add evbuffer_add_vprintf interface from artur grabowski

From libevent CVS

ok markus@


# e59a27ac 12-Oct-2005 deraadt <deraadt@openbsd.org>

three new .so libraries to help the ports people who need (or might need)
them for perl modules; discussion with pvalchev