summaryrefslogtreecommitdiff
path: root/src/libsystemd
Commit message (Expand)AuthorAgeFilesLines
* test: add test for 'thread safety' of sd-deviceYu Watanabe2018-10-121-0/+39
* sd-device: drop unnecessary headerYu Watanabe2018-10-121-2/+0
* Merge pull request #10334 from keszybz/nomempoolLennart Poettering2018-10-112-0/+7
|\
| * mempool: only enable mempool use when linked to libsystemd-shared.soZbigniew Jędrzejewski-Szmek2018-10-112-0/+7
* | sd-bus: call cap_last_cap() only once in has_cap()Lennart Poettering2018-10-101-2/+5
* | sd-bus: use size_t when dealing with memory offsetsLennart Poettering2018-10-101-1/+1
* | capability: introduce CAP_TO_MASK_CORRECTED() macro replacing CAP_TO_MASK()Lennart Poettering2018-10-101-1/+1
* | Merge pull request #10307 from poettering/portable-pathZbigniew Jędrzejewski-Szmek2018-10-092-0/+6
|\ \
| * | portabled: generate a more useful error when invalid image types are attempte...Lennart Poettering2018-10-082-0/+2
| * | sd-bus: add three missing entries from bus-common.c that are listed in the .h...Lennart Poettering2018-10-081-0/+4
* | | sd-hwdb: update error log a bitYu Watanabe2018-10-091-1/+1
* | | tree-wide: use CMP() macros where applicableYu Watanabe2018-10-093-46/+14
|/ /
* | libsystemd: drop *_unrefp from symbol listYu Watanabe2018-10-081-5/+0
|/
* test: add test for sd_deviceYu Watanabe2018-10-021-0/+71
* Merge pull request #9898 from keszybz/id128Lennart Poettering2018-10-022-8/+32
|\
| * sd-id128: add sd_id128_get_boot_app_specific()Zbigniew Jędrzejewski-Szmek2018-10-022-8/+32
* | bus-message: avoid wrap-around when using length read from messageZbigniew Jędrzejewski-Szmek2018-10-021-0/+24
* | bus-message: return -EBADMSG not -EINVAL on invalid !gvariant messagesZbigniew Jędrzejewski-Szmek2018-10-021-1/+1
* | bus-message: also properly copy struct signature when skippingZbigniew Jędrzejewski-Szmek2018-10-021-3/+3
* | bus-message: fix skipping of array fields in !gvariant messagesZbigniew Jędrzejewski-Szmek2018-10-021-4/+4
* | bus-message: output debug information about offset troublesZbigniew Jędrzejewski-Szmek2018-10-021-1/+4
* | test-bus-gvariant: turn on debug outputZbigniew Jędrzejewski-Szmek2018-10-021-2/+11
* | bus-message: drop asserts in functions which are wrappers for varargs versionZbigniew Jędrzejewski-Szmek2018-10-021-9/+0
* | bus-message: fix calculation of offsets table for arraysZbigniew Jędrzejewski-Szmek2018-10-021-5/+12
* | bus-message: remove duplicate assignmentZbigniew Jędrzejewski-Szmek2018-10-021-1/+0
* | bus-message: fix calculation of offsets tableZbigniew Jędrzejewski-Szmek2018-10-021-18/+18
* | bus: do not print (null) if the message has unknown typeZbigniew Jędrzejewski-Szmek2018-10-021-2/+8
* | bus-message: use defineZbigniew Jędrzejewski-Szmek2018-10-021-1/+1
* | bus-message: rename function for clarityZbigniew Jędrzejewski-Szmek2018-10-021-22/+22
* | bus-message: do not crash on message with a string of zero lengthZbigniew Jędrzejewski-Szmek2018-10-021-0/+6
* | bus-message: let's always use -EBADMSG when the message is badZbigniew Jędrzejewski-Szmek2018-10-021-0/+2
* | bus-message: avoid an infinite loop on empty structuresZbigniew Jędrzejewski-Szmek2018-10-025-11/+18
* | sd-bus: unify three code-paths which free struct bus_containerZbigniew Jędrzejewski-Szmek2018-10-021-32/+32
* | bus-message: use structured initialization to avoid use of unitialized memoryZbigniew Jędrzejewski-Szmek2018-10-021-31/+27
* | Introduce free_and_strndup and use it in bus-message.cZbigniew Jędrzejewski-Szmek2018-10-021-21/+13
* | test-bus-marshal: use cescaping instead of hexmemZbigniew Jędrzejewski-Szmek2018-10-021-5/+3
|/
* Merge pull request #10218 from keszybz/export-sd-device-hwdbYu Watanabe2018-10-011-0/+72
|\
| * libsystemd: export all functions in sd-hwdb.hZbigniew Jędrzejewski-Szmek2018-09-301-0/+12
| * libsystemd: export all functions in sd-device.hZbigniew Jędrzejewski-Szmek2018-09-301-0/+60
* | test: try system bus if user bus cannot be openedYu Watanabe2018-10-015-7/+27
* | trivial: fix spelling in code commentsThomas Haller2018-09-301-3/+3
|/
* Merge pull request #10168 from keszybz/coverity-fixesLennart Poettering2018-09-261-53/+31
|\
| * sd-event: use new cleanup function moreZbigniew Jędrzejewski-Szmek2018-09-251-32/+22
| * sd-event: remove dead code and use _cleanup_Zbigniew Jędrzejewski-Szmek2018-09-251-21/+9
* | libsystemd: add missing 'global' specifier in libsystemd.symYu Watanabe2018-09-251-0/+1
|/
* sd-device: make sd_device_get_*() return -ENOENT if the values are not setYu Watanabe2018-09-233-23/+32
* sd-hwdb: initialize variableYu Watanabe2018-09-201-1/+1
* hwdb,udevadm: also unify hwdb_query() and hwdb_test()Yu Watanabe2018-09-192-0/+19
* sd-hwdb: use structured initializersYu Watanabe2018-09-191-18/+23
* hwdb: unify duplicated code and move it to hwdb-util.cYu Watanabe2018-09-193-0/+658