summaryrefslogtreecommitdiff
path: root/src/libsystemd
AgeCommit message (Expand)Author
2015-07-16sd-bus: fix invalid stack access on test-bus-marshalDavid Herrmann
2015-07-16sd-bus: fix gvariant structure encodingDavid Herrmann
2015-07-15sd-bus: fix object tree to be deeper than 2 levelsDavid Herrmann
2015-07-15sd-device: never return NULL+0David Herrmann
2015-07-14Merge commit 'refs/pull/436/head' of https://github.com/systemd/systemdDavid Herrmann
2015-07-12basic: util - fix errorhandling in unhexmem()Tom Gundersen
2015-07-09nss-mymachines: map userns users of containers to real user namesLennart Poettering
2015-07-09Merge pull request #532 from dvdhrm/bus-managed-rootLennart Poettering
2015-07-09sd-bus: include queried path in GetManagedObjectsDavid Herrmann
2015-07-09sd-bus: sd_bus_slot_get_description() should return const stringsDavid Herrmann
2015-07-07logind: fail on CreateSession if already in sessionDavid Herrmann
2015-07-07Remove repeated 'the'sZbigniew Jędrzejewski-Szmek
2015-07-06sd-bus: support matching on destination namesDavid Herrmann
2015-07-06treewide: fix typosTorstein Husebø
2015-07-04Merge pull request #485 from poettering/sd-bus-flush-close-unrefDavid Herrmann
2015-07-04busctl: flush stdout after dumping dataDavid Herrmann
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering
2015-07-02sd-bus: don't leak kdbus notificationsDavid Herrmann
2015-06-30sd-netlink: respect attribute type flagsTom Gundersen
2015-06-28sd-netlink: message - remove unused next_rta_offset fieldTom Gundersen
2015-06-28netlink: rework containersTom Gundersen
2015-06-28sd-netlink: make a couple of helper functions staticTom Gundersen
2015-06-28sd-netlink: mark union containers as nestedTom Gundersen
2015-06-24sd-netlink: don't export internal type-system detailsDavid Herrmann
2015-06-24sd-netlink: don't treat NULL as root type-systemDavid Herrmann
2015-06-24sd-netlink: don't treat type_system->count==0 as invalidDavid Herrmann
2015-06-24sd-netlink: make sure the root-level type is nestedDavid Herrmann
2015-06-24sd-netlink: drop NETLINK_TYPE_METADavid Herrmann
2015-06-24sd-netlink: turn 'max' into 'count' to support empty type-systemsDavid Herrmann
2015-06-24sd-netlink: avoid casting size_t into intDavid Herrmann
2015-06-24sd-netlink: make NLTypeSystem internalDavid Herrmann
2015-06-24sd-netlink: make NLType internalDavid Herrmann
2015-06-24sd-netlink: don't access type->type_system[_union] directlyDavid Herrmann
2015-06-24sd-netlink: rename NLA_ to NETLINK_TYPE_David Herrmann
2015-06-23build-sys: add all source files and no built files to the tar ballKay Sievers
2015-06-21export sd_bus_object_added() / _removed()Geert Jansen
2015-06-17bus: fix installing DRIVER matches on kdbusDavid Herrmann
2015-06-17turn kdbus support into a runtime optionKay Sievers
2015-06-17libsystemd: remove list of symbols to export only in the futureKay Sievers
2015-06-17Merge pull request #246 from smcv/xpg-not-xdgLennart Poettering
2015-06-17Stop talking about the "XDG" version of basename()Simon McVittie
2015-06-17Merge pull request #244 from poettering/sdbus-suppress-localDavid Herrmann
2015-06-17sd-bus: suppress installing local bus matches server sideLennart Poettering
2015-06-17Merge pull request #239 from dvdhrm/event-assertLennart Poettering
2015-06-17sd-event: make errors on EPOLL_CTL_DEL pseudo-fatalDavid Herrmann
2015-06-17build-sys: hide magic section variables from exported symbolsKay Sievers
2015-06-16Merge pull request #197 from dvdhrm/hashmapMichal Schmidt
2015-06-16sd-bus: use proper cleanup macroUmut Tezduyar Lindskog
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering
2015-06-14hashmap: fix iterators to not skip entriesDavid Herrmann