summaryrefslogtreecommitdiff
path: root/src/machine/machinectl.c
AgeCommit message (Expand)Author
2015-09-22cgtop: underline table headerLennart Poettering
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-09-01cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering
2015-08-26machinectl: pass $TERM into "machinectl shell" sessionsLennart Poettering
2015-08-25machinectl: remove unused variableThomas Hindoe Paaboel Andersen
2015-08-24machinectl: extend the "shell" syntax to take user@container namesLennart Poettering
2015-08-24machinectl: make machine name parameters for "shell" and "login" optionalLennart Poettering
2015-08-24machinectl: don't show ".host" pseudo-machine in list by defaultLennart Poettering
2015-08-24machined: introduce pseudo-machine ".host" refererring to the host systemLennart Poettering
2015-08-24util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering
2015-08-24machinectl: add new "machinectl shell" commandLennart Poettering
2015-08-04machinectl: support relative host paths in copy-{from,to}Richard Maw
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering
2015-06-14tree-wide: fix memory leaks in users of bus_map_all_properties()David Herrmann
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-05-15systemctl: introduce --now for enable, disable and maskJan Synacek
2015-05-06machinectl: remove unused variableThomas Hindoe Paaboel Andersen
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
2015-03-10man: document "machinectl export-tar" and "export-raw"Lennart Poettering
2015-03-09machinectl: remove unused variablesThomas Hindoe Paaboel Andersen
2015-03-09importd: add API for exporting container/VM imagesLennart Poettering
2015-03-05machinectl: minor --help text improvementsLennart Poettering
2015-03-05importd: add new bus calls for importing local tar and raw imagesLennart Poettering
2015-03-02machinectl: update --help text to clarify that set-limit can also change pool...Lennart Poettering
2015-02-25machined,machinectl: add calls for changing container/VM quotasLennart Poettering
2015-02-24machined/machinectl: when "machinectl image-status" is used without arguments...Lennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-18nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1Lennart Poettering
2015-02-18machinectl: issue all bus commands while allowing interactive authLennart Poettering
2015-02-17machined: make "machinectl copy-to" and "machinectl copy-from" server side op...Lennart Poettering
2015-02-17machined: move logic for bind mounting into containers from machinectl to mac...Lennart Poettering
2015-02-11tree-wide: whenever we include libgen.h, immediately undefine basename()Lennart Poettering
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-02-02remove unused variablesThomas Hindoe Paaboel Andersen
2015-01-26treewide: fix multiple typosTorstein Husebø
2015-01-24machinectl: fix typoZbigniew Jędrzejewski-Szmek
2015-01-23importd: when listing transfers, show progress percentageLennart Poettering
2015-01-23machinectl: fix handling of --verify= argument for dkr downloadsLennart Poettering
2015-01-22machinectl: when downloading an image, clarify that C-c will not cancel the d...Lennart Poettering
2015-01-22machinectl: minor simplificationLennart Poettering
2015-01-22machinectl: parse verify setting client-sideLennart Poettering
2015-01-22machinectl: various minor updates to the --help textLennart Poettering
2015-01-22import: rename --verify=sum to --verify=checksumLennart Poettering