summaryrefslogtreecommitdiff
path: root/src/libsystemd
AgeCommit message (Expand)Author
2014-10-05bus: add assert to check that we're not freeing a static structureZbigniew Jędrzejewski-Szmek
2014-10-03sd-id128: do stricter checking of random boot idZbigniew Jędrzejewski-Szmek
2014-10-03sd-bus: split out cleanup into separate functionZbigniew Jędrzejewski-Szmek
2014-10-03sd-event: check the value of received signalZbigniew Jędrzejewski-Szmek
2014-10-02kdbus: don't clobber return values, use strjoin() instead of asprintf(), keep...Lennart Poettering
2014-10-02kdbus: make sure we never invoke free() on an uninitialized pointer on OOMLennart Poettering
2014-10-02sd-bus: sync kdbus.h (ABI break!)Daniel Mack
2014-10-02sd-bus: sync kdbus.h (ABI break)Daniel Mack
2014-10-02sd-bus: use terms from the D-Bus Specification a bit moreSimon McVittie
2014-10-02PORTING-DBUS1: we use :1.%llu not :0.%llu for D-Bus unique bus namesSimon McVittie
2014-09-29bus: use 2M as maximum message size in benchmarkDavid Herrmann
2014-09-29bus: sync kdbus.h (ABI break!)David Herrmann
2014-09-28sd-bus: clean up string length calculationDaniel Mack
2014-09-23bus: remove unused checkThomas Hindoe Paaboel Andersen
2014-09-23sd-bus: sync kdbus.hDaniel Mack
2014-09-23sd-bus: sync kdbus.h (API break)Daniel Mack
2014-09-22sd-bus: sync kdbus.h (API+ABI break)Daniel Mack
2014-09-22login: add public sd_session_get_desktop() APIDavid Herrmann
2014-09-22bus: align kdbus ioctl parameters to 8byteDavid Herrmann
2014-09-18sd-rtnl: rtnl-message: remove unneeded linux includesEmil Renner Berthing
2014-09-18bus: fix bus_print_property() to use "int" for booleansDavid Herrmann
2014-09-18sd-bus: sync kdbus.hDaniel Mack
2014-09-18Fix resource leak (coverity CID 1237760)Cristian Rodríguez
2014-09-17bus: fix error leak in bus_node_exists()David Herrmann
2014-09-17bus: never respond to GetManagedObjects() on sub-pathsDavid Herrmann
2014-09-16sd-bus: sd_bus_message_get_errno should only return positive errnoThomas Hindoe Paaboel Andersen
2014-09-15sd-bus: use proper ITERATOR_FIRST abstractionMichal Schmidt
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-09-11bus: unref buscreds on failurePhilippe De Swert
2014-09-11bus: avoid using m->kdbus after freeing itPhilippe De Swert
2014-09-09udev: net_setup_link - open ethtool and rtnl connections lazilyTom Gundersen
2014-09-09udev: event - keep one rtnl per worker, rather than per eventTom Gundersen
2014-09-08sd-network: add _get_network_file apiTom Gundersen
2014-09-08bus: add code to create custom endpoints and set their policyDaniel Mack
2014-09-08bus: factor out bus policy itemsDaniel Mack
2014-09-01sd-rtnl: don't assign to unused variableTom Gundersen
2014-08-30Fix a few more typosRuben Kerkhof
2014-08-29Fix a few typos in log messagesRuben Kerkhof
2014-08-28sd-event: simplify sd_event_source_set_name()David Herrmann
2014-08-28sd-event: name event sources used in librariesTom Gundersen
2014-08-28sd-event: use event source name rather than address in debug messagesTom Gundersen
2014-08-28sd-event: allow naming event sourcesTom Gundersen
2014-08-28sd-rtnl: log if kernel buffer is overrun as we currently can't handle that caseTom Gundersen
2014-08-28bus: don't skip interfaces in bus_message_map_properties_changed()David Herrmann
2014-08-28bus: fix use-after-free in slot-releaseDavid Herrmann
2014-08-27bus: split bus_map_all_properties into multiple helpersDavid Herrmann
2014-08-26sd-bus: don't include internal header memfd.h in public header sd-bus.hHristo Venev
2014-08-26sd-bus: remove unused call bus_kernel_create_monitor()Lennart Poettering
2014-08-26sd-event: sd_event_prepare - stay in PREPARED if sd_event_wait() indicates th...Tom Gundersen
2014-08-25sd-event: split run into prepare/wait/dispatchTom Gundersen