History log of /openbsd-src/lib/libevent/Makefile (Results 1 – 25 of 43)
Revision Date Author Comments
# faa33665 30-Mar-2016 jmc <jmc@openbsd.org>

for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any funct

for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;

ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung

show more ...


# 1155ffae 14-Apr-2015 nicm <nicm@openbsd.org>

Reorder prototypes to better match manpage layout and add some missing
argument names, from Fabian Raetz. ok deraadt


# 2b6621ad 20-Nov-2014 jmc <jmc@openbsd.org>

put MLINKS in the order they appear in the man page, so i don;t go blind
trying to check what's missing;


# 76932efa 19-Nov-2014 dlg <dlg@openbsd.org>

i got sick of having to read the source code to know what the
evbuffer_foo functions do. reyk, nicm, jmc, and schwarze seem to
support a manpage as a reasonable solution to this problem.

im putting

i got sick of having to read the source code to know what the
evbuffer_foo functions do. reyk, nicm, jmc, and schwarze seem to
support a manpage as a reasonable solution to this problem.

im putting this in a separate manpage because i find they get too
cumbersome when they get too big. ingo agrees (and suggests even
this might be too big).

the file is evbuffer_new.3 rather than evbuffer.3 because we document
functions.

ok reyk@ nicm@ jmc@ schwarze@
this is rough, everyone has tweaks coming.

show more ...


# c700f078 31-Oct-2014 bluhm <bluhm@openbsd.org>

Use CDIAGFLAGS from bsd.own.mk and append additional warning flags.
All warnings have been fixed in libevent.
OK nicm@


# 44e30b10 18-Oct-2014 bluhm <bluhm@openbsd.org>

Remove the remaining #ifdef HAVE_ and the #define _GNU_SOURCE.
OK nicm@


# 1fc96e2c 17-Oct-2014 bluhm <bluhm@openbsd.org>

Remove #ifdef HAVE_backend and remove references to unimplemented
backends.
OK nicm@


# 7ba5b15a 17-Oct-2014 bluhm <bluhm@openbsd.org>

Remove some #ifdef HAVE_syscall.
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@


# 8ac2d731 15-Oct-2014 bluhm <bluhm@openbsd.org>

Remove #ifndef HAVE_TAILQFOREACH containing a private tailq
implementation.
OK nicm@


# 7c7fb4fd 06-Oct-2014 bluhm <bluhm@openbsd.org>

Remove the #ifdef HAVE_SIGACTION from libevent. The struct
evsignal_info does not change, so no library crank.
OK nicm@ deraadt@


# 57d5065f 03-Apr-2014 eric <eric@openbsd.org>

add helper functions to use asr with libevent.

ok deraadt@


# 7cd9afdf 02-Aug-2012 okan <okan@openbsd.org>

remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.

ok guenther@


# b6d58cc1 21-Apr-2010 nicm <nicm@openbsd.org>

Clean up the awful _EVENT_* poo in the libevent headers, and don't
install event-config.h.

Pointed out by deraadt.


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


# 037c49c1 02-May-2008 jmc <jmc@openbsd.org>

Makefile: sort MLINKS and add event_base_once.3
event.3: fix NAME and remove spurious blank line


# e595f2b2 26-Mar-2007 deraadt <deraadt@openbsd.org>

do not ship the http parts for now; ok millert


# 25076e95 22-Mar-2007 deraadt <deraadt@openbsd.org>

nicer MLINKS chunk


# ee1dc061 21-Mar-2007 millert <millert@openbsd.org>

Use arc4random() to generate random IDs. In the future we
may want to consider using res_randomid() but since evdns.c
checks for duplicates this is not strictly necessary.


# fca17f91 21-Mar-2007 millert <millert@openbsd.org>

Document event_base_free(). OK jmc@


# 4ec1a04e 19-Mar-2007 jmc <jmc@openbsd.org>

add MLINKS for evdns_err_to_string() and evdns_nameserver_add();


# 363df24e 19-Mar-2007 jmc <jmc@openbsd.org>

provide MLINKS for evhttp_start() and evhttp_free();


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

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


# e9501449 28-Mar-2006 brad <brad@openbsd.org>

use clock_gettime if available.

From claudio@ via libevent CVS

ok claudio@


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

add evbuffer_add_vprintf interface from artur grabowski

From libevent CVS

ok markus@


12