Age | Commit message (Expand) | Author |
2016-01-13 | basic: add ascii_strcasecmp_nn() call | Lennart Poettering |
2016-01-13 | basic: add new ascii_strcasecmp_n() call | Lennart Poettering |
2016-01-12 | tree-wide: use xsprintf() where applicable | Daniel Mack |
2016-01-12 | capabilities: added support for ambient capabilities. | Ismo Puustinen |
2016-01-12 | capabilities: keep bounding set in non-inverted format. | Ismo Puustinen |
2016-01-11 | resolved: when we get a TCP connection failure, try again | Lennart Poettering |
2016-01-11 | shared: make sure foo.bar and foobar result in different domain name hashes | Lennart Poettering |
2016-01-11 | basic: split hash functions into their own header files | Lennart Poettering |
2016-01-11 | basic: introduce generic ascii_strlower_n() call and make use of it everywhere | Lennart Poettering |
2016-01-11 | macro.h: provide a switch-case statement generator for IN_SET | Daniel Mack |
2016-01-05 | basic: add string table macros for "extended boolean" enums | Lennart Poettering |
2016-01-03 | Merge pull request #2245 from ssahani/socket1 | Lennart Poettering |
2016-01-02 | basic: modernize conf-files.c a bit | Lennart Poettering |
2015-12-31 | core: socket options fix SCTP_NODELAY | Susant Sahani |
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 |