chiark / gitweb /
sd-rtnl: make RTM_NEWLINK report EEXIST by default
[elogind.git] / src / libsystemd / sd-bus /
2014-03-14 Lennart Poetteringsd-bus: don't choke if somebody sends us a message...
2014-03-14 Lennart Poetteringsd-bus: don't access invalid memory if a signal matcher...
2014-03-13 Lennart Poetteringsd-bus: don't look for a 64bit value when we only have...
2014-03-13 Lennart Poetteringbus: fix memory leak when kdbus is not enabled
2014-03-11 Lennart Poetteringbus: replace sd_bus_label_{escape,unescape}() by new...
2014-03-08 Daniel Macksd-bus: sync kdbus.h
2014-03-08 Daniel Macksd-bus: check for potential integer overflow in KDBUS_I...
2014-03-07 Daniel Macksd-bus: add support for policy upload on activator...
2014-03-07 Daniel Macksd-bus: sync kdbus.h (ABI break)
2014-03-07 Zbigniew Jędrzejew... man: describe functions for appending to messages
2014-03-05 Lennart Poetteringsystemd-run: support all currently exported properties...
2014-03-05 Lennart Poetteringcore: make the LimitXYZ= properties settable for transi...
2014-03-05 Lennart Poetteringsystemd-run: add new --property= switch that can set...
2014-03-04 Zbigniew Jędrzejew... Introduce strv_consume which takes ownership
2014-03-03 Thomas Hindoe Paab... silence warning
2014-03-03 Lennart Poetteringbus: add sd_bus_track object for tracking peers, and...
2014-02-26 Zbigniew Jędrzejew... Use /var/run/dbus/system_bus_socket for the D-Bus socket
2014-02-26 Lennart PoetteringRevert back to /var/run at a couple of problems
2014-02-26 Zbigniew Jędrzejew... Replace /var/run with /run in remaining places
2014-02-23 Kay Sieverssrc/shared/ cannot reference symbols from libraries
2014-02-20 Daniel Macklibsystemd: fix compiler warning in property_get_set_ca...
2014-02-19 Lennart Poetteringapi: in constructor function calls, always put the...
2014-02-19 Jason A. Donenfeldsd-bus: the bus returned should be the first arg
2014-02-19 Lennart Poetteringbus: fix unreffing logic
2014-02-19 Lennart Poetteringmake gcc shut up
2014-02-19 Thomas Hindoe Paab... busctl: add --no-legend and use in bash completion
2014-02-18 Lennart Poetteringutil: generalize code that checks whether PIDs are...
2014-02-18 Jan Engelhardtdoc: update punctuation
2014-02-16 Simon Peetersbus: fix match_parse for unquoted matches
2014-02-05 Lennart Poetteringbus: properly unset default bus pointer when destroying...
2014-02-03 Lennart Poetteringbus: when closing the bus don't end up in a recursive...
2014-02-01 Kay Sieversbus: update kdbus.h (ABI break)
2014-01-31 Greg KHuse memzero(foo, length); for all memset(foo, 0, length...
2014-01-28 Kay Sieversbus: update kdbus.h (ABI break)
2014-01-28 Lennart Poetteringbus: update bloom filter description a bit
2014-01-27 Lennart Poetteringbus: rework bloom filter logic to operate with variable...
2014-01-27 Lennart Poetteringbus: add API calls for connecting to starter bus
2014-01-27 Lennart Poetteringbus: when we cannot bus activate a service because...
2014-01-24 Kay Sieversbus: bump memfd vs. copy limit to 512k to reflect recen...
2014-01-24 Kay Sieversbus: update kdbus.h (ABI break)
2014-01-24 Kay Sieversbus: update kdbus.h (ABI break)
2014-01-22 Lennart Poetteringbus: change API to expose "inverted" no_reply and no_au...
2014-01-22 Lennart Poetteringbus: add sd_bus_process_priority() to support prioq...
2014-01-22 Lennart Poetteringbus: expose priority field of messages, in preparation...
2014-01-22 Lennart Poetteringbusctl: include connection name in busctl output
2014-01-22 Lennart Poetteringbus: unescape connection name when reading it from...
2014-01-22 Lennart Poetteringbus: pass timestamp info only to caller if he asked...
2014-01-22 Lennart Poetteringbus: include connection name in credentials structure
2014-01-22 Lennart Poetteringbus: when allocating a memfd for usage in a bus connect...
2014-01-22 Lennart Poetteringbus: add support for attaching name to bus connections...
2014-01-22 Lennart Poetteringbus: extend memfd api so that we can label memfds for...
2014-01-22 Lennart Poetteringbus: rename sd_bus_get_realtime_timestamp() to sd_bus_g...
2014-01-22 Lennart Poetteringbus: simplify naming of feature negotation calls
2014-01-22 Lennart Poetteringbus: add API for querying the kdbus message sequence...
2014-01-21 Lennart Poetteringbus: implement synchronous message calls via kernel...
2014-01-21 Tom Gundersenlibsystemd: split up into subdirs