Age | Commit message (Expand) | Author |
2013-05-06 | systemd-sleep: add support for freeze and standby | Zbigniew Jędrzejewski-Szmek |
2013-05-03 | cgroup: when escaping a cgroup object name, also escape names that start with... | Lennart Poettering |
2013-05-03 | test-hashmap.c: add unit-test for hashmap | Daniel Buch |
2013-05-01 | cgls: add --machine/-M | Zbigniew Jędrzejewski-Szmek |
2013-04-30 | id128: when taking user input for a 128bit ID, validate syntax | Lennart Poettering |
2013-04-25 | Use attribute(unused) in PROTECT_ERRNO | Zbigniew Jędrzejewski-Szmek |
2013-04-25 | util: rework safe_atod() to be locale-independent | Lennart Poettering |
2013-04-24 | cgroup: always validate cgroup controller names | Lennart Poettering |
2013-04-24 | Add set_consume which always takes ownership | Zbigniew Jędrzejewski-Szmek |
2013-04-22 | cgroup: make sure all our cgroup objects have a suffix and are properly escaped | Lennart Poettering |
2013-04-22 | nspawn: suffix the nspawn cgroups with ".nspawn" | Lennart Poettering |
2013-04-18 | fileio.c: do not parse comments after non-whitespace chars | Harald Hoyer |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-04-17 | core/execute: report invalid environment variables from files | Harald Hoyer |
2013-04-17 | fileio:parse_env_file_internal() fix environment file parsing | Harald Hoyer |
2013-04-17 | Report about syntax errors with metadata | Zbigniew Jędrzejewski-Szmek |
2013-04-17 | core: log a few more things under UNIT=... | Zbigniew Jędrzejewski-Szmek |
2013-04-16 | util: make generation of profcs PID paths nicer | Lennart Poettering |
2013-04-16 | nspawn: introduce the new /machine/ tree in the cgroup tree and move containe... | Lennart Poettering |
2013-04-15 | core: always create /user and /machine top-level cgroup dirs | Lennart Poettering |
2013-04-15 | bus: handle env vars safely | Lennart Poettering |
2013-04-13 | fileio: in envfiles, do not skip lines following empty lines | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | test-strv: do not declare table to be sorted const | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63U | Cristian Rodríguez |
2013-04-04 | util: make time formatting a bit smarter | Lennart Poettering |
2013-04-03 | time: add suppot for fractional time specifications | Lennart Poettering |
2013-04-03 | fileio: write proper env var write-out code | Lennart Poettering |
2013-04-03 | shared: rework env file reader | Lennart Poettering |
2013-03-29 | test-path-util: fix another stupid test failure | Zbigniew Jędrzejewski-Szmek |
2013-03-29 | test-path-util: fix botched test | Zbigniew Jędrzejewski-Szmek |
2013-03-28 | tests: add some silly tests for path-util.c | Zbigniew Jędrzejewski-Szmek |
2013-03-26 | tests: skip bus test if bus cannot be opened | Zbigniew Jędrzejewski-Szmek |
2013-03-26 | tests: fix size_t in format string | Zbigniew Jędrzejewski-Szmek |
2013-03-26 | Simplify the meaning of %s | Zbigniew Jędrzejewski-Szmek |
2013-03-22 | util: be more picky when validating hostnames | Lennart Poettering |
2013-03-21 | shared: add simple priority queue implementation | Lennart Poettering |
2013-03-18 | test-strv.c: test STRV_FOREACH_PAIR macro | Daniel Buch |
2013-03-15 | core: reuse the same /tmp, /var/tmp and inaccessible dir | Michal Sekletar |
2013-03-09 | Fix typos of /etc/systemd/systemd | Zbigniew Jędrzejewski-Szmek |
2013-03-07 | test-util: add more tests | Thomas Hindoe Paaboel Andersen |
2013-03-05 | util: properly escape corner cases in bus_path_escape(), too | Lennart Poettering |
2013-02-26 | test-util.c: added hexchar, unhexchar, octchar, unoctchar, decchar, undecchar... | Daniel Buch |
2013-02-25 | tests: add a few more tests to test-util.c | Thomas Hindoe Paaboel Andersen |
2013-02-20 | tests: more tests for util.c | Thomas Hindoe Paaboel Andersen |
2013-02-18 | test-strv.c: ported test_specifier_printf() to _cleanup_free_ + assert_se + c... | Daniel Buch |
2013-02-18 | test-strv.c: added OOM check for current tests | Daniel Buch |
2013-02-18 | test-strv.c: added strv_split_nulstr() test | Daniel Buch |
2013-02-18 | tests: add test of memdup_multiply | Thomas Hindoe Paaboel Andersen |
2013-02-14 | honor SELinux labels, when creating and writing config files | Harald Hoyer |
2013-02-13 | test-strv.c: Changed assert() to assert_se() | Daniel Buch |