index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-bus
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
systemctl: introduce -r switch to show units running in local containers in a...
Lennart Poettering
2014-03-17
2
-0
/
+3
*
Use strlen even for constant strings
Josh Triplett
2014-03-16
3
-5
/
+5
*
sd-bus: don't choke if somebody sends us a message with a unix fd count of 0
Lennart Poettering
2014-03-14
1
-4
/
+3
*
sd-bus: don't access invalid memory if a signal matcher was freed from its ow...
Lennart Poettering
2014-03-14
1
-0
/
+3
*
sd-bus: don't look for a 64bit value when we only have 32bit value on reply c...
Lennart Poettering
2014-03-13
5
-16
/
+22
*
bus: fix memory leak when kdbus is not enabled
Lennart Poettering
2014-03-13
1
-1
/
+2
*
bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco...
Lennart Poettering
2014-03-11
5
-15
/
+71
*
sd-bus: sync kdbus.h
Daniel Mack
2014-03-08
1
-5
/
+7
*
sd-bus: check for potential integer overflow in KDBUS_ITEM_FOREACH()
Daniel Mack
2014-03-08
1
-1
/
+2
*
sd-bus: add support for policy upload on activator connections
Daniel Mack
2014-03-07
2
-6
/
+62
*
sd-bus: sync kdbus.h (ABI break)
Daniel Mack
2014-03-07
2
-54
/
+29
*
man: describe functions for appending to messages
Zbigniew Jędrzejewski-Szmek
2014-03-07
1
-0
/
+3
*
systemd-run: support all currently exported properties with -p
Lennart Poettering
2014-03-05
1
-2
/
+30
*
core: make the LimitXYZ= properties settable for transient service units
Lennart Poettering
2014-03-05
1
-0
/
+15
*
systemd-run: add new --property= switch that can set arbitrary properties for...
Lennart Poettering
2014-03-05
2
-0
/
+154
*
Introduce strv_consume which takes ownership
Zbigniew Jędrzejewski-Szmek
2014-03-04
1
-5
/
+3
*
silence warning
Thomas Hindoe Paaboel Andersen
2014-03-03
1
-1
/
+1
*
bus: add sd_bus_track object for tracking peers, and port core over to it
Lennart Poettering
2014-03-03
4
-0
/
+362
*
Use /var/run/dbus/system_bus_socket for the D-Bus socket
Zbigniew Jędrzejewski-Szmek
2014-02-26
1
-1
/
+1
*
Revert back to /var/run at a couple of problems
Lennart Poettering
2014-02-26
1
-2
/
+2
*
Replace /var/run with /run in remaining places
Zbigniew Jędrzejewski-Szmek
2014-02-26
1
-2
/
+2
*
src/shared/ cannot reference symbols from libraries
Kay Sievers
2014-02-23
1
-66
/
+3
*
libsystemd: fix compiler warning in property_get_set_callbacks_run()
Daniel Mack
2014-02-20
1
-1
/
+1
*
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-20
21
-76
/
+77
*
sd-bus: the bus returned should be the first arg
Jason A. Donenfeld
2014-02-20
2
-6
/
+6
*
bus: fix unreffing logic
Lennart Poettering
2014-02-19
1
-1
/
+2
*
make gcc shut up
Lennart Poettering
2014-02-19
3
-4
/
+4
*
busctl: add --no-legend and use in bash completion
Thomas Hindoe Paaboel Andersen
2014-02-19
1
-6
/
+16
*
util: generalize code that checks whether PIDs are alive or unwaited for
Lennart Poettering
2014-02-18
1
-1
/
+1
*
doc: update punctuation
Jan Engelhardt
2014-02-18
1
-2
/
+2
*
bus: fix match_parse for unquoted matches
Simon Peeters
2014-02-16
1
-1
/
+1
*
bus: properly unset default bus pointer when destroying last reference
Lennart Poettering
2014-02-05
1
-0
/
+3
*
bus: when closing the bus don't end up in a recursive destruction deadlock
Lennart Poettering
2014-02-03
1
-21
/
+36
*
bus: update kdbus.h (ABI break)
Kay Sievers
2014-02-01
4
-16
/
+16
*
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2014-01-31
2
-8
/
+8
*
bus: update kdbus.h (ABI break)
Kay Sievers
2014-01-28
1
-2
/
+2
*
bus: update bloom filter description a bit
Lennart Poettering
2014-01-28
1
-11
/
+20
*
bus: rework bloom filter logic to operate with variable bloom filter
Lennart Poettering
2014-01-28
6
-77
/
+167
*
bus: add API calls for connecting to starter bus
Lennart Poettering
2014-01-27
1
-0
/
+92
*
bus: when we cannot bus activate a service because we go down, drop one
Lennart Poettering
2014-01-27
2
-0
/
+15
*
bus: bump memfd vs. copy limit to 512k to reflect recent benchmarks
Kay Sievers
2014-01-24
2
-5
/
+5
*
bus: update kdbus.h (ABI break)
Kay Sievers
2014-01-24
1
-2
/
+2
*
bus: update kdbus.h (ABI break)
Kay Sievers
2014-01-24
3
-46
/
+115
*
bus: change API to expose "inverted" no_reply and no_auto_start message flags...
Lennart Poettering
2014-01-22
2
-11
/
+12
*
bus: add sd_bus_process_priority() to support prioq mode of kdbus
Lennart Poettering
2014-01-22
4
-11
/
+31
*
bus: expose priority field of messages, in preparation for prioq support
Lennart Poettering
2014-01-22
4
-2
/
+21
*
busctl: include connection name in busctl output
Lennart Poettering
2014-01-22
2
-6
/
+19
*
bus: unescape connection name when reading it from credentials
Lennart Poettering
2014-01-22
2
-2
/
+10
*
bus: pass timestamp info only to caller if he asked for it
Lennart Poettering
2014-01-22
1
-3
/
+7
*
bus: include connection name in credentials structure
Lennart Poettering
2014-01-22
5
-2
/
+40
[prev]
[next]