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
Age
Commit message (
Expand
)
Author
2013-10-25
bus: disable debug output in test-bus-kernel-benchmark
Kay Sievers
2013-10-22
bus: NULL signatures are OK too
Lennart Poettering
2013-10-22
bus: only if the user tries to read over the end of an array we should handle...
Lennart Poettering
2013-10-22
bus: avoid 'bool' storage when retrieving 'b' from the message
Kay Sievers
2013-10-21
sd-event: EPOLLONESHOT only disables event reporting after an event. The fd i...
David Strauss
2013-10-21
bus: allow to specify NULL as an empty string to add
Kay Sievers
2013-10-18
bus: if we hit the end of an array container return 0 as EOF indicator when r...
Lennart Poettering
2013-10-18
bus: automatically flush bus queue when we exit the event loop
Lennart Poettering
2013-10-18
fsck: port to sd-bus
Tom Gundersen
2013-10-17
sd-event: initialize return value
Dave Reisner
2013-10-16
bus: fix default exit on idle timeout
Lennart Poettering
2013-10-16
timedated: use libsystemd-bus instead of libdbus for bus communication
Lennart Poettering
2013-10-16
bus: return 1 on all calls that send messages
Lennart Poettering
2013-10-16
bus: make sure sd_bus_get_timeout() returns a 0 timeout of there are already ...
Lennart Poettering
2013-10-16
bus: fix generate introspection XML
Lennart Poettering
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-14
Fix misspellings with codespell tool
Anatol Pomozov
2013-10-14
bus: properly handle if new objects are installed in the node tree while we a...
Lennart Poettering
2013-10-14
bus: make sure that we always keep a ref to the bus when we dispatch callbacks
Lennart Poettering
2013-10-14
bus: use assert_return() for more API calls
Lennart Poettering
2013-10-14
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-10-13
event: avoid derefencing null pointer
Zbigniew Jędrzejewski-Szmek
2013-10-13
bus: make sure we don't try to malloc 0 bytes
Zbigniew Jędrzejewski-Szmek
2013-10-13
Fix write-only use of a few variables
Zbigniew Jędrzejewski-Szmek
2013-10-13
bus: fix access to unitialized variable in error path
Zbigniew Jędrzejewski-Szmek
2013-10-13
Never call qsort on potentially NULL arrays
Zbigniew Jędrzejewski-Szmek
2013-10-11
bus: properly implement logic for generating InterfacesAdded/InterfacesRemove...
Lennart Poettering
2013-10-11
bus: in GetManagedObjects() only return each object once.
Lennart Poettering
2013-10-11
bus: unify code to find parents of an object path with
Lennart Poettering
2013-10-11
bus: properly generate GetAll reply
Lennart Poettering
2013-10-11
bus: add sd_bus_message_append_strv() to easily add a NULL terminated string ...
Lennart Poettering
2013-10-11
bus: make sure introspection can be generated correctly with NULL method sign...
Lennart Poettering
2013-10-11
bus: beef up parameter checking in vtable handling
Lennart Poettering
2013-10-11
bus: beef up parameter checking of convenience calls
Lennart Poettering
2013-10-11
bus: don't rely on gccisms/c11 in public header files.
Lennart Poettering
2013-10-11
bus: split up overly long sd-bus.c into three files
Lennart Poettering
2013-10-11
bus: if a a Set() vtable callback of a writable is left NULL, try to do the r...
Lennart Poettering
2013-10-11
bus: automatically do a NOP reply when a NULL callback is specified for a met...
Lennart Poettering
2013-10-11
bus: when NULL is specified as property callback, automatically handle serial...
Lennart Poettering
2013-10-11
bus: make PropertiesChanged emission work
Lennart Poettering
2013-10-11
bus: allow specifying NULL as type string when we want to construct messages ...
Lennart Poettering
2013-10-11
bus: make GetManagedObjects() work
Lennart Poettering
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
[next]