summaryrefslogtreecommitdiff
path: root/src/basic/hostname-util.c
AgeCommit message (Expand)Author
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-08-24util: make hostname_is_valid() easier to readLennart Poettering
2015-08-21hostname-util: introduce new is_gateway_hostname() callLennart Poettering
2015-08-05hostname-util: ignore case when checking if hostname is localhostZbigniew Jędrzejewski-Szmek
2015-08-05hostname-util: get rid of unused parameter of hostname_cleanup()Zbigniew Jędrzejewski-Szmek
2015-08-05hostname-util: add relax parameter to hostname_is_validZbigniew Jędrzejewski-Szmek
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers