kc3-lang/libevent/event.h

Branch :


Log

Author Commit Date CI Message
44d88ea6 2004-07-13 08:02:45 change evbuffer_read so that it reads directly into the memory allocated to the evbuffer; this avoids one unnecessary data copy. svn:r110
025d1bc2 2004-05-24 00:19:52 fix some of the windows compile issues; make buffer.c faster; support signals via pipes. svn:r105
fbf01c7f 2004-04-04 02:20:21 support for low and high watermarks svn:r101
246d8583 2004-03-23 04:05:37 allow the write callback to called even if there is no buffered data svn:r96
5908bd72 2004-03-23 03:43:53 provided buffered events svn:r95
cd699abf 2004-03-22 21:46:45 support event_loopexit(); idea from marius; and fix event_once() svn:r94
ec2c1db4 2004-02-22 21:17:23 new event_once interface; start of buffering interface for buffered events svn:r93
c3f496c7 2003-10-04 23:27:26 minor corrections; change license to 3-clause BSD license svn:r84
e506eaf7 2003-09-25 03:26:53 constify; some windows stuff by mike davis; fix a poll bug svn:r77
f1cf6322 2002-09-06 17:13:08 add timeout_ defines back for backward compatibility. svn:r30
5f865858 2002-07-26 14:45:50 sync with openbsd; API change: timeout_ is now evtimer_ svn:r29
3821c7e2 2002-06-13 01:54:07 make kqueue signal callback work with sigchld. cast and better timeout. svn:r27
59137c11 2002-04-10 03:15:19 deal correctly with deleting an event, now that we allow multiple callbacks for signal delivery. svn:r20
d10f85db 2002-04-10 02:10:47 signal support for kqueue; support of EV_PERSIST flag to event_set svn:r18
b855bc55 2002-04-10 00:31:31 initial support for signals (only for select now) based on code from Dug Song <dugsong@monkey.org> svn:r17
aa6567fe 2002-04-09 15:14:06 Initial revision svn:r2