Age | Commit message (Expand) | Author |
2014-07-16 | test-tables: add new entries | Zbigniew Jędrzejewski-Szmek |
2014-07-16 | Be more careful when checking for empty files | Zbigniew Jędrzejewski-Szmek |
2014-07-16 | Let config_parse open file where applicable | Zbigniew Jędrzejewski-Szmek |
2014-07-16 | resolved: add CNAME lookup support | Lennart Poettering |
2014-07-16 | missing.h: add IFLA_MACVLAN_FLAGS | Zbigniew Jędrzejewski-Szmek |
2014-07-16 | resolved: support for TCP DNS queries | Lennart Poettering |
2014-07-16 | shared: include stdbool.h in mkdir.h | Sjoerd Simons |
2014-07-15 | Constify ConfigTableItem tables | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | shared/socket-label: fix error message | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | shared/socket-util: add function to query remote address | Zbigniew Jędrzejewski-Szmek |
2014-07-16 | resolve: add distinct bus error code for hosts that exist but lack A or AAAA ... | Lennart Poettering |
2014-07-16 | resolved: add a DNS client stub resolver | Lennart Poettering |
2014-07-13 | fileio: quote more shell characters in envfiles | Mantas Mikulėnas |
2014-07-13 | path-lookup: don't make ~/.local/share/systemd/user a symlink | Tanu Kaskinen |
2014-07-13 | Add function to open temp files in selinux mode | Zbigniew Jędrzejewski-Szmek |
2014-07-11 | shared: fix coding-style for ring-buffer implementation | David Herrmann |
2014-07-11 | shared: add MIN3 macro | David Herrmann |
2014-07-11 | endian: explicitly include endian.h wherever we want to use __BYTE_ORDER | Lennart Poettering |
2014-07-11 | always check for __BYTE_ORDER == __BIG_ENDIAN when checking for endianess | Lennart Poettering |
2014-07-11 | util: fix has cc check and add test | Zbigniew Jędrzejewski-Szmek |
2014-07-10 | nss-myhostname: move NSS boilerplate to nss-util.h | Lennart Poettering |
2014-07-10 | shared: split out in_addr related calls from socket-util.[ch] into its privat... | Lennart Poettering |
2014-07-10 | nss-myhostname: move local address listing logic into shared, so that we can ... | Lennart Poettering |
2014-07-07 | Fix typo | Zbigniew Jędrzejewski-Szmek |
2014-07-07 | shared: fix format string for usec_t type | Lennart Poettering |
2014-07-07 | dropin: add format attribute and fix a wrong caller | Thomas Hindoe Paaboel Andersen |
2014-07-07 | fstab-generator: add comma when removed option is in the middle | Zbigniew Jędrzejewski-Szmek |
2014-07-07 | firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot... | Lennart Poettering |
2014-07-07 | firstboot: follow lock protocol when changing /etc/shadow | Lennart Poettering |
2014-07-07 | base-filesystem.c: terminate string array elements with \0 | Harald Hoyer |
2014-07-07 | firstboot: add new component to query basic system settings on first boot, or... | Lennart Poettering |
2014-07-07 | architecture: add string table entries for mips-le archs which were missing | Lennart Poettering |
2014-07-07 | fileio: simplify write_env_file() | Lennart Poettering |
2014-07-07 | util: don't consider tabs special in string_has_cc() anymore | Lennart Poettering |
2014-07-07 | shared: make timezone and locale enumeration and validation generic | Lennart Poettering |
2014-07-07 | util: consider 0x7F a control chracter (which it is: DEL) | Lennart Poettering |
2014-07-03 | architecture: remove "cris" from uname list | Lennart Poettering |
2014-07-03 | machinectl: show /etc/os-release information of container in status output | Lennart Poettering |
2014-07-03 | architecture: also add tuples for old ARM BE ABI | Lennart Poettering |
2014-07-03 | architecture: add tuple for old arm abi | Zbigniew Jędrzejewski-Szmek |
2014-07-03 | shared: add LIB_ARCH tuples for BE ARM archs | Lennart Poettering |
2014-07-03 | core: introduce exit_status_set_is_empty() to make things a bit easier to read | Lennart Poettering |
2014-07-03 | shared: rename ARCH_TUPLE to LIB_ARCH_TUPLE | Lennart Poettering |
2014-07-03 | exit-status: rename ExitStatusSet's "code" field to "status" | Lennart Poettering |
2014-07-03 | architecture: add tuples for arm | Zbigniew Jędrzejewski-Szmek |
2014-07-03 | arch: add crisv32 to uname check | Umut Tezduyar Lindskog |
2014-07-03 | core: introduce new RestartForceExitStatus= service setting | Lennart Poettering |
2014-07-03 | sd-bus: support connecting to remote hosts, directly into containers | Lennart Poettering |
2014-07-02 | util: when unescaping strings, don't allow smuggling in of additional NUL bytes | Lennart Poettering |
2014-07-02 | util: generalize is_localhost() and use it everywhere where applicable | Lennart Poettering |