aboutsummaryrefslogtreecommitdiff
path: root/jim-eventloop.c
AgeCommit message (Collapse)AuthorFilesLines
2008-07-08 * changes to jim-eventloop.[ch]oharboe1-29/+101
* fix negative displacement in timeout computation for select * add basic support for the fileevent stuff [ used from jim-aio ] * add basic support for signal handling / actions * add basic support for timer [via after] restart, cancel and returning the remaining time for cancled events
2008-06-16 * retire CVS keyword expansion. Plays havoc with patches.oharboe1-2/+0
2005-09-19Fixed a bug reported by Craig Denson about jim-eveloop.c and filemasks.antirez1-3/+3
2005-04-18First version of the Jim eventloop extension, exportingantirez1-0/+448
[after], [vwait], and the C API to write other extensions using events. No win32 port for now, just posix. UDP extension will follow shortly and will be the first extension using the event loop.