summaryrefslogtreecommitdiffstats
path: root/lib/libevent/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-56/+1
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
2015-04-14Reorder prototypes to better match manpage layout and add some missingnicm1-17/+17
argument names, from Fabian Raetz. ok deraadt
2014-11-20put MLINKS in the order they appear in the man page, so i don;t go blindjmc1-32/+32
trying to check what's missing;
2014-11-19i got sick of having to read the source code to know what thedlg1-14/+17
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.
2014-10-31Use CDIAGFLAGS from bsd.own.mk and append additional warning flags.bluhm1-11/+10
All warnings have been fixed in libevent. OK nicm@
2014-10-18Remove the remaining #ifdef HAVE_ and the #define _GNU_SOURCE.bluhm1-9/+2
OK nicm@
2014-10-17Remove #ifdef HAVE_backend and remove references to unimplementedbluhm1-5/+2
backends. OK nicm@
2014-10-17Remove some #ifdef HAVE_syscall.bluhm1-10/+1
OK nicm@
2014-10-17Remove #ifdef HAVE_.*_H, just include the header files.bluhm1-15/+1
Do not include sys/param.h. OK nicm@
2014-10-15Remove #ifndef HAVE_TAILQFOREACH containing a private tailqbluhm1-2/+1
implementation. OK nicm@
2014-10-06Remove the #ifdef HAVE_SIGACTION from libevent. The structbluhm1-2/+1
evsignal_info does not change, so no library crank. OK nicm@ deraadt@
2014-04-03add helper functions to use asr with libevent.eric1-2/+4
ok deraadt@
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan1-2/+1
ok guenther@
2010-04-21Clean up the awful _EVENT_* poo in the libevent headers, and don'tnicm1-2/+3
install event-config.h. Pointed out by deraadt.
2010-04-21Update libevent to 1.4.13.nicm1-37/+70
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
2008-05-02Makefile: sort MLINKS and add event_base_once.3jmc1-10/+11
event.3: fix NAME and remove spurious blank line
2007-03-26do not ship the http parts for now; ok millertderaadt1-3/+2
2007-03-22nicer MLINKS chunkderaadt1-17/+21
2007-03-21Use arc4random() to generate random IDs. In the future wemillert1-2/+2
may want to consider using res_randomid() but since evdns.c checks for duplicates this is not strictly necessary.
2007-03-21Document event_base_free(). OK jmc@millert1-2/+2
2007-03-19add MLINKS for evdns_err_to_string() and evdns_nameserver_add();jmc1-1/+2
2007-03-19provide MLINKS for evhttp_start() and evhttp_free();jmc1-1/+2
2007-03-19Update to libevent-1.3b while retaining our local changes. beck@ OKmillert1-6/+24
2006-03-28use clock_gettime if available.brad1-1/+2
From claudio@ via libevent CVS ok claudio@
2006-01-23add evbuffer_add_vprintf interface from artur grabowskibrad1-3/+3
From libevent CVS ok markus@
2006-01-21and some more links here too.brad1-9/+9
2005-11-24use WANTLINT= (on all architectures)deraadt1-1/+2
2005-10-12three new .so libraries to help the ports people who need (or might need)deraadt1-3/+1
them for perl modules; discussion with pvalchev
2005-10-11add missing MLINK for evbuffer_readline.3jmc1-2/+3
2005-07-02zap trailing whitespaces, no binary changegrunk1-2/+2
ok brad@ beck@
2005-06-22CDIAGFLAGSbrad1-1/+13
From grunk@
2005-04-22update to libevent 1.0c; keep local changesbrad1-8/+14
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 bradderaadt1-14/+8
2005-04-19update to libevent 1.0c; keep local changesbrad1-8/+14
2004-05-02Do not define NOTE_EOF in CFLAGS. ok millert@miod1-3/+2
2004-04-28update to libevent 0.8; keep local changesbrad1-8/+18
ok markus@
2003-09-23add support for poll(2); ok deraadtmarkus1-2/+3
2003-07-10get rid of config.h; ok miod@, millert@, deraadt@markus1-2/+7
2003-07-09update to libevent-0.7a.tar.gz; keep local changesmarkus1-3/+3
2003-02-20fix a variety of missing or wrong MLINKSderaadt1-2/+2
2002-07-21link evtimer_* now, not timeout_* since it was changed for man pages.ericj1-3/+3
2002-06-25rcsidsmickey1-0/+2
2002-06-15build static and profiled.provos1-0/+21