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