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
/
sd-bus
Age
Commit message (
Expand
)
Author
2014-03-03
bus: add sd_bus_track object for tracking peers, and port core over to it
Lennart Poettering
2014-02-25
Use /var/run/dbus/system_bus_socket for the D-Bus socket
Zbigniew Jędrzejewski-Szmek
2014-02-26
Revert back to /var/run at a couple of problems
Lennart Poettering
2014-02-25
Replace /var/run with /run in remaining places
Zbigniew Jędrzejewski-Szmek
2014-02-23
src/shared/ cannot reference symbols from libraries
Kay Sievers
2014-02-20
libsystemd: fix compiler warning in property_get_set_callbacks_run()
Daniel Mack
2014-02-20
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-20
sd-bus: the bus returned should be the first arg
Jason A. Donenfeld
2014-02-19
bus: fix unreffing logic
Lennart Poettering
2014-02-19
make gcc shut up
Lennart Poettering
2014-02-19
busctl: add --no-legend and use in bash completion
Thomas Hindoe Paaboel Andersen
2014-02-18
util: generalize code that checks whether PIDs are alive or unwaited for
Lennart Poettering
2014-02-17
doc: update punctuation
Jan Engelhardt
2014-02-16
bus: fix match_parse for unquoted matches
Simon Peeters
2014-02-05
bus: properly unset default bus pointer when destroying last reference
Lennart Poettering
2014-02-03
bus: when closing the bus don't end up in a recursive destruction deadlock
Lennart Poettering
2014-02-01
bus: update kdbus.h (ABI break)
Kay Sievers
2014-01-31
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2014-01-28
bus: update kdbus.h (ABI break)
Kay Sievers
2014-01-28
bus: update bloom filter description a bit
Lennart Poettering
2014-01-28
bus: rework bloom filter logic to operate with variable bloom filter
Lennart Poettering
2014-01-27
bus: add API calls for connecting to starter bus
Lennart Poettering
2014-01-27
bus: when we cannot bus activate a service because we go down, drop one
Lennart Poettering
2014-01-24
bus: bump memfd vs. copy limit to 512k to reflect recent benchmarks
Kay Sievers
2014-01-24
bus: update kdbus.h (ABI break)
Kay Sievers
2014-01-24
bus: update kdbus.h (ABI break)
Kay Sievers
2014-01-22
bus: change API to expose "inverted" no_reply and no_auto_start message flags...
Lennart Poettering
2014-01-22
bus: add sd_bus_process_priority() to support prioq mode of kdbus
Lennart Poettering
2014-01-22
bus: expose priority field of messages, in preparation for prioq support
Lennart Poettering
2014-01-22
busctl: include connection name in busctl output
Lennart Poettering
2014-01-22
bus: unescape connection name when reading it from credentials
Lennart Poettering
2014-01-22
bus: pass timestamp info only to caller if he asked for it
Lennart Poettering
2014-01-22
bus: include connection name in credentials structure
Lennart Poettering
2014-01-22
bus: when allocating a memfd for usage in a bus connection, name the memfd af...
Lennart Poettering
2014-01-22
bus: add support for attaching name to bus connections for debugging purposes
Lennart Poettering
2014-01-22
bus: extend memfd api so that we can label memfds for debugging purposes
Lennart Poettering
2014-01-22
bus: rename sd_bus_get_realtime_timestamp() to sd_bus_get_realtime_usec()
Lennart Poettering
2014-01-22
bus: simplify naming of feature negotation calls
Lennart Poettering
2014-01-22
bus: add API for querying the kdbus message sequence number
Lennart Poettering
2014-01-21
bus: implement synchronous message calls via kernel ioctl
Lennart Poettering
2014-01-21
libsystemd: split up into subdirs
Tom Gundersen