summaryrefslogtreecommitdiff
path: root/lib/libevent/Makefile
AgeCommit message (Expand)Author
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-04-14Reorder prototypes to better match manpage layout and add some missingNicholas Marriott
2014-11-20put MLINKS in the order they appear in the man page, so i don;t go blindJason McIntyre
2014-11-19i got sick of having to read the source code to know what theDavid Gwynne
2014-10-31Use CDIAGFLAGS from bsd.own.mk and append additional warning flags.Alexander Bluhm
2014-10-18Remove the remaining #ifdef HAVE_ and the #define _GNU_SOURCE.Alexander Bluhm
2014-10-17Remove #ifdef HAVE_backend and remove references to unimplementedAlexander Bluhm
2014-10-17Remove some #ifdef HAVE_syscall.Alexander Bluhm
2014-10-17Remove #ifdef HAVE_.*_H, just include the header files.Alexander Bluhm
2014-10-15Remove #ifndef HAVE_TAILQFOREACH containing a private tailqAlexander Bluhm
2014-10-06Remove the #ifdef HAVE_SIGACTION from libevent. The structAlexander Bluhm
2014-04-03add helper functions to use asr with libevent.Eric Faurot
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2010-04-21Clean up the awful _EVENT_* poo in the libevent headers, and don'tNicholas Marriott
2010-04-21Update libevent to 1.4.13.Nicholas Marriott
2008-05-02Makefile: sort MLINKS and add event_base_once.3Jason McIntyre
2007-03-26do not ship the http parts for now; ok millertTheo de Raadt
2007-03-22nicer MLINKS chunkTheo de Raadt
2007-03-21Use arc4random() to generate random IDs. In the future weTodd C. Miller
2007-03-21Document event_base_free(). OK jmc@Todd C. Miller
2007-03-19add MLINKS for evdns_err_to_string() and evdns_nameserver_add();Jason McIntyre
2007-03-19provide MLINKS for evhttp_start() and evhttp_free();Jason McIntyre
2007-03-19Update to libevent-1.3b while retaining our local changes. beck@ OKTodd C. Miller
2006-03-28use clock_gettime if available.Brad Smith
2006-01-23add evbuffer_add_vprintf interface from artur grabowskiBrad Smith
2006-01-21and some more links here too.Brad Smith
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-10-12three new .so libraries to help the ports people who need (or might need)Theo de Raadt
2005-10-11add missing MLINK for evbuffer_readline.3Jason McIntyre
2005-07-02zap trailing whitespaces, no binary changeAlexander von Gernler
2005-06-22CDIAGFLAGSBrad Smith
2005-04-22update to libevent 1.0c; keep local changesBrad Smith
2005-04-19backout. not discussed, and very wrong. bad bradTheo de Raadt
2005-04-19update to libevent 1.0c; keep local changesBrad Smith
2004-05-02Do not define NOTE_EOF in CFLAGS. ok millert@Miod Vallat
2004-04-28update to libevent 0.8; keep local changesBrad Smith
2003-09-23add support for poll(2); ok deraadtMarkus Friedl
2003-07-10get rid of config.h; ok miod@, millert@, deraadt@Markus Friedl
2003-07-09update to libevent-0.7a.tar.gz; keep local changesMarkus Friedl
2003-02-20fix a variety of missing or wrong MLINKSTheo de Raadt
2002-07-21link evtimer_* now, not timeout_* since it was changed for man pages.Eric Jackson
2002-06-25rcsidsMichael Shalayeff
2002-06-15build static and profiled.Niels Provos