Age | Commit message (Expand) | Author |
2015-12-26 | bitmap: don't do bitwise XOR on booleans | Lennart Poettering |
2015-12-26 | util-lib: make sure more bitmap calls can deal with NULL objects fine | Lennart Poettering |
2015-12-15 | basic: ENABLE_DEBUG_HASHMAP needs <pthread.h> | Henrik Kaare Poulsen |
2015-12-10 | Use /proc/net/sockstat6 to detect IPv6 support | Jorgen Schaefer |
2015-12-07 | basic: add RB-Tree implementation | David Herrmann |
2015-12-03 | journal: unbreak sd_journal_sendv | Zbigniew Jędrzejewski-Szmek |
2015-12-02 | tests: turn check if manager cannot be intialized into macro | Zbigniew Jędrzejewski-Szmek |
2015-12-01 | basic/virt: add missing includes to compile on ppc64 | Zbigniew Jędrzejewski-Szmek |
2015-12-01 | basic: re-sort includes | Thomas Hindoe Paaboel Andersen |
2015-11-30 | basic: include only what we use | Thomas Hindoe Paaboel Andersen |
2015-11-27 | selinux: split up mac_selinux_have() from mac_selinux_use() | Lennart Poettering |
2015-11-27 | util-lib: move nss-util.h from shared/ to basic/ | Lennart Poettering |
2015-11-27 | resolved: fix typo in in_addr_is_localhost() | Mantas Mikulėnas |
2015-11-27 | resolved: never cache RRs originating from localhost | Lennart Poettering |
2015-11-25 | util-lib: add ordered_set_ensure_allocated() | Lennart Poettering |
2015-11-24 | basic: fix build on architectures with small long | Helmut Grohne |
2015-11-23 | escape: add cescape_length() call as generalization of cescape() | Lennart Poettering |
2015-11-23 | virt: add comment about order in virtualization detection | Christian Hesse |
2015-11-23 | virt: detect dmi before cpuid | Christian Hesse |
2015-11-19 | Merge pull request #1947 from phomes/sort-includes2 | Lennart Poettering |
2015-11-19 | Merge pull request #1931 from bengal/dhcp-fqdn-v2 | Tom Gundersen |
2015-11-18 | tree-wide: sort includes in *.h | Thomas Hindoe Paaboel Andersen |
2015-11-17 | calendarspec: sub-second support, v3 | Hristo Venev |
2015-11-17 | hostname-util: fix code comment | Beniamino Galvani |
2015-11-17 | siphash: minor coding style fixes and modernizations | Lennart Poettering |
2015-11-17 | siphash: fix another alignment issue | Lennart Poettering |
2015-11-17 | tree-wide: make macros for converting fds to pointers and back generic and us... | Lennart Poettering |
2015-11-17 | tree-wide: use right cast macros for UIDs, GIDs and PIDs | Lennart Poettering |
2015-11-17 | Merge pull request #1923 from zonque/siphash | Lennart Poettering |
2015-11-16 | siphash24: let siphash24_finalize() and siphash24() return the result directly | Daniel Mack |
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen |
2015-11-16 | Merge pull request #1916 from zonque/align | Tom Gundersen |
2015-11-16 | Merge pull request #1915 from poettering/btrfs-root-subvol | David Herrmann |
2015-11-16 | tmpfiles: create subvolumes for "v", "q", and "Q" only if / is a subvolume | Lennart Poettering |
2015-11-16 | siphash24: change result argument to uint64_t | Martin Pitt |
2015-11-16 | siphash24: fix memory alignment | Daniel Mack |
2015-11-16 | basic: add unaligned macros for little endian | Daniel Mack |
2015-11-16 | Merge pull request #1886 from poettering/tasks-max | David Herrmann |
2015-11-16 | virt: sort #includes alphabetically | Martin Pitt |
2015-11-16 | virt: add missing #includes | Martin Pitt |
2015-11-13 | util-lib: when parsing time values, accept "M" as short for "month" | Lennart Poettering |
2015-11-13 | btrfs: properly handle the case when a subvol has no parent | Lennart Poettering |
2015-11-13 | Merge pull request #1879 from poettering/networkd-forward | Tom Gundersen |
2015-11-13 | Merge pull request #1869 from poettering/kill-overridable | Michal Schmidt |
2015-11-13 | util-lib: optionally, when writing a string to a file, verify string on failure | Lennart Poettering |
2015-11-12 | core: remove support for RequiresOverridable= and RequisiteOverridable= | Lennart Poettering |
2015-11-12 | install: follow unit file symlinks in /usr, but not /etc when looking for [In... | Lennart Poettering |
2015-11-12 | journald: rework --sync/--rotate logic to use CLOCK_MONOTONIC timestamp files | Lennart Poettering |
2015-11-11 | Merge pull request #1854 from poettering/unit-deps | Tom Gundersen |
2015-11-11 | util-lib: use MODE_INVALID as invalid value for mode_t everywhere | Lennart Poettering |