summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* make libevent thread-safe; first cutNiels Provos2004-11-2510-167/+251
* when converting usec to msec round up; so that libevent does not spin untilNiels Provos2004-09-194-4/+5
* support for event priorities; active events are scheduled into priority queues;Niels Provos2004-09-195-13/+239
* close file descriptors on exec(); suggested by aaron at die.netNiels Provos2004-08-103-1/+42
* work around a bug in Solaris by using pwrite instead of write; reported byNiels Provos2004-08-101-2/+6
* mention devpollNiels Provos2004-07-301-2/+2
* devpoll support. weehNiels Provos2004-07-301-0/+339
* fix compiler warningNiels Provos2004-07-301-0/+1
* fix a warning on freebsd;Niels Provos2004-07-302-3/+3
* devpoll supportNiels Provos2004-07-305-21/+58
* make it compile on solarisNiels Provos2004-07-201-1/+1
* should work a little bit better with solaris compilerNiels Provos2004-07-193-2/+9
* change evbuffer_read so that it reads directly into the memory allocated toNiels Provos2004-07-133-30/+78
* make the sockets non-blocking; increase the data size for buffereventNiels Provos2004-07-131-2/+10
* fix a bug for persistent events when using select()Niels Provos2004-07-131-0/+2
* make it compile on systems without vasprintfNiels Provos2004-06-111-3/+7
* reformat commentNiels Provos2004-06-111-1/+2
* fix some of the windows compile issues; make buffer.c faster; supportNiels Provos2004-05-2410-37/+296
* licenseNiels Provos2004-04-132-4/+45
* add a section about BUGSNiels Provos2004-04-041-1/+8
* add section about buffered eventsNiels Provos2004-04-041-0/+41
* support for low and high watermarksNiels Provos2004-04-044-5/+103
* add new functionsNiels Provos2004-04-041-1/+52
* version 0.8Niels Provos2004-04-041-1/+1
* provide more regression testsNiels Provos2004-04-041-14/+154
* faster insertion of timeouts; ensure uniqueness in RB-tree compare functionNiels Provos2004-03-271-28/+8
* allow the write callback to called even if there is no buffered dataNiels Provos2004-03-232-15/+20
* provided buffered eventsNiels Provos2004-03-237-25/+310
* support event_loopexit(); idea from marius; and fix event_once()Niels Provos2004-03-223-15/+88
* new event_once interface; start of buffering interface for buffered eventsNiels Provos2004-02-226-5/+267
* fix kqueue behaviour; requires special kernel patch to make kqueueNiels Provos2003-12-201-0/+4
* make rtsig optionalNiels Provos2003-10-251-1/+8
* fixes to handle error cases by Anatoly Vorobey at pobox.comNiels Provos2003-10-252-6/+17
* fix source filesNiels Provos2003-10-251-3/+5
* fix licenseNiels Provos2003-10-252-12/+6
* bad realloc; found by awohl at chessclubNiels Provos2003-10-111-1/+1
* make it work with more shellsNiels Provos2003-10-051-2/+3
* 3-clause license and changes to the benchmark by davideNiels Provos2003-10-042-34/+55
* minor corrections; change license to 3-clause BSD licenseNiels Provos2003-10-0410-41/+20
* proper rtsigNiels Provos2003-09-251-218/+236
* fix poll hup supportNiels Provos2003-09-251-3/+3
* more testsNiels Provos2003-09-253-32/+108
* __FUNCTION__ -> __func__Niels Provos2003-09-253-3/+4
* windows supportNiels Provos2003-09-253-9/+58
* creditsNiels Provos2003-09-251-0/+4
* constify; some windows stuff by mike davis; fix a poll bugNiels Provos2003-09-255-11/+33
* update build stuffNiels Provos2003-09-252-12/+65
* Real time signal support from Taral <taral@taral.net>Niels Provos2003-09-251-0/+410
* Windows support from Mike DavisNiels Provos2003-09-239-0/+862
* found a bug where specifying both read|write for a single event let toNiels Provos2003-06-241-13/+13