Age | Commit message (Expand) | Author |
2015-11-02 | machine: fix extract_first_word | Susant Sahani |
2015-11-01 | machine: : port to extract_first_word | Susant Sahani |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-08 | machined: when opening a shell via machined, pass tty fds in | Lennart Poettering |
2015-10-08 | basic: move two more terminal-related calls into terminal-util.[ch] | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-09-05 | machine: make sure to call unlockpt() even for local host pty connections | Lennart Poettering |
2015-08-24 | machined: introduce pseudo-machine ".host" refererring to the host system | Lennart Poettering |
2015-08-06 | machined: rework state tracking logic for machines | Lennart Poettering |
2015-08-06 | logind,machined: various smaller cleanups | Lennart Poettering |
2015-07-29 | tree-wide: port everything over to fflush_and_check() | Lennart Poettering |
2015-04-28 | machined: make sure to track machine unit states properly | Lennart Poettering |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-03-15 | Add (void) where we don't care about return value | Zbigniew Jędrzejewski-Szmek |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-17 | machined: make "machinectl copy-to" and "machinectl copy-from" server side op... | Lennart Poettering |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-01-06 | machined: simplification | Lennart Poettering |
2014-12-29 | Revert "machined: don't force terminate registered machines" | Lennart Poettering |
2014-12-28 | machined: Move image discovery logic into src/shared, so that we can make use... | Lennart Poettering |
2014-11-28 | treewide: a few more log_*_errno + return simplifications | 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-28 | log: fix order of log_unit_struct() to match other logging calls | Lennart Poettering |
2014-08-14 | machine_kill(): Don't kill the unit when killing the leader | Eelco Dolstra |
2014-07-31 | Reject invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-10 | machined: allow registering host-side network interfaces for communication wi... | Lennart Poettering |
2014-07-06 | machine: don't return uninitialized variable | Tom Gundersen |
2014-07-03 | machined: don't force terminate registered machines | Lennart Poettering |
2014-06-12 | machine: minor modernizations | Lennart Poettering |
2014-05-22 | machine: escape fields we store in /run, so that they can be properly unescap... | Lennart Poettering |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-03-18 | machined: fix Kill() bus call on machine objects when "what" is specified as ... | Lennart Poettering |
2014-02-19 | make gcc shut up | Lennart Poettering |
2014-02-11 | machined: optionally, allow registration of pre-existing units (scopes | Lennart Poettering |
2014-02-05 | Update some message formats | Zbigniew Jędrzejewski-Szmek |
2013-11-06 | machined: keep track of the initial leader PID of a machine | Lennart Poettering |
2013-11-05 | machined: simplifications | Lennart Poettering |
2013-10-30 | machined: port over to libsystemd-bus | Lennart Poettering |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering |
2013-07-11 | machined: forward scope properties array from client to systemd | Lennart Poettering |
2013-07-10 | logind: when creating the scope job fails, return this immediately to the cli... | Lennart Poettering |
2013-07-02 | machine: fix -Wmaybe-uninitialized warning | Dave Reisner |
2013-07-02 | machine: fix scope allocation | Lennart Poettering |
2013-07-02 | logind: after deserializatio readd systemd units to unit-to-object hashmap co... | Lennart Poettering |
2013-07-02 | machined: split out machine registration stuff from logind | Lennart Poettering |