index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsystemd-bus
/
sd-event.c
Age
Commit message (
Expand
)
Author
2013-12-23
sd-event: make sd_event_add_signal() fail with EBUSY if signal is not blocked
Lennart Poettering
2013-12-23
sd-event: fix return code of sd_event_run()
Lennart Poettering
2013-12-22
sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USEC
Lennart Poettering
2013-12-19
sd-event: return 1 in sd_event_run() when we hit EINTR
Lennart Poettering
2013-12-17
__thread --> thread_local for C11 compat
Shawn Landden
2013-12-14
event: some snake-oil to speed up impossible error checks
Lennart Poettering
2013-12-14
event: instead of reset the revents field when we get new revents data from e...
Lennart Poettering
2013-12-14
event: dynamically adjust size of events array instead of pre-allocating it p...
Lennart Poettering
2013-12-13
event: make gcc shut up
Lennart Poettering
2013-12-13
event: add ability to change fd of an active event source
Lennart Poettering
2013-12-13
event: allow to query userdata and watchdog state
Lennart Poettering
2013-12-13
event: when unreffing an event source from its own handler, detach fd from epoll
Lennart Poettering
2013-12-13
event: rework sd-event exit logic
Lennart Poettering
2013-12-11
sd-event: try to move each wakeup to the same spot within every 10s
Lennart Poettering
2013-12-11
event: hook up sd-event with the service watchdog logic
Lennart Poettering
2013-12-11
event: when handling SIGCHLD of a child process only reap after dispatching e...
Lennart Poettering
2013-12-10
bus: when we _unref() a NULL pointer, don't use assert_return()
Lennart Poettering
2013-11-28
event: allow EPOLLET as event flag
David Herrmann
2013-11-22
event: rename sd_event_get() to sd_event_source_get_event()
Lennart Poettering
2013-11-21
sd-event: try to move timer wakeups to the same spot within each minute
Lennart Poettering
2013-11-20
event: make sure to possibly disarm the timerfds before we reenter epoll_wait
Lennart Poettering
2013-11-20
event: don't disarm invalid timerfd
Lennart Poettering
2013-11-20
event: whenever a time source changes pending state reshuffle elapsation prioqs
Lennart Poettering
2013-11-20
event: when we change the io events to watch we need to figure out if a an ev...
Lennart Poettering
2013-11-20
sd-event: fix comparison functions
Lennart Poettering
2013-11-20
core: convert PID 1 to libsystemd-bus
Lennart Poettering
2013-11-20
event: clear pending-state when re-arming timers
David Herrmann
2013-11-12
bus: introduce concept of a default bus for each thread and make use of it ev...
Lennart Poettering
2013-11-12
bus: introduce concept of a "default" event loop per-thread and make use of i...
Lennart Poettering
2013-11-07
event: make sure we keep a reference to all events we dispatch while we do so.
Lennart Poettering
2013-11-06
bus: add public libsystemd-event
Zbigniew Jędrzejewski-Szmek
2013-10-21
sd-event: EPOLLONESHOT only disables event reporting after an event. The fd i...
David Strauss
2013-10-17
sd-event: initialize return value
Dave Reisner
2013-10-16
event: handle arbitrary signals received during epoll gracefully
Lennart Poettering
2013-10-16
event: properly disarm timers when we don't need them anymore
Lennart Poettering
2013-10-16
event: fix sd_event_source_set_io_events()
Lennart Poettering
2013-10-13
event: avoid derefencing null pointer
Zbigniew Jędrzejewski-Szmek
2013-10-11
event: add apis to query the timestamp of the event currently processed
Lennart Poettering
2013-10-11
event: move all library calls over to new assert_return() macro
Lennart Poettering
2013-10-11
event: add sd_event_source_get_child_pid() call to query the PID of a child e...
Lennart Poettering
2013-10-11
event: rename the "mute" field of event sources to "enabled"
Lennart Poettering
2013-10-11
event: implement quit handlers
Lennart Poettering
2013-10-10
event: refuse operation if the caller tries to reuse an event loop after a fo...
Lennart Poettering
2013-10-10
event: add timer accuracy/coalescing logic
Lennart Poettering
2013-10-10
bus: fix duplicate comparisons
Tero Roponen
2013-10-10
bus: add minimal event loop API
Lennart Poettering