summaryrefslogtreecommitdiff
path: root/src/basic/fdset.c
AgeCommit message (Expand)Author
2016-06-23build-sys: move fdset.[ch] src/basic → src/shared (#3580)Lennart Poettering
2016-04-28tree-wide: rename hidden_file to hidden_or_backup_file and optimizeZbigniew Jędrzejewski-Szmek
2016-02-13util: drop two unused calls from src/basic/Lennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-12-01basic: re-sort includesThomas Hindoe Paaboel Andersen
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen
2015-11-17tree-wide: make macros for converting fds to pointers and back generic and us...Lennart Poettering
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-10-31core: constify a few thingsLennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[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-09-09tree-wide: don't do assignments within if checksLennart Poettering
2015-06-14hashmap: fix iterators to not skip entriesDavid Herrmann
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers