summaryrefslogtreecommitdiff
path: root/src/analyze
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-282-5/+5
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-282-5/+5
* log: rearrange log function namingLennart Poettering2014-11-271-10/+10
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-1/+1
* analyze: fix mem leakThomas Hindoe Paaboel Andersen2014-09-131-1/+2
* analyze: avoid a null dereferenceThomas Hindoe Paaboel Andersen2014-09-111-1/+2
* cmdline: for new tools avoid introduce new negative switches, and properly al...Lennart Poettering2014-08-201-5/+15
* analyze: some fixes to the --help textLennart Poettering2014-08-141-3/+3
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-1/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-10/+1
* Constify option table and add missing optionZbigniew Jędrzejewski-Szmek2014-07-311-0/+1
* analyze: fix seg-fault with no cl-argumentDaniel Buch2014-07-261-1/+1
* Merge systemd-verify with systemd-analyzeZbigniew Jędrzejewski-Szmek2014-07-213-36/+364
* analyze/run: use bus_open_transport_systemd instead of bus_open_transportThomas Bächler2014-05-261-1/+1
* analyze: read host and system information from remoteDjalal Harouni2014-05-191-24/+85
* analyze: fix plot with bad y sizeJeffrey Clark2014-04-231-1/+1