Age | Commit message (Expand) | Author |
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 |
2013-10-16 | timedated: use libsystemd-bus instead of libdbus for bus communication | Lennart Poettering |
2013-09-09 | Fix two compiler warnings | Zbigniew Jędrzejewski-Szmek |
2013-09-09 | run: allow non-absolute paths as command | Zbigniew Jędrzejewski-Szmek |
2013-07-30 | core: open up SendSIGHUP property for transient units | Lennart Poettering |
2013-07-26 | core: allow setting RemainAfterExit= for transient services | Lennart Poettering |
2013-07-19 | man: extend systemd-run man page a little | Lennart Poettering |
2013-07-01 | core: add support to run transient units in arbitrary slices | Lennart Poettering |
2013-07-01 | core: allow setting of the description string for transient units | Lennart Poettering |
2013-07-01 | core: add new "scope" unit type for making a unit of pre-existing processes | Lennart Poettering |
2013-06-28 | core: add transient units | Lennart Poettering |