Age | Commit message (Expand) | Author | Files | Lines |
2015-06-14 | tree-wide: fix memory leaks in users of bus_map_all_properties() | David Herrmann | 1 | -15/+33 |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering | 2 | -1/+3 |
2015-05-15 | systemctl: introduce --now for enable, disable and mask | Jan Synacek | 1 | -1/+1 |
2015-05-06 | machinectl: remove unused variable | Thomas Hindoe Paaboel Andersen | 1 | -1/+1 |
2015-05-05 | core: rework unit name validation and manipulation logic | Lennart Poettering | 1 | -25/+30 |
2015-04-29 | sd-bus: allow passing NULL as bus parameter to sd_bus_send() | Lennart Poettering | 2 | -6/+6 |
2015-04-29 | sd-bus: drop bus parameter from message callback prototype | Lennart Poettering | 7 | -123/+107 |
2015-04-28 | machined: make PropertiesChanged match more strict | Lennart Poettering | 1 | -1/+2 |
2015-04-28 | machined: make sure to track machine unit states properly | Lennart Poettering | 3 | -15/+62 |
2015-04-11 | shared: add terminal-util.[ch] | Ronny Chevalier | 1 | -0/+1 |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier | 2 | -0/+2 |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier | 4 | -0/+4 |
2015-03-15 | Add (void) where we don't care about return value | Zbigniew Jędrzejewski-Szmek | 1 | -2/+2 |
2015-03-13 | tree-wide: there is no ENOTSUP on linux | David Herrmann | 1 | -1/+1 |
2015-03-10 | shared: the btrfs quota field is called "referenced" not "referred" | Lennart Poettering | 1 | -2/+2 |
2015-03-10 | man: document "machinectl export-tar" and "export-raw" | Lennart Poettering | 1 | -2/+2 |
2015-03-09 | machinectl: remove unused variables | Thomas Hindoe Paaboel Andersen | 1 | -2/+0 |
2015-03-09 | importd: add API for exporting container/VM images | Lennart Poettering | 1 | -9/+142 |
2015-03-07 | machine: do not rely on asprintf setting arg on error | Zbigniew Jędrzejewski-Szmek | 1 | -3/+5 |
2015-03-05 | machinectl: minor --help text improvements | Lennart Poettering | 1 | -2/+2 |
2015-03-05 | importd: add new bus calls for importing local tar and raw images | Lennart Poettering | 1 | -3/+141 |
2015-03-03 | importd: automatically grow /var/lib/machines/ loopback filesystem during dow... | Lennart Poettering | 1 | -3/+5 |
2015-03-02 | machined: also set up /var/lib/machines as btrfs, if "machinectl set-limit" i... | Lennart Poettering | 1 | -0/+6 |
2015-03-02 | machinectl: update --help text to clarify that set-limit can also change pool... | Lennart Poettering | 1 | -1/+1 |
2015-03-01 | machined: use x-machine-unix prefix for the container bus on dbus1 | Benjamin Franzke | 1 | -1/+1 |
2015-02-26 | machined: if /var/lib/machines is backed by a loop file, resize it on "machin... | Lennart Poettering | 1 | -0/+4 |
2015-02-25 | machined,machinectl: add calls for changing container/VM quotas | Lennart Poettering | 5 | -1/+162 |
2015-02-24 | machined: fix check if host directory could be opened | Thomas Hindoe Paaboel Andersen | 1 | -1/+1 |
2015-02-24 | machined/machinectl: when "machinectl image-status" is used without arguments... | Lennart Poettering | 2 | -6/+153 |
2015-02-24 | machined: actually open up methods to unprivileged clients on dbus1 | Lennart Poettering | 1 | -0/+72 |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | 9 | -23/+0 |
2015-02-18 | nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1 | Lennart Poettering | 1 | -1/+1 |
2015-02-18 | logind: open up most bus calls for unpriviliged processes, using PolicyKit | Lennart Poettering | 2 | -0/+9 |
2015-02-18 | machinectl: issue all bus commands while allowing interactive auth | Lennart Poettering | 1 | -59/+28 |
2015-02-18 | machined: open up most of machined's commands to unprivileged clients via Pol... | Lennart Poettering | 4 | -19/+145 |
2015-02-17 | machined: make "machinectl copy-to" and "machinectl copy-from" server side op... | Lennart Poettering | 7 | -128/+262 |
2015-02-17 | machined: various simplifications | Lennart Poettering | 1 | -25/+25 |
2015-02-17 | machined: move logic for bind mounting into containers from machinectl to mac... | Lennart Poettering | 4 | -184/+258 |
2015-02-12 | Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC" | Lennart Poettering | 1 | -1/+1 |
2015-02-11 | tree-wide: whenever we include libgen.h, immediately undefine basename() | Lennart Poettering | 1 | -0/+5 |
2015-02-10 | tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC | Cristian Rodríguez | 1 | -1/+1 |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering | 2 | -8/+8 |
2015-02-02 | remove unused variables | Thomas Hindoe Paaboel Andersen | 1 | -1/+0 |
2015-01-26 | treewide: fix multiple typos | Torstein Husebø | 1 | -1/+1 |
2015-01-24 | machinectl: fix typo | Zbigniew Jędrzejewski-Szmek | 1 | -1/+1 |
2015-01-23 | importd: when listing transfers, show progress percentage | Lennart Poettering | 1 | -4/+9 |
2015-01-23 | machinectl: fix handling of --verify= argument for dkr downloads | Lennart Poettering | 1 | -1/+1 |
2015-01-22 | machinectl: when downloading an image, clarify that C-c will not cancel the d... | Lennart Poettering | 1 | -31/+41 |
2015-01-22 | machinectl: minor simplification | Lennart Poettering | 1 | -4/+1 |
2015-01-22 | machinectl: parse verify setting client-side | Lennart Poettering | 1 | -5/+9 |