summaryrefslogtreecommitdiffstats
path: root/src/libply/ply-event-loop.c
Commit message (Expand)AuthorAgeFilesLines
* If stop_watching_signal is called on a signal that isn't being watched, ignoreRay Strode2008-06-271-1/+2
* Random spacing clean upsRay Strode2008-05-281-44/+44
* add new function to cancel pending timeoutsRay Strode2008-05-191-0/+26
* When removing exit handlers, remove all matches, not just the firstRay Strode2008-05-191-1/+0
* Add new function to be able to cancel event loop exit watchesRay Strode2008-05-141-0/+27
* don't block indefinitely if our timeout timer expires before hitting epoll_waitRay Strode2007-06-071-1/+4
* add support for timeouts to the event loopRay Strode2007-06-071-21/+164
* rename ply_event_loop_exit_closure_t to ply_event_loop_closure_tRay Strode2007-06-071-17/+17
* drop funky workaround in event loop codeRay Strode2007-06-061-2/+1
* split the common code off into libply and move things to separate directoriesRay Strode2007-06-061-0/+1134