summaryrefslogtreecommitdiffstats
path: root/lib/libevent (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* new sentence, new line;jmc2006-03-231-6/+7
|
* - limit the amount of data bufferevents are going to consume to somethingbrad2006-03-184-13/+76
| | | | | | | | | | | | 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
* typobrad2006-02-091-2/+2
|
* another fix from art.brad2006-01-253-7/+7
| | | | From libevent CVS
* add evbuffer_add_vprintf interface from artur grabowskibrad2006-01-235-34/+48
| | | | | | From libevent CVS ok markus@
* and some more links here too.brad2006-01-211-9/+9
|
* add a few missing functions.brad2006-01-211-6/+12
| | | | From libevent CVS
* do not remove kq inkernel flag before event_del gets to it;brad2005-12-201-4/+2
| | | | | | From libevent CVS ok deraadt@
* make write-end of signal socketpair non-blocking.deraadt2005-12-021-1/+3
| | | | | | | | | | 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
* pollops should be constderaadt2005-12-021-2/+2
|
* lookup out of evsigcaught[] must be sig_atomic_t tooderaadt2005-12-021-2/+2
|
* save errno in signal handler since it does a system callderaadt2005-12-011-4/+8
| | | | | only access sig_atomic_t variables, to make it further save ok aaron
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
|
* three new .so libraries to help the ports people who need (or might need)deraadt2005-10-122-3/+3
| | | | them for perl modules; discussion with pvalchev
* add missing MLINK for evbuffer_readline.3jmc2005-10-111-2/+3
|
* zap trailing whitespaces, no binary changegrunk2005-07-027-20/+20
| | | | ok brad@ beck@
* CDIAGFLAGSbrad2005-06-221-1/+13
| | | | From grunk@
* update to libevent 1.1a; keep local changesbrad2005-06-186-166/+371
| | | | ok grunk@
* this is libevent 1.0ebrad2005-05-071-2/+2
|
* fix comment, kqueue -> {poll,select}brad2005-05-062-4/+4
|
* update to libevent 1.0d; keep local changesbrad2005-05-048-43/+160
| | | | | | | thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@
* - no need for .Pp before .Shjmc2005-04-221-5/+2
| | | | - sometime -> sometimes
* remove whitespacebrad2005-04-221-13/+13
|
* update to libevent 1.0c; keep local changesbrad2005-04-2214-365/+1062
| | | | | | | | | | 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@
* backout. not discussed, and very wrong. bad bradderaadt2005-04-1914-1062/+365
|
* update to libevent 1.0c; keep local changesbrad2005-04-1914-365/+1062
|
* use "volatile sig_atomic_t" types instead of "int" for signal flags.reyk2005-04-132-6/+7
| | | | ok deraadt@ henning@ provos
* authorative->authoritativejolan2005-02-021-2/+2
|
* remove timeout_*() again; ok brad@markus2004-06-201-7/+1
|
* Do not define NOTE_EOF in CFLAGS. ok millert@miod2004-05-021-3/+2
|
* various tweaks;jmc2004-04-281-19/+15
|
* update to libevent 0.8; keep local changesbrad2004-04-2811-119/+1019
| | | | ok markus@
* support NOTE_EOF; from marius aamodt eriksen; ok tedu, millertmarkus2004-01-051-1/+3
|
* poll fixes from Niels; ok deraadtmarkus2003-10-011-4/+7
|
* add support for poll(2); ok deraadtmarkus2003-09-233-6/+250
|
* get rid of config.h; ok miod@, millert@, deraadt@markus2003-07-103-86/+10
|
* update to libevent-0.7a.tar.gz; keep local changesmarkus2003-07-097-141/+324
|
* remove unused autoconf filesmarkus2003-06-2010-3326/+0
|
* remove old files; libevent is maintained elsewheremarkus2003-06-2013-2157/+0
|
* constify constant structures; niels okmickey2003-06-193-9/+9
|
* do not honour getenv of EVENT_NOKQUEUE is issetugid; millert henning okderaadt2003-06-031-2/+2
|
* license cleaning.art2003-06-031-5/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-024-23/+7
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* - typosjmc2003-05-231-16/+16
| | | | | - whitespace at EOL - new sentence, new line
* duplicate words and spelling fixes in commentsdavid2003-03-107-21/+21
| | | | ok miod@
* no GNU allowed herederaadt2003-03-061-198/+0
|
* remove garbagederaadt2003-03-063-0/+0
|
* fix a variety of missing or wrong MLINKSderaadt2003-02-201-2/+2
|
* SEE ALSO corrections. millert ok.fgsch2002-11-101-3/+3
|
* grammar; ok deraadt@jsyn2002-09-301-4/+4
|