]> git.ipfire.org Git - thirdparty/systemd.git/history - src/run/run.c
treewide: use log_*_errno whenever %m is in the format string
[thirdparty/systemd.git] / src / run / run.c
2014-11-28  Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28  Michal Schmidttreewide: yet more log_*_errno + return simplifications
2014-11-28  Michal Schmidttreewide: more log_*_errno() conversions, multiline...
2014-11-28  Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28  Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-22  Zbigniew Jędrzejew... Do not check for existence of remote binaries
2014-08-04  Lennart Poetteringbus: always explicitly close bus from main programs
2014-08-04  Zbigniew Jędrzejew... Unify parse_argv style
2014-07-26  Karel ZakAlways check asprintf return code
2014-05-26  Thomas Bächleranalyze/run: use bus_open_transport_systemd instead...
2014-05-15  Zbigniew Jędrzejew... Remove unnecessary casts in printfs
2014-03-05  Lennart Poetteringsystemd-run: don't print error messages twice
2014-03-05  Lennart Poetteringsystemd-run: make sure --nice=, --uid=, --gid=, --seten...
2014-03-05  Lennart Poetteringsystemd-run: add some extra safety checks
2014-03-05  Lennart Poetteringsystemd-run: add new --property= switch that can set...
2014-02-19  Lennart Poetteringapi: in constructor function calls, always put the...
2014-02-05  Lennart Poetteringnspawn: add --quiet switch for turning off any output...
2014-02-05  Lennart Poetteringcore: allow User=, Group=, Nice=, Environment=, Type...
2014-01-31  Lennart Poetteringrun: drop mistakenly committed test code
2014-01-31  Lennart Poetteringcore: introduce new stop protocol for unit scopes
2013-12-26  Zbigniew Jędrzejew... Use enums to make it obvious what boolean params mean
2013-12-26  Zbigniew Jędrzejew... systemctl: allow globbing in commands which take multip...
2013-11-21  Lennart Poetteringlogind,machined,run: properly invoke StartTransientUnit...
2013-11-11  Lennart Poetteringbus: rename sd_bus_send_with_reply_and_block() to sd_bu...
2013-11-08  Lennart Poetteringbus: port remaining code over to use bus_error_message()
2013-11-08  Lennart Poetteringlocalectl: port over to bus_log_create_error()
2013-11-06  Lennart Poetteringclients: unify how we invoke getopt_long()
2013-11-06  Lennart Poetteringrun: support --system to match other commands, even...
2013-10-30  Lennart Poetteringrun: add support for executing commands remotely via...
2013-10-16  Lennart Poetteringtimedated: use libsystemd-bus instead of libdbus for...
2013-09-09  Zbigniew Jędrzejew... Fix two compiler warnings
2013-09-09  Zbigniew Jędrzejew... run: allow non-absolute paths as command
2013-07-30  Lennart Poetteringcore: open up SendSIGHUP property for transient units
2013-07-26  Lennart Poetteringcore: allow setting RemainAfterExit= for transient...
2013-07-19  Lennart Poetteringman: extend systemd-run man page a little
2013-07-01  Lennart Poetteringcore: add support to run transient units in arbitrary...
2013-06-30  Lennart Poetteringcore: allow setting of the description string for trans...
2013-06-30  Lennart Poetteringcore: add new "scope" unit type for making a unit of...
2013-06-28  Lennart Poetteringcore: add transient units