summaryrefslogtreecommitdiff
path: root/src/analyze
Commit message (Expand)AuthorAgeFilesLines
* 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
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* analyze: trivial code cleanupsLennart Poettering2015-10-071-17/+18
* analyze: minor fixes according to reviewŁukasz Stelmach2015-10-071-5/+4
* analyze: replace isempty()+ternary with strempty()Łukasz Stelmach2015-10-061-7/+7
* analyze: do not require information from hostnamedŁukasz Stelmach2015-10-061-6/+8
* analyze: introduce _cleanup_host_info_Łukasz Stelmach2015-10-061-4/+6
* analyze: add new set-log-target subcommandLennart Poettering2015-09-301-8/+34
* bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering2015-09-291-1/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-14/+12
* cgtop: underline table headerLennart Poettering2015-09-221-4/+4
* Merge pull request #1207 from poettering/coccinelle-fixesDaniel Mack2015-09-091-6/+2
|\
| * tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-4/+1
| * tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* | analyze: add alias handling for --{from,to}-pattern optionsEvgeny Vereshchagin2015-09-071-14/+24
|/
* analyze: add "alias" handling to dot subcommandEvgeny Vereshchagin2015-09-061-1/+48
* analyze: correctly draw the plot for user instancesIvan Shapovalov2015-07-281-8/+56
* analyze: move acquire_boot_times() above acquire_time_data()Ivan Shapovalov2015-07-281-91/+91
* sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2015-07-031-1/+1
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-113-3/+3
* core,network: major per-object logging reworkLennart Poettering2015-05-111-20/+12
* treewide: Correct typos and spell plural of bus consistentTorstein Husebø2015-05-111-1/+1
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-232-5/+0
* Transpose args in strv_fnmatch() to be more ooZbigniew Jędrzejewski-Szmek2015-02-161-4/+4
* analyze: change behaviour of combined --to/from--patternZbigniew Jędrzejewski-Szmek2015-02-161-5/+15
* Add helper for fnmatch over strvZbigniew Jędrzejewski-Szmek2015-02-161-39/+7
* notify,firstboot,analyze,run: trim --help output to 80 linesZbigniew Jędrzejewski-Szmek2015-01-271-10/+7
* #pragma once here and thereZbigniew Jędrzejewski-Szmek2015-01-231-0/+2
* sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()Lennart Poettering2014-12-241-1/+1
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-8/+4