summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/bus-dump.c
Commit message (Expand)AuthorAgeFilesLines
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* sd-bus: use assert_return() in public function sd_bus_message_dumpZbigniew Jędrzejewski-Szmek2022-06-301-1/+2
* sd-bus: use UINT32_MAXYu Watanabe2022-06-011-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-4/+0
* bus-dump: change capture output to use pcapng (#21738)Stephen Hemminger2021-12-251-48/+106
* basic: split out glyph/emoji related calls from locale-util.[ch] into glyph-u...Lennart Poettering2021-10-051-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* Inline some iterator variablesZbigniew Jędrzejewski-Szmek2021-07-091-3/+1
* tree-wide: add FORMAT_TIMESTAMP_STYLE()Zbigniew Jędrzejewski-Szmek2021-07-091-7/+1
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* busctl: add a timestamp to the output of the busctl monitor commandd0327472020-12-161-0/+11
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Remove message->priority fieldZbigniew Jędrzejewski-Szmek2020-04-071-3/+2
* sd-bus: export sd_bus_message_dumpZbigniew Jędrzejewski-Szmek2020-01-231-1/+1
* sd-bus: make dump flags publicZbigniew Jędrzejewski-Szmek2020-01-231-9/+9
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-1/+1
* util: drop missing.h from socket-util.hYu Watanabe2018-12-061-0/+2
* bus: do not print (null) if the message has unknown typeZbigniew Jędrzejewski-Szmek2018-10-021-2/+8
* 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 license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: rename draw_special_char to special_glyphZbigniew Jędrzejewski-Szmek2016-05-091-1/+1
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-271-1/+1
* util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-8/+8
* cgtop: underline table headerLennart Poettering2015-09-221-24/+24
* tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-5/+2
* sd-bus,sd-login: add api for querying the slice within the the user systemd i...Lennart Poettering2015-04-301-7/+11
* sd-bus: properly handle creds that are known but undefined for a processLennart Poettering2015-04-291-30/+40
* sd-bus: add controlling tty field to sd_creds objectLennart Poettering2015-04-231-1/+3
* sd-bus: expose ppid fieldLennart Poettering2015-04-211-1/+3
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* bus-dump: fix two minor memory leaksLennart Poettering2015-01-261-4/+18
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-2/+2
* sd-bus: tell Coverity that it's OK not to care for return values in some casesLennart Poettering2015-01-141-4/+4
* util: introduce our own gperf based capability listLennart Poettering2014-12-101-3/+2
* sd-bus: get rid of PID starttime conceptLennart Poettering2014-12-091-3/+1
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-20/+10
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-5/+5
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-5/+5