Age | Commit message (Expand) | Author |
2015-07-30 | tree-wide: use free_and_strdup() | Daniel Mack |
2015-07-03 | sd-bus: introduce new sd_bus_flush_close_unref() call | Lennart Poettering |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-06-10 | Fix typo | Zbigniew Jędrzejewski-Szmek |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-05-05 | core: rework unit name validation and manipulation logic | Lennart Poettering |
2015-04-28 | run: by default, wait until the transient unit finished start-up | Lennart Poettering |
2015-04-28 | run: synchronously wait until the scope unit we create is started | Lennart Poettering |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-02-18 | nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1 | Lennart Poettering |
2015-02-18 | run: if we fail to set a property assignment then really fail | Lennart Poettering |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-01-27 | notify,firstboot,analyze,run: trim --help output to 80 lines | Zbigniew Jędrzejewski-Szmek |
2015-01-07 | machinectl: make sure that "machinectl login" exits immediately when the mach... | Lennart Poettering |
2014-12-25 | run: uninitialized variable | Zbigniew Jędrzejewski-Szmek |
2014-12-24 | sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine() | Lennart Poettering |
2014-12-23 | systemd-run: support -t mode when combined with -M | Lennart Poettering |
2014-12-23 | systemd-run: add --quiet mode to suppress informational message on TTY usage | Lennart Poettering |
2014-12-23 | run: add a new "-t" mode for invoking a binary on an allocated TTY | Lennart Poettering |
2014-12-09 | run: introduce timer support option | WaLyong Cho |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno() conversions, multiline calls | 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-22 | Do not check for existence of remote binaries | Zbigniew Jędrzejewski-Szmek |
2014-08-04 | bus: always explicitly close bus from main programs | Lennart Poettering |
2014-08-03 | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek |
2014-07-26 | Always check asprintf return code | Karel Zak |
2014-05-26 | analyze/run: use bus_open_transport_systemd instead of bus_open_transport | Thomas Bächler |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-03-05 | systemd-run: don't print error messages twice | Lennart Poettering |
2014-03-05 | systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scop... | Lennart Poettering |
2014-03-05 | systemd-run: add some extra safety checks | Lennart Poettering |
2014-03-05 | systemd-run: add new --property= switch that can set arbitrary properties for... | Lennart Poettering |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2014-02-06 | nspawn: add --quiet switch for turning off any output noise | Lennart Poettering |
2014-02-05 | core: allow User=, Group=, Nice=, Environment=, Type= to be passed when creat... | Lennart Poettering |
2014-01-31 | run: drop mistakenly committed test code | Lennart Poettering |
2014-01-31 | core: introduce new stop protocol for unit scopes | Lennart Poettering |
2013-12-26 | Use enums to make it obvious what boolean params mean | Zbigniew Jędrzejewski-Szmek |
2013-12-26 | systemctl: allow globbing in commands which take multiple unit names | Zbigniew Jędrzejewski-Szmek |
2013-11-21 | logind,machined,run: properly invoke StartTransientUnit() bus call | Lennart Poettering |
2013-11-12 | bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call() | Lennart Poettering |
2013-11-08 | bus: port remaining code over to use bus_error_message() | Lennart Poettering |
2013-11-08 | localectl: port over to bus_log_create_error() | Lennart Poettering |
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering |
2013-11-06 | run: support --system to match other commands, even if redundant | Lennart Poettering |
2013-10-30 | run: add support for executing commands remotely via SSH or in a container | Lennart Poettering |