summaryrefslogtreecommitdiff
path: root/src/basic/fs-util.c
AgeCommit message (Expand)Author
2017-01-31util-lib: Fix chase_symlinks() with absolute symlinks (#5185)3chas3
2016-12-20util-lib: accept invoking chase_symlinks() with a NULL return parameterLennart Poettering
2016-12-09tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)Reverend Homer
2016-12-01util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENTLennart Poettering
2016-12-01fs-util: add new CHASE_NON_EXISTING flag to chase_symlinks()Lennart Poettering
2016-12-01fs-util: add flags parameter to chase_symlinks()Lennart Poettering
2016-12-01fs-util: change chase_symlinks() behaviour in regards to escaping the root dirLennart Poettering
2016-12-01fs-util: add chase_symlinks_prefix() and extend commentsLennart Poettering
2016-12-01tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek
2016-10-16tree-wide: introduce free_and_replace helperZbigniew Jędrzejewski-Szmek
2016-09-25namespace: chase symlinks for mounts to set up in userspaceLennart Poettering
2016-08-04util-lib: rework /tmp and /var/tmp handling codeLennart Poettering
2016-06-30journalctl: Make temporary files directory configurable (#3574)ottopotto
2016-04-25journal: add inotify watches by-fd instead of by-pathLennart Poettering
2016-02-13util: drop two unused calls from src/basic/Lennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-29basic: fix touch() creating files with 07777 modeMantas Mikulėnas
2016-01-13tree-wide: check if errno is greater than zero (2)Zbigniew 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-12install: follow unit file symlinks in /usr, but not /etc when looking for [In...Lennart Poettering
2015-11-11util-lib: use MODE_INVALID as invalid value for mode_t everywhereLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27macro.h: move definition of MODE_INVALID to parse-util.hLennart Poettering
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering