summaryrefslogtreecommitdiff
path: root/src/libelogind
Commit message (Expand)AuthorAge
* Prep v239.2: Fix migration errors in libelogindSven Eden2018-11-08
* sd-bus: add new API call sd_bus_error_move()Lennart Poettering2018-10-29
* mempool: only enable mempool use when linked to libsystemd-shared.soZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: avoid wrap-around when using length read from messageZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: return -EBADMSG not -EINVAL on invalid !gvariant messagesZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: also properly copy struct signature when skippingZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: fix skipping of array fields in !gvariant messagesZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: fix calculation of offsets table for arraysZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: fix calculation of offsets tableZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: do not crash on message with a string of zero lengthZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: let's always use -EBADMSG when the message is badZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: avoid an infinite loop on empty structuresZbigniew Jędrzejewski-Szmek2018-10-29
* sd-bus: unify three code-paths which free struct bus_containerZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: use structured initialization to avoid use of unitialized memoryZbigniew Jędrzejewski-Szmek2018-10-29
* Introduce free_and_strndup and use it in bus-message.cZbigniew Jędrzejewski-Szmek2018-10-29
* sd-bus: verify destination and sender values when settingZbigniew Jędrzejewski-Szmek2018-10-29
* bus-socket: Fix line_begins() to accept word matching full stringFilipe Brandenburger2018-10-29
* sd-bus: unref slot->match_callback.install_slot when slot is disconnectedYu Watanabe2018-10-29
* sd-bus: fix implicit downcast of bitfield reported by LGTMYu Watanabe2018-10-29
* Support system_bus_socket to be found in /var/run/dbus as well as /run/dbus.Christoph Willing2018-09-26
* Prep v239: Fix and add debug messages to method_can_shutdown_or_sleep()Sven Eden2018-08-31
* Prep v239: Fix new sd_bus_open_user_with_description()Sven Eden2018-08-24
* Prep v239: Unmask inotify event stuff, now ustilized by the sd_event struct.Sven Eden2018-08-24
* Prep v239: Uncomment header inclusions that are new or needed now.Sven Eden2018-08-24
* Prep v239: Add missing updates that evaded migration.Sven Eden2018-08-24
* Build system: Fix various issues that came from errornous migration.Sven Eden2018-08-24
* tree-wide: drop MSG_NOSIGNAL flag from recvmsg() invocationsLennart Poettering2018-08-24
* sd-bus: fix typo in commentYu Watanabe2018-08-24
* Correct a number of trivial typos.Chris Lamb2018-08-24
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-08-24
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-08-24
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-08-24
* tree-wide: unify how we define bit mak enumsLennart Poettering2018-08-24
* core: introduce a new load state "bad-setting"Lennart Poettering2018-08-24
* sd-event: add destroy callback logic to sd-event tooLennart Poettering2018-08-24
* sd-bus: also add destroy callbacks to sd_bus_track objectsLennart Poettering2018-08-24
* bus: optionally call a callbacks for cleanupZbigniew Jędrzejewski-Szmek2018-08-24
* sd-event: use structure initialization instead of new0() where possibleLennart Poettering2018-08-24
* sd-event: add test for the new sd_event_add_inotify() APILennart Poettering2018-08-24
* sd-event: add new API for subscribing to inotify eventsLennart Poettering2018-08-24
* sd-event: voidify more thingsLennart Poettering2018-08-24
* sd-event: propagate errors from source_set_pending() in all casesLennart Poettering2018-08-24
* sd-event: drop pending events when we turn off/on an event sourceLennart Poettering2018-08-24
* sd-event: use symbolic name for normal priorityLennart Poettering2018-08-24
* sd-event: use structure initialization for epoll_eventLennart Poettering2018-08-24
* sd-id128: return -ENOMEDIUM on null idZbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: make use of memory_startswith() at various placesLennart Poettering2018-08-24
* sd-bus: make add match method callback slot "floating"Lennart Poettering2018-08-24
* bus-slot: for bus slot objects with no explicit description use the match str...Lennart Poettering2018-08-24