index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
analyze
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
3
-6
/
+0
*
tree-wide: drop !! casts to booleans
Zbigniew Jędrzejewski-Szmek
2018-06-13
1
-2
/
+2
*
analyze: use _cleanup_ for struct unit_times
Filipe Brandenburger
2018-06-08
1
-50
/
+36
*
core: undo the dependency inversion between unit.h and all unit types
Felipe Sateler
2018-05-15
1
-0
/
+1
*
systemd-analyze: make dump work for large # of units
David Tardon
2018-05-11
1
-7
/
+45
*
terminal-util: add a function that shows a pretty separator line
Lennart Poettering
2018-05-11
1
-4
/
+1
*
Merge pull request #8824 from keszybz/analyze-show-config
Lennart Poettering
2018-05-10
1
-0
/
+56
|
\
|
*
analyze: allow full paths for cat-config
Zbigniew Jędrzejewski-Szmek
2018-05-07
1
-4
/
+18
|
*
analyze: seperate config file groups by underline
Zbigniew Jędrzejewski-Szmek
2018-05-07
1
-1
/
+4
|
*
analyze: add --root option for cat-config
Zbigniew Jędrzejewski-Szmek
2018-04-27
1
-1
/
+13
|
*
analyze: add 'cat-config' verb
Zbigniew Jędrzejewski-Szmek
2018-04-27
1
-0
/
+27
*
|
bus-util: print a friendly message when PID1 is not systemd
Yu Watanabe
2018-05-09
1
-2
/
+4
*
|
analyze: merge acquire_full_bus() and acquire_systemd_bus()
Yu Watanabe
2018-05-09
1
-20
/
+14
|
/
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
1
-1
/
+1
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-2
/
+0
*
Merge pull request #8575 from keszybz/non-absolute-paths
Lennart Poettering
2018-04-17
1
-7
/
+4
|
\
|
*
verify: use manager_load_startable_unit_or_warn() to load units for verification
Zbigniew Jędrzejewski-Szmek
2018-04-16
1
-7
/
+4
*
|
Merge pull request #8676 from keszybz/drop-license-boilerplate
Lennart Poettering
2018-04-10
4
-52
/
+0
|
\
\
|
*
|
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
4
-52
/
+0
*
|
|
analyze: give a hint what is it means that boot is still active
Zbigniew Jędrzejewski-Szmek
2018-04-07
1
-1
/
+5
*
|
|
analyze: Do no require a full d-bus bus for the plot command (#8539)
Guillem Jover
2018-04-07
1
-27
/
+42
|
/
/
*
/
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
|
/
*
bus-util: add flags for bus_map_all_properties() (#8546)
Yu Watanabe
2018-03-28
1
-0
/
+2
*
bus-util: make bus_map_all_properties() not copy string
Yu Watanabe
2018-03-19
1
-0
/
+2
*
tree-wide: voidify pager_open()
Yu Watanabe
2018-03-19
1
-5
/
+5
*
Make MANAGER_TEST_RUN_MINIMAL just allocate data structures
Zbigniew Jędrzejewski-Szmek
2018-03-11
1
-1
/
+2
*
analyze: fix typo in error message
Douglas Christman
2018-03-01
1
-1
/
+1
*
analyze: fix typo in error message
Zbigniew Jędrzejewski-Szmek
2018-02-13
1
-1
/
+1
*
analyze: slight simplification
Zbigniew Jędrzejewski-Szmek
2018-02-09
1
-12
/
+13
*
analyze: remove implicit conversions of numbers to booleans
Zbigniew Jędrzejewski-Szmek
2018-02-09
1
-14
/
+14
*
analyze: add unit-paths verb
Zbigniew Jędrzejewski-Szmek
2018-02-09
1
-0
/
+23
*
analyze: add --global option
Zbigniew Jędrzejewski-Szmek
2018-02-08
1
-18
/
+24
*
do not report total time when kernel time is not provided (#8063)
Boucman
2018-02-02
1
-1
/
+2
*
analyze: merge {get,set}-log-{level,target} to log-{level,target} (#8020)
Yu Watanabe
2018-01-27
1
-12
/
+41
*
systemd-analyze: add service-watchdogs verb
Jan Klötzke
2018-01-22
1
-14
/
+49
*
fix systemd-analyze time when default.target is not reached (#7764)
Boucman
2018-01-03
1
-2
/
+9
*
analyze: fix prototype mismatch on libseccomp-less builds (#7768)
Lennart Poettering
2018-01-01
1
-1
/
+1
*
analyze: correct help text where we take unit name arguments
Lennart Poettering
2017-12-26
1
-2
/
+2
*
analyze: fix indentation in one case
Lennart Poettering
2017-12-26
1
-7
/
+7
*
analyze: add some logging to some error cases
Lennart Poettering
2017-12-26
1
-3
/
+3
*
analyze: arg_host can be "const char*", hence make it so.
Lennart Poettering
2017-12-26
1
-1
/
+1
*
analyze: port verb dispatching to verbs.[ch] API
Lennart Poettering
2017-12-26
1
-105
/
+108
*
analyze: use normal bus connection for "plot" verb (#7685)
Zbigniew Jędrzejewski-Szmek
2017-12-18
1
-1
/
+8
*
tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...
Lennart Poettering
2017-12-15
1
-1
/
+1
*
tree-wide: drop a few == NULL and != NULL comparison
Lennart Poettering
2017-12-11
2
-5
/
+5
*
Print the time to reach default.target in systemd-analyze time (#7383)
Boucman
2017-12-05
1
-0
/
+32
*
analyze: add new "calendar" command
Lennart Poettering
2017-11-20
1
-0
/
+68
*
Add license headers and SPDX identifiers to meson.build files
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+17
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
3
-0
/
+3
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-2
/
+2
[next]