index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-bus
/
bus-match.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-4
/
+2
*
sd-bus: remove unnecessary variable
Zbigniew Jędrzejewski-Szmek
2021-03-06
1
-16
/
+15
*
sd-bus: fix memleak in failure path in bus_match_parse()
Zbigniew Jędrzejewski-Szmek
2021-03-06
1
-4
/
+8
*
sd-bus: avoid alloc and missing oom check in bus_match_dump()
Zbigniew Jędrzejewski-Szmek
2021-03-06
1
-3
/
+1
*
sd-bus: let bus_match_dump() take an output file
Zbigniew Jędrzejewski-Szmek
2021-03-06
1
-10
/
+10
*
sd-bus: fix memstream buffer extraction
Zbigniew Jędrzejewski-Szmek
2021-03-06
1
-4
/
+4
*
bus/bus-match: use "ret_" prefix for output parameters
Zbigniew Jędrzejewski-Szmek
2021-03-06
1
-6
/
+6
*
bus/bus-match: inline iterator variable declarations
Zbigniew Jędrzejewski-Szmek
2021-03-06
1
-37
/
+23
*
test: drop bus-util.h from sd-bus
Yu Watanabe
2021-01-18
1
-1
/
+0
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-4
/
+2
*
sd-bus: when installing a match make sure not to apply it to already queued m...
Lennart Poettering
2019-07-11
1
-2
/
+10
*
Add open_memstream_unlocked() wrapper
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-5
/
+1
*
util: split out sorting related calls to new sort-util.[ch]
Lennart Poettering
2019-03-13
1
-0
/
+1
*
Remove 'inline' attributes from static functions in .c files (#11426)
Topi Miettinen
2019-01-15
1
-2
/
+2
*
Always explicitly discard popped stream type from __fsetlocking
Chris Down
2018-12-11
1
-1
/
+1
*
tree-wide: remove various unused functions
Lennart Poettering
2018-12-02
1
-102
/
+0
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-10
/
+3
*
tree-wide: drop empty comments
Yu Watanabe
2018-06-29
1
-2
/
+0
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-1
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-1
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
*
tree-wide: use __fsetlocking() instead of fxyz_unlocked()
Lennart Poettering
2017-12-14
1
-7
/
+11
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
libsystemd: use IN_SET macro
Yu Watanabe
2017-09-28
1
-4
/
+4
*
tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)
Lennart Poettering
2017-07-21
1
-7
/
+7
*
sd-bus: Fix a read after free error in bus-match. (#3624) (#3625)
Weng Xuetian
2016-06-29
1
-0
/
+3
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out hex/dec/oct encoding/decoding into its own file
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-1
/
+2
*
sd-bus: Fix incorrect cleanup attribute in bus_match_to_string()
Cristian Rodríguez
2015-08-31
1
-1
/
+1
*
Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"
David Herrmann
2015-08-27
1
-0
/
+1
*
sd-bus: introduce new match type "arg0has=" for matching arrays of strings
Lennart Poettering
2015-08-25
1
-22
/
+49
*
sd-bus: do not connect to dbus-1 socket when kdbus is available
Kay Sievers
2015-08-11
1
-1
/
+0
*
tree-wide: introduce mfree()
David Herrmann
2015-07-31
1
-2
/
+1
*
tree-wide: port everything over to fflush_and_check()
Lennart Poettering
2015-07-29
1
-2
/
+3
*
sd-bus: suppress installing local bus matches server side
Lennart Poettering
2015-06-17
1
-0
/
+37
*
sd-bus: drop bus parameter from message callback prototype
Lennart Poettering
2015-04-29
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
sd-bus: correct spacing near eol in code comments
Torstein Husebø
2014-12-11
1
-1
/
+1
*
sd-bus: add support for matches against arrays of strings in messages
Lennart Poettering
2014-11-28
1
-12
/
+55
*
sd-bus: deal with whitespace in matches
Lennart Poettering
2014-11-27
1
-0
/
+3
*
sd-bus: properly handle removals of non-existing matches
Lennart Poettering
2014-10-29
1
-1
/
+1
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-2
/
+2
[next]