summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/bus-match.c
Commit message (Expand)AuthorAgeFilesLines
* sd-bus: remove unnecessary variableZbigniew Jędrzejewski-Szmek2021-03-061-16/+15
* sd-bus: fix memleak in failure path in bus_match_parse()Zbigniew Jędrzejewski-Szmek2021-03-061-4/+8
* sd-bus: avoid alloc and missing oom check in bus_match_dump()Zbigniew Jędrzejewski-Szmek2021-03-061-3/+1
* sd-bus: let bus_match_dump() take an output fileZbigniew Jędrzejewski-Szmek2021-03-061-10/+10
* sd-bus: fix memstream buffer extractionZbigniew Jędrzejewski-Szmek2021-03-061-4/+4
* bus/bus-match: use "ret_" prefix for output parametersZbigniew Jędrzejewski-Szmek2021-03-061-6/+6
* bus/bus-match: inline iterator variable declarationsZbigniew Jędrzejewski-Szmek2021-03-061-37/+23
* test: drop bus-util.h from sd-busYu Watanabe2021-01-191-1/+0
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-4/+2
* sd-bus: when installing a match make sure not to apply it to already queued m...Lennart Poettering2019-07-111-2/+10
* Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-5/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-0/+1
* Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-151-2/+2
* Always explicitly discard popped stream type from __fsetlockingChris Down2018-12-111-1/+1
* tree-wide: remove various unused functionsLennart Poettering2018-12-021-102/+0
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-10/+3
* tree-wide: drop empty commentsYu Watanabe2018-06-291-2/+0
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering2017-12-141-7/+11
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* libsystemd: use IN_SET macroYu Watanabe2017-09-281-4/+4
* tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering2017-07-211-7/+7
* sd-bus: Fix a read after free error in bus-match. (#3624) (#3625)Weng Xuetian2016-06-291-0/+3
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* sd-bus: Fix incorrect cleanup attribute in bus_match_to_string()Cristian Rodríguez2015-08-301-1/+1
* Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann2015-08-271-0/+1
* sd-bus: introduce new match type "arg0has=" for matching arrays of stringsLennart Poettering2015-08-251-22/+49
* sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers2015-08-111-1/+0
* tree-wide: introduce mfree()David Herrmann2015-07-311-2/+1
* tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-2/+3
* sd-bus: suppress installing local bus matches server sideLennart Poettering2015-06-171-0/+37
* sd-bus: drop bus parameter from message callback prototypeLennart Poettering2015-04-291-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* sd-bus: correct spacing near eol in code commentsTorstein Husebø2014-12-111-1/+1
* sd-bus: add support for matches against arrays of strings in messagesLennart Poettering2014-11-281-12/+55
* sd-bus: deal with whitespace in matchesLennart Poettering2014-11-271-0/+3
* sd-bus: properly handle removals of non-existing matchesLennart Poettering2014-10-291-1/+1
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-2/+2
* sd-bus: add API to query which handler/callback is currently being dispatchedLennart Poettering2014-08-181-2/+8