index
:
plymouth.git
master
Unnamed repository; edit this file to name it for gitweb.
Casey Dahlin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libply
/
ply-event-loop.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
If stop_watching_signal is called on a signal that isn't being watched, ignore
Ray Strode
2008-06-27
1
-1
/
+2
|
|
|
|
|
Previously it would assert. Really we should switch the api to have a signal_watch object much like the fd_watch object we have for watch_fd.
*
Random spacing clean ups
Ray Strode
2008-05-28
1
-44
/
+44
|
*
add new function to cancel pending timeouts
Ray Strode
2008-05-19
1
-0
/
+26
|
*
When removing exit handlers, remove all matches, not just the first
Ray Strode
2008-05-19
1
-1
/
+0
|
*
Add new function to be able to cancel event loop exit watches
Ray Strode
2008-05-14
1
-0
/
+27
|
*
don't block indefinitely if our timeout timer expires before hitting epoll_wait
Ray Strode
2007-06-07
1
-1
/
+4
|
*
add support for timeouts to the event loop
Ray Strode
2007-06-07
1
-21
/
+164
|
*
rename ply_event_loop_exit_closure_t to ply_event_loop_closure_t
Ray Strode
2007-06-07
1
-17
/
+17
|
*
drop funky workaround in event loop code
Ray Strode
2007-06-06
1
-2
/
+1
|
*
split the common code off into libply and move things to separate directories
Ray Strode
2007-06-06
1
-0
/
+1134