summaryrefslogtreecommitdiff
path: root/src/analyze
Commit message (Expand)AuthorAgeFilesLines
* Delete duplicate linesTopi Miettinen2019-01-121-1/+0
* Merge pull request #11230 from keszybz/version-string-altYu Watanabe2019-01-031-1/+2
|\
| * meson: generate version tag from gitZbigniew Jędrzejewski-Szmek2018-12-211-1/+2
* | analyze: add assert to verify we are not dividing by 0Zbigniew Jędrzejewski-Szmek2018-12-211-0/+1
|/
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-142-14/+14
* Merge pull request #11041 from yuwata/update-missing-v2Lennart Poettering2018-12-041-0/+1
|\
| * util: drop missing.h from util.hYu Watanabe2018-12-041-0/+1
* | Merge pull request #11037 from poettering/json-tableZbigniew Jędrzejewski-Szmek2018-12-041-2/+2
|\ \ | |/ |/|
| * tree-wide: specify all table headers in lower-caseLennart Poettering2018-12-031-2/+2
* | analyze: Fix if not HAVE_SECCOMPWilliam A. Kennington III2018-12-041-3/+9
|/
* analyze: tweak wording of description for ProtectSystem= (#11035)David Malcolm2018-12-031-2/+2
* Merge pull request #11002 from keszybz/path_join-mergingLennart Poettering2018-12-011-4/+1
|\
| * tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-1/+1
| * tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek2018-11-301-4/+1
* | analyze: add new security verbLennart Poettering2018-11-304-0/+2109
* | analyze: use strv_skip() where appropriateLennart Poettering2018-11-301-3/+4
* | analyze: remove unnecessary negation of bus_error_message() error number para...Lennart Poettering2018-11-301-5/+5
* | analyze: fix include orderLennart Poettering2018-11-301-1/+1
|/
* analyze: Fix build without seccomp (#10899)Michal Koutný2018-11-241-1/+2
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-24/+19
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-1/+2
* analyze: use static destructorsYu Watanabe2018-11-201-11/+9
* analyze: add some minimal ANSI highlighting of syscall-filter outputLennart Poettering2018-11-161-4/+13
* analyze: show list of syscalls the kernel supports but not included in any gr...Lennart Poettering2018-11-161-2/+79
* Merge pull request #10753 from keszybz/pager-no-interruptLennart Poettering2018-11-141-8/+8
|\
| * basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek2018-11-141-8/+8
* | id128,analyze: fix layout of help messageYu Watanabe2018-11-101-3/+3
|/
* analyze: Add "timespan" command to dump time span in usecChris Down2018-10-231-0/+27
* Merge pull request #10470 from yuwata/log-message-updatesLennart Poettering2018-10-192-3/+3
|\
| * analyze: include error cause in the log messageYu Watanabe2018-10-201-1/+1
| * analyze: update log messageYu Watanabe2018-10-201-2/+2
* | tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2018-10-191-4/+4
|/
* core: log in all cases in manager_startup()Lennart Poettering2018-10-091-1/+1
* core: clean up test run flagsLennart Poettering2018-10-091-3/+4
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-14/+9
* analyze: use temporary var to simplify codeZbigniew Jędrzejewski-Szmek2018-08-231-4/+4
* Merge pull request #9801 from yuwata/analyze-cleanupsZbigniew Jędrzejewski-Szmek2018-08-201-130/+79
|\
| * analyze: fix condition for pretty printing kernel timeKirill Marinushkin2018-08-061-4/+4
| * analyze: set reverse_offset for containerized systemYu Watanabe2018-08-061-5/+9
| * analyze-plot: do not show the legend for security when --user is specifiedYu Watanabe2018-08-061-8/+10
| * analyze: use bus_map_all_properties()Yu Watanabe2018-08-061-109/+52
| * analyze: use size_t for number of unitsYu Watanabe2018-08-061-4/+4
* | tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-3/+11
* | tree-wide: shorten error logging a bitYu Watanabe2018-08-071-20/+10
|/
* analyze: add a space in pretty boot time stringYu Watanabe2018-07-241-2/+2
* analyze: show information from hostnamed in plot even when user modeYu Watanabe2018-07-241-8/+20
* analyze: plot initrd related timestampsYu Watanabe2018-07-241-0/+43
* analyze: plot units in initrdYu Watanabe2018-07-241-22/+33
* analyze: fix width calculation in plot commandYu Watanabe2018-07-201-3/+4
* analyze: actually select longest activated-time of servicesYu Watanabe2018-06-271-4/+1