index
:
~dvdhrm/kmscon
master
KMS/DRM based system console
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
eloop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-11
Fix several typos
Jakub Wilk
1
-19
/
+19
2013-02-08
llog: add "data" parameter to pass context
David Herrmann
1
-29
/
+53
2013-02-06
build: major cleanup
David Herrmann
1
-0
/
+59
2013-01-13
eloop: add EV_ONESHOT and EV_SINGLE flags for idle sources
David Herrmann
1
-6
/
+16
2013-01-13
shl: hook: add 'oneshot' flag
David Herrmann
1
-5
/
+5
2012-12-02
eloop: add child-reaper event sources
David Herrmann
1
-13
/
+70
2012-12-02
eloop: fix memory loop when signal registration fails
David Herrmann
1
-1
/
+7
2012-11-28
eloop: allow edge-triggered operation
David Herrmann
1
-1
/
+5
2012-11-27
eloop: fix not disabling sources on EV_HUP
David Herrmann
1
-3
/
+0
2012-10-24
eloop: fix ev_fd_update() to do nothing if the mask does not change
David Herrmann
1
-0
/
+2
2012-10-07
eloop: fix leaving dead FDs pollable
David Herrmann
1
-1
/
+1
2012-09-30
Fix printf() specified bugs all over the code
David Herrmann
1
-3
/
+4
2012-09-27
eloop: don't warn when removing bad fds from epoll-set
David Herrmann
1
-1
/
+1
2012-09-27
eloop: make timerfd non-blocking
David Herrmann
1
-1
/
+1
2012-09-27
eloop: allow NULL for timer updates
David Herrmann
1
-1
/
+7
2012-09-18
eloop: add ev_timer_drain() helper
David Herrmann
1
-24
/
+64
2012-09-18
shl: move kmscon_hook_* to shl
David Herrmann
1
-32
/
+32
2012-09-18
shl: move llog to shl
David Herrmann
1
-1
/
+1
2012-09-15
shl: move dlist to shl_dlist.h
David Herrmann
1
-1
/
+1
2012-09-15
shl: move dlist implementation to shl_dlist_*
David Herrmann
1
-12
/
+12
2012-09-11
eloop: add pre-cbs
David Herrmann
1
-1
/
+60
2012-09-11
eloop: call post-cbs on errors during dispatch
David Herrmann
1
-8
/
+12
2012-09-11
eloop: fix unregistering post-cbs
David Herrmann
1
-1
/
+1
2012-09-09
eloop: fix registering post-cb hooks
David Herrmann
1
-1
/
+8
2012-09-09
eloop: improve idle-source logic
David Herrmann
1
-85
/
+124
2012-09-09
eloop: add post-dispatch hook
David Herrmann
1
-0
/
+52
2012-09-09
eloop: add ev_eloop_get_fd()
David Herrmann
1
-0
/
+20
2012-09-04
build: make eloop independent of libkmscon-static
David Herrmann
1
-1
/
+2
2012-08-10
eloop: finish documentation
David Herrmann
1
-8
/
+374
2012-07-21
eloop: prevent recursive dispatching
David Herrmann
1
-0
/
+4
2012-07-21
eloop: fix invalid memory access during dispatch
David Herrmann
1
-10
/
+13
2012-07-01
eloop: fix signal creation
David Herrmann
1
-0
/
+1
2012-07-01
eloop: silence gcc warning
David Herrmann
1
-2
/
+2
2012-06-24
static: move statically linked subsystems to static_*
David Herrmann
1
-2
/
+2
2012-06-24
eloop: move to llog
David Herrmann
1
-86
/
+151
2012-06-24
eloop: require llog function in eloop-creation
David Herrmann
1
-4
/
+10
2012-06-23
eloop: turn comment into non-gtkdoc comment
David Herrmann
1
-1
/
+1
2012-05-20
eloop: fix eloop object never being freed
David Herrmann
1
-5
/
+35
2012-05-19
eloop: add initial gtk-doc comments
David Herrmann
1
-51
/
+307
2012-05-19
eloop: dynamically reallocate dispatch cache
David Herrmann
1
-14
/
+46
2012-05-19
eloop: add more comments
David Herrmann
1
-6
/
+113
2012-05-19
eloop: use counter source for idle events
David Herrmann
1
-4
/
+37
2012-05-19
eloop: fix not returning new counter object
David Herrmann
1
-0
/
+1
2012-05-19
eloop: forward timer HUP and I/O errors to caller
David Herrmann
1
-3
/
+16
2012-05-19
eloop: forward EOF and I/O errors of counters to caller
David Herrmann
1
-3
/
+16
2012-05-19
eloop: allow enabling/disabling counter sources
David Herrmann
1
-0
/
+21
2012-05-19
eloop: allow enabling/disabling timer sources
David Herrmann
1
-0
/
+21
2012-05-19
eloop: correctly forward error codes
David Herrmann
1
-27
/
+74
2012-05-18
eloop: allow enabling/disabling fd sources
David Herrmann
1
-41
/
+92
2012-05-17
eloop: convert idle sources to hooks
David Herrmann
1
-136
/
+33
[next]