summaryrefslogtreecommitdiff
path: root/src/basic/path-util.c
Commit message (Expand)AuthorAgeFilesLines
...
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* Use negative_errno() to assert errno is positive after a few system callsZbigniew Jędrzejewski-Szmek2016-01-181-1/+1
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-2/+2
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-6/+4
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-37/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+67
* util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering2015-10-271-0/+43
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-271-199/+0
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-271-45/+30
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* path-util: do not return NULL as intThomas Hindoe Paaboel Andersen2015-10-261-1/+1
* path-util: minor coding style fixLennart Poettering2015-10-261-3/+3
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-8/+9
* path-util: unify how we process paths specified on the command lineLennart Poettering2015-10-241-0/+32
* util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering2015-10-241-23/+37
* path-util: rework find_binary(), fsck_exists() and mkfs_exists()Lennart Poettering2015-10-241-41/+63
* btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering2015-10-221-5/+18
* basic: simplify path_is_mount_point() a bitLennart Poettering2015-07-111-2/+4
* Remove repeated 'the'sZbigniew Jędrzejewski-Szmek2015-07-071-1/+1
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+853