summaryrefslogtreecommitdiff
path: root/src/basic
AgeCommit message (Expand)Author
2016-01-13basic: add ascii_strcasecmp_nn() callLennart Poettering
2016-01-13basic: add new ascii_strcasecmp_n() callLennart Poettering
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack
2016-01-12capabilities: added support for ambient capabilities.Ismo Puustinen
2016-01-12capabilities: keep bounding set in non-inverted format.Ismo Puustinen
2016-01-11resolved: when we get a TCP connection failure, try againLennart Poettering
2016-01-11shared: make sure foo.bar and foobar result in different domain name hashesLennart Poettering
2016-01-11basic: split hash functions into their own header filesLennart Poettering
2016-01-11basic: introduce generic ascii_strlower_n() call and make use of it everywhereLennart Poettering
2016-01-11macro.h: provide a switch-case statement generator for IN_SETDaniel Mack
2016-01-05basic: add string table macros for "extended boolean" enumsLennart Poettering
2016-01-03Merge pull request #2245 from ssahani/socket1Lennart Poettering
2016-01-02basic: modernize conf-files.c a bitLennart Poettering
2015-12-31core: socket options fix SCTP_NODELAYSusant Sahani
2015-12-26bitmap: don't do bitwise XOR on booleansLennart Poettering
2015-12-26util-lib: make sure more bitmap calls can deal with NULL objects fineLennart Poettering
2015-12-15basic: ENABLE_DEBUG_HASHMAP needs <pthread.h>Henrik Kaare Poulsen
2015-12-10Use /proc/net/sockstat6 to detect IPv6 supportJorgen Schaefer
2015-12-07basic: add RB-Tree implementationDavid Herrmann
2015-12-03journal: unbreak sd_journal_sendvZbigniew Jędrzejewski-Szmek
2015-12-02tests: turn check if manager cannot be intialized into macroZbigniew Jędrzejewski-Szmek
2015-12-01basic/virt: add missing includes to compile on ppc64Zbigniew Jędrzejewski-Szmek
2015-12-01basic: re-sort includesThomas Hindoe Paaboel Andersen
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen
2015-11-27selinux: split up mac_selinux_have() from mac_selinux_use()Lennart Poettering
2015-11-27util-lib: move nss-util.h from shared/ to basic/Lennart Poettering
2015-11-27resolved: fix typo in in_addr_is_localhost()Mantas Mikulėnas
2015-11-27resolved: never cache RRs originating from localhostLennart Poettering
2015-11-25util-lib: add ordered_set_ensure_allocated()Lennart Poettering
2015-11-24basic: fix build on architectures with small longHelmut Grohne
2015-11-23escape: add cescape_length() call as generalization of cescape()Lennart Poettering
2015-11-23virt: add comment about order in virtualization detectionChristian Hesse
2015-11-23virt: detect dmi before cpuidChristian Hesse
2015-11-19Merge pull request #1947 from phomes/sort-includes2Lennart Poettering
2015-11-19Merge pull request #1931 from bengal/dhcp-fqdn-v2Tom Gundersen
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-11-17calendarspec: sub-second support, v3Hristo Venev
2015-11-17hostname-util: fix code commentBeniamino Galvani
2015-11-17siphash: minor coding style fixes and modernizationsLennart Poettering
2015-11-17siphash: fix another alignment issueLennart Poettering
2015-11-17tree-wide: make macros for converting fds to pointers and back generic and us...Lennart Poettering
2015-11-17tree-wide: use right cast macros for UIDs, GIDs and PIDsLennart Poettering
2015-11-17Merge pull request #1923 from zonque/siphashLennart Poettering
2015-11-16siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-16Merge pull request #1916 from zonque/alignTom Gundersen
2015-11-16Merge pull request #1915 from poettering/btrfs-root-subvolDavid Herrmann
2015-11-16tmpfiles: create subvolumes for "v", "q", and "Q" only if / is a subvolumeLennart Poettering
2015-11-16siphash24: change result argument to uint64_tMartin Pitt
2015-11-16siphash24: fix memory alignmentDaniel Mack