Age | Commit message (Expand) | Author |
2015-12-14 | analyze: verify verifies templates too | Evgeny Vereshchagin |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-13 | analyze: do not draw ConflictedBy dependencies in dot graph | Michal Schmidt |
2015-11-13 | analyze: show Requisite dependencies in the dot graph again | Michal Schmidt |
2015-11-12 | core: drop "override" flag when building transactions | Lennart Poettering |
2015-11-12 | core: remove support for RequiresOverridable= and RequisiteOverridable= | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out globbing related calls into glob-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move more locale-related calls to locale-util.[ch] | Lennart Poettering |
2015-10-27 | util: remove path_get_parent(), in favour of dirname_malloc() | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-07 | analyze: trivial code cleanups | Lennart Poettering |
2015-10-07 | analyze: minor fixes according to review | Łukasz Stelmach |
2015-10-06 | analyze: replace isempty()+ternary with strempty() | Łukasz Stelmach |
2015-10-06 | analyze: do not require information from hostnamed | Łukasz Stelmach |
2015-10-06 | analyze: introduce _cleanup_host_info_ | Łukasz Stelmach |
2015-09-30 | analyze: add new set-log-target subcommand | Lennart Poettering |
2015-09-29 | bus-util: rename bus_open_transport() to bus_connect_transport() | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-09-22 | cgtop: underline table header | Lennart Poettering |
2015-09-09 | Merge pull request #1207 from poettering/coccinelle-fixes | Daniel Mack |
2015-09-09 | tree-wide: drop {} from one-line if blocks | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-09-07 | analyze: add alias handling for --{from,to}-pattern options | Evgeny Vereshchagin |
2015-09-06 | analyze: add "alias" handling to dot subcommand | Evgeny Vereshchagin |
2015-07-28 | analyze: correctly draw the plot for user instances | Ivan Shapovalov |
2015-07-28 | analyze: move acquire_boot_times() above acquire_time_data() | Ivan Shapovalov |
2015-07-03 | sd-bus: introduce new sd_bus_flush_close_unref() call | Lennart Poettering |
2015-05-11 | core: rename SystemdRunningAs to ManagerRunningAs | Lennart Poettering |
2015-05-11 | core,network: major per-object logging rework | Lennart Poettering |
2015-05-11 | treewide: Correct typos and spell plural of bus consistent | Torstein Husebø |
2015-04-11 | shared: add terminal-util.[ch] | Ronny Chevalier |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-16 | Transpose args in strv_fnmatch() to be more oo | Zbigniew Jędrzejewski-Szmek |
2015-02-16 | analyze: change behaviour of combined --to/from--pattern | Zbigniew Jędrzejewski-Szmek |
2015-02-16 | Add helper for fnmatch over strv | Zbigniew Jędrzejewski-Szmek |
2015-01-27 | notify,firstboot,analyze,run: trim --help output to 80 lines | Zbigniew Jędrzejewski-Szmek |
2015-01-23 | #pragma once here and there | Zbigniew Jędrzejewski-Szmek |
2014-12-24 | sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine() | Lennart Poettering |
2014-11-28 | treewide: more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-27 | log: rearrange log function naming | Lennart Poettering |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-09-13 | analyze: fix mem leak | Thomas Hindoe Paaboel Andersen |
2014-09-11 | analyze: avoid a null dereference | Thomas Hindoe Paaboel Andersen |
2014-08-20 | cmdline: for new tools avoid introduce new negative switches, and properly al... | Lennart Poettering |
2014-08-14 | analyze: some fixes to the --help text | Lennart Poettering |
2014-08-04 | bus: always explicitly close bus from main programs | Lennart Poettering |
2014-08-03 | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek |