summaryrefslogtreecommitdiff
path: root/src/analyze
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-064-52/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* bus-util: add flags for bus_map_all_properties() (#8546)Yu Watanabe2018-03-281-0/+2
* bus-util: make bus_map_all_properties() not copy stringYu Watanabe2018-03-201-0/+2
* tree-wide: voidify pager_open()Yu Watanabe2018-03-191-5/+5
* Make MANAGER_TEST_RUN_MINIMAL just allocate data structuresZbigniew Jędrzejewski-Szmek2018-03-111-1/+2
* analyze: fix typo in error messageDouglas Christman2018-03-011-1/+1
* analyze: fix typo in error messageZbigniew Jędrzejewski-Szmek2018-02-131-1/+1
* analyze: slight simplificationZbigniew Jędrzejewski-Szmek2018-02-091-12/+13
* analyze: remove implicit conversions of numbers to booleansZbigniew Jędrzejewski-Szmek2018-02-091-14/+14
* analyze: add unit-paths verbZbigniew Jędrzejewski-Szmek2018-02-091-0/+23
* analyze: add --global optionZbigniew Jędrzejewski-Szmek2018-02-081-18/+24
* do not report total time when kernel time is not provided (#8063)Boucman2018-02-021-1/+2
* analyze: merge {get,set}-log-{level,target} to log-{level,target} (#8020)Yu Watanabe2018-01-271-12/+41
* systemd-analyze: add service-watchdogs verbJan Klötzke2018-01-221-14/+49
* 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
|\