Age | Commit message (Expand) | Author |
2015-10-07 | Merge pull request #1484 from poettering/ask-pass-kernel-keyring | Daniel Mack |
2015-10-07 | basic: fix env expansion for strings leading with two dollar signs | Michal Schmidt |
2015-10-07 | ask-password: add support for caching passwords in the kernel keyring | Lennart Poettering |
2015-10-06 | siphash24: unify API | Tom Gundersen |
2015-10-06 | test: hashmap - increase number of entries for crippled hash test | Michal Schmidt |
2015-10-06 | Merge pull request #1465 from teg/siphash24 | Lennart Poettering |
2015-10-06 | Merge pull request #1468 from poettering/fdnames | Tom Gundersen |
2015-10-06 | core: add support for naming file descriptors passed using socket activation | Lennart Poettering |
2015-10-05 | hashmap: refactor hash_func | Tom Gundersen |
2015-10-05 | test: hashmap - cripple the hash function by truncating the input rather than... | Tom Gundersen |
2015-10-05 | test: siphash24 - verify internal state and composability | Tom Gundersen |
2015-10-05 | test: siphash24 - add regression test | Tom Gundersen |
2015-10-02 | util: rework fgetxattrat_fake() to use O_PATH | Lennart Poettering |
2015-09-30 | basic: split out cpu set specific APIs into cpu-set-util.[ch] | Lennart Poettering |
2015-09-30 | util: rename parse_cpu_set() to parse_cpu_set_and_warn() | Lennart Poettering |
2015-09-30 | fileio: make get_status_field() more generic | Aaro Koskinen |
2015-09-29 | systemctl: move strv_skip_first() out of systemctl.c | Lennart Poettering |
2015-09-24 | util: Add test for parse_cpu_set | Filipe Brandenburger |
2015-09-24 | s390: add personality support | Hendrik Brueckner |
2015-09-22 | cgtop: underline table header | Lennart Poettering |
2015-09-21 | core: fix group ownership when Group is set | Ronny Chevalier |
2015-09-21 | test-execute: add tests for RuntimeDirectory | Ronny Chevalier |
2015-09-11 | util: remove ring.[ch] + pty.[ch] and tests | Lennart Poettering |
2015-09-10 | tree-wide: never use the off_t unless glibc makes us use it | Lennart Poettering |
2015-09-09 | tree-wide: update empty-if coccinelle script to cover empty-while and more | Lennart Poettering |
2015-09-09 | tree-wide: don't do assignments within if checks | Lennart Poettering |
2015-09-07 | basic: rework virtualization detection API | Lennart Poettering |
2015-09-07 | tests: Skip test-cgroup-util test_mask_supported() when not running under sys... | Martin Pitt |
2015-09-05 | Merge pull request #1140 from poettering/sd-event-signals | David Herrmann |
2015-09-04 | tests: Skip tests which need to access /sys/fs/cgroup if that is not available | Martin Pitt |
2015-09-04 | test: add one more test case for parse_pid() | Lennart Poettering |
2015-09-04 | cgroup: always read the supported controllers from the root cgroup of the loc... | Lennart Poettering |
2015-09-04 | util: document why parse_uid() returns ENXIO | Lennart Poettering |
2015-09-01 | core: unified cgroup hierarchy support | Lennart Poettering |
2015-09-01 | cgroup: drop "ignore_self" argument from cg_is_empty() | Lennart Poettering |
2015-08-25 | test-util: fix a memleak | Thomas Hindoe Paaboel Andersen |
2015-08-21 | dns-domain: add call for concatenating two domain names | Lennart Poettering |
2015-08-07 | strv: Add strv_shell_escape | Richard Maw |
2015-08-07 | util: Add shell_escape | Richard Maw |
2015-08-07 | strv: convert strv_split_quotes into a generic strv_split_extract | Richard Maw |
2015-08-07 | util: Allow non-separator coalescing parsing in extract_first_word | Richard Maw |
2015-08-07 | util: Don't interpret quotes by default in extract_first_word | Richard Maw |
2015-08-07 | util: change unquote_*_word to extract_*_word | Richard Maw |
2015-08-07 | Convert unquote_*_word users to expect isempty(p) after the last entry | Richard Maw |
2015-08-05 | Merge branch 'hostnamectl-dot-v2' | Zbigniew Jędrzejewski-Szmek |
2015-08-05 | hostname-util: get rid of unused parameter of hostname_cleanup() | Zbigniew Jędrzejewski-Szmek |
2015-08-05 | hostname-util: add relax parameter to hostname_is_valid | Zbigniew Jędrzejewski-Szmek |
2015-08-06 | tree-wide: fix indentation | Thomas Hindoe Paaboel Andersen |
2015-08-04 | basic: add LIST_INSERT_BEFORE | Alex Crawford |
2015-07-31 | Merge pull request #812 from zonque/test | David Herrmann |