Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-05 | typo in kqueue delete. | Brad Smith | |
From Niels Provos via the libevent SVN repo, by Bert JW. Regeer ok deraadt@ | |||
2006-11-05 | fix a potential memory leak in event_once(). | Brad Smith | |
From Niels Provos via the libevent SVN repo, by Scott Lamb tested by niallo@ ok deraadt@ | |||
2006-10-21 | bufferevent_write() return code misdocumented; ok jmc | Theo de Raadt | |
2006-03-30 | introduce a way to free the base. | Brad Smith | |
From libevent CVS | |||
2006-03-28 | use clock_gettime if available. | Brad Smith | |
From claudio@ via libevent CVS ok claudio@ | |||
2006-03-23 | new sentence, new line; | Jason McIntyre | |
2006-03-18 | - limit the amount of data bufferevents are going to consume to something | Brad Smith | |
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 | |||
2006-02-09 | typo | Brad Smith | |
2006-01-25 | another fix from art. | Brad Smith | |
From libevent CVS | |||
2006-01-23 | add evbuffer_add_vprintf interface from artur grabowski | Brad Smith | |
From libevent CVS ok markus@ | |||
2006-01-21 | and some more links here too. | Brad Smith | |
2006-01-21 | add a few missing functions. | Brad Smith | |
From libevent CVS | |||
2005-12-20 | do not remove kq inkernel flag before event_del gets to it; | Brad Smith | |
From libevent CVS ok deraadt@ | |||
2005-12-02 | make write-end of signal socketpair non-blocking. | Theo de Raadt | |
every signal received writes 1 byte to the socketpair. if you are outside the libevent main loop too long, the socketpair might fill up. that write would then block, in a signal handler. related to this, yesterdy we changed the signal handler to not trash errno. as for the read end, there will be multiple libevent reads off the socketpair (100 bytes at a time) until the socketpair is empty again ok provos | |||
2005-12-02 | pollops should be const | Theo de Raadt | |
2005-12-02 | lookup out of evsigcaught[] must be sig_atomic_t too | Theo de Raadt | |
2005-12-01 | save errno in signal handler since it does a system call | Theo de Raadt | |
only access sig_atomic_t variables, to make it further save ok aaron | |||
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt | |
2005-10-12 | three new .so libraries to help the ports people who need (or might need) | Theo de Raadt | |
them for perl modules; discussion with pvalchev | |||
2005-10-11 | add missing MLINK for evbuffer_readline.3 | Jason McIntyre | |
2005-07-02 | zap trailing whitespaces, no binary change | Alexander von Gernler | |
ok brad@ beck@ | |||
2005-06-22 | CDIAGFLAGS | Brad Smith | |
From grunk@ | |||
2005-06-18 | update to libevent 1.1a; keep local changes | Brad Smith | |
ok grunk@ | |||
2005-05-07 | this is libevent 1.0e | Brad Smith | |
2005-05-06 | fix comment, kqueue -> {poll,select} | Brad Smith | |
2005-05-04 | update to libevent 1.0d; keep local changes | Brad Smith | |
thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@ | |||
2005-04-22 | - no need for .Pp before .Sh | Jason McIntyre | |
- sometime -> sometimes | |||
2005-04-22 | remove whitespace | Brad Smith | |
2005-04-22 | update to libevent 1.0c; keep local changes | Brad Smith | |
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-22 | update to libevent 1.0c; keep local changes | Brad Smith | |
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 | Theo de Raadt | |
2005-04-19 | update to libevent 1.0c; keep local changes | Brad Smith | |
2005-04-13 | use "volatile sig_atomic_t" types instead of "int" for signal flags. | Reyk Floeter | |
ok deraadt@ henning@ provos | |||
2005-02-02 | authorative->authoritative | Jolan Luff | |
2004-06-20 | remove timeout_*() again; ok brad@ | Markus Friedl | |
2004-05-02 | Do not define NOTE_EOF in CFLAGS. ok millert@ | Miod Vallat | |
2004-04-28 | various tweaks; | Jason McIntyre | |
2004-04-28 | update to libevent 0.8; keep local changes | Brad Smith | |
ok markus@ | |||
2004-01-05 | support NOTE_EOF; from marius aamodt eriksen; ok tedu, millert | Markus Friedl | |
2003-10-01 | poll fixes from Niels; ok deraadt | Markus Friedl | |
2003-09-23 | add support for poll(2); ok deraadt | Markus Friedl | |
2003-07-10 | get rid of config.h; ok miod@, millert@, deraadt@ | Markus Friedl | |
2003-07-09 | update to libevent-0.7a.tar.gz; keep local changes | Markus Friedl | |
2003-06-20 | remove unused autoconf files | Markus Friedl | |
2003-06-20 | remove old files; libevent is maintained elsewhere | Markus Friedl | |
2003-06-19 | constify constant structures; niels ok | Michael Shalayeff | |
2003-06-03 | do not honour getenv of EVENT_NOKQUEUE is issetugid; millert henning ok | Theo de Raadt | |
2003-06-03 | license cleaning. | Artur Grabowski | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-23 | - typos | Jason McIntyre | |
- whitespace at EOL - new sentence, new line |