summaryrefslogtreecommitdiff
path: root/src/analyze
Commit message (Expand)AuthorAgeFilesLines
* fix systemd-analyze time when default.target is not reached (#7764)Boucman2018-01-031-2/+9
* analyze: fix prototype mismatch on libseccomp-less builds (#7768)Lennart Poettering2018-01-011-1/+1
* analyze: correct help text where we take unit name argumentsLennart Poettering2017-12-261-2/+2
* analyze: fix indentation in one caseLennart Poettering2017-12-261-7/+7
* analyze: add some logging to some error casesLennart Poettering2017-12-261-3/+3
* analyze: arg_host can be "const char*", hence make it so.Lennart Poettering2017-12-261-1/+1
* analyze: port verb dispatching to verbs.[ch] APILennart Poettering2017-12-261-105/+108
* analyze: use normal bus connection for "plot" verb (#7685)Zbigniew Jędrzejewski-Szmek2017-12-181-1/+8
* tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...Lennart Poettering2017-12-151-1/+1
* tree-wide: drop a few == NULL and != NULL comparisonLennart Poettering2017-12-112-5/+5
* Print the time to reach default.target in systemd-analyze time (#7383)Boucman2017-12-051-0/+32
* analyze: add new "calendar" commandLennart Poettering2017-11-201-0/+68
* Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+17
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-193-0/+3
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-2/+2
* analyze-verify: add --generators switch to enable generators againZbigniew Jędrzejewski-Szmek2017-09-193-4/+29
* Make test_run into a flags field and disable generators againZbigniew Jędrzejewski-Szmek2017-09-191-1/+1
* analyze: add get-log-level, get-log-target verbsLucas Werkmeister2017-09-071-0/+62
* build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-231-5/+3
* meson: build systemd using mesonZbigniew Jędrzejewski-Szmek2017-04-231-0/+7
* tree-wide: standardize on $(PACKAGE_VERSION) for the version stringZbigniew Jędrzejewski-Szmek2017-04-041-1/+1
* tree-wide: add man: to manpage references (#5402)Lucas Werkmeister2017-02-201-1/+1
* tree-wide: make bus_map_all_properties return a proper sd_bus_errorLennart Poettering2017-02-091-0/+2
* analyze: fix build without seccompFranck Bui2016-11-101-0/+2
* analyze: fix build w/o seccompZbigniew Jędrzejewski-Szmek2016-11-031-0/+8
* seccomp-util, analyze: export comments as a help stringZbigniew Jędrzejewski-Szmek2016-11-031-0/+1
* analyze: add syscall-filter verbZbigniew Jędrzejewski-Szmek2016-11-031-23/+75
* analyze-verify: honour $SYSTEMD_UNIT_PATH, allow system paths to be ignoredZbigniew Jędrzejewski-Szmek2016-10-011-3/+14
* tree-wide: use ansi_highlight() instead of ANSI_HIGHLIGHT where appropriateLennart Poettering2016-05-301-4/+4
* tree-wide: rename draw_special_char to special_glyphZbigniew Jędrzejewski-Szmek2016-05-091-2/+2
* shared: move unit-specific code from bus-util.h to bus-unit-util.hLennart Poettering2016-04-221-0/+1
* core: remove ManagerRunningAs enumLennart Poettering2016-04-123-7/+5
* Merge pull request #2671 from 0xAX/move-pager-open-to-one-placeZbigniew Jędrzejewski-Szmek2016-02-251-12/+4
|\
| * tree-wide: merge pager_open_if_enabled() to the pager_open()Alexander Kuleshov2016-02-261-12/+4
* | tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* | tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
|/
* tree-wide: place #pragma once at the same place everywhereLennart Poettering2016-02-201-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-103-6/+0
* analyze: verify verifies templates tooEvgeny Vereshchagin2015-12-141-9/+51
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-272-17/+17
* analyze: do not draw ConflictedBy dependencies in dot graphMichal Schmidt2015-11-131-3/+0
* analyze: show Requisite dependencies in the dot graph againMichal Schmidt2015-11-131-2/+5
* core: drop "override" flag when building transactionsLennart Poettering2015-11-121-5/+3
* core: remove support for RequiresOverridable= and RequisiteOverridable=Lennart Poettering2015-11-121-6/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-272-0/+2
* util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering2015-10-271-0/+1
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-271-3/+4