summaryrefslogtreecommitdiff
path: root/src/shared/path-util.c
Commit message (Expand)AuthorAge
* path-util: Fix path_is_mount_point for parent mount points in symlink modeMartin Pitt2017-03-14
* path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt2017-03-14
* path-util: Fix path_is_mount_point for filesMartin Pitt2017-03-14
* util: add generic calls for prefixing a root directory to a pathLennart Poettering2017-03-14
* path-util: fix fstat fallback in fd_is_mount_pointThomas Hindoe Paaboel Andersen2017-03-14
* path-util: make use of "mnt_id" field exported in /proc/self/fdinfo/<fd> to t...Lennart Poettering2017-03-14
* path-util: don't eat up ENOENT in path_is_mount_point()Lennart Poettering2017-03-14
* path-util: make sure fd_is_mount_point() returns true for root directoryLennart Poettering2017-03-14
* path-util: if parent can do name_to_handle() but relevant dir not, it's a mou...Lennart Poettering2017-03-14
* rm-rf: never cross mount pointsLennart Poettering2017-03-14
* shared: add path_compare(), an ordering path comparisonMichal Schmidt2015-03-16
* path-util: fix path_is_mount_point() for symlinksHarald Hoyer2015-03-10
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* core, shared: in deserializing, match same files reached via different pathsMichal Schmidt2015-02-20
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-03
* Add initialization helper for file_handle_unionZbigniew Jędrzejewski-Szmek2015-01-18
* path-util: plug leakTom Gundersen2015-01-08
* path-util: fix breakage in path_is_mount_pointDave Reisner2014-12-18
* path: make the check for unsupported name_to_handle_at symmetricZbigniew Jędrzejewski-Szmek2014-12-17
* path: follow symbolic link for parent path (2)Umut Tezduyar Lindskog2014-12-17
* path: follow symbolic link for parent pathUmut Tezduyar Lindskog2014-12-16
* shared: path-util - memory leakTom Gundersen2014-12-16
* systemctl: refuse to edit runtime dropins when they already exist in /etcZbigniew Jędrzejewski-Szmek2014-12-16
* path-util: no need to check whether p is absolute twiceLennart Poettering2014-12-12
* Do not check for existence of remote binariesZbigniew Jędrzejewski-Szmek2014-11-22
* util: try to be a bit more NFS compatible when checking whether an FS is writ...Lennart Poettering2014-08-18
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* Add utility function to append root to pathZbigniew Jędrzejewski-Szmek2014-07-26
* Fix typoZbigniew Jędrzejewski-Szmek2014-07-07
* fsck: consider a fsck implementation linked to /bin/true non-existantLennart Poettering2014-06-25
* use more _cleanup_ macroRonny Chevalier2014-06-24
* shared: rename path_strv_canonicalize_absolute functionsMichael Marineau2014-06-20
* os-release: define /usr/lib/os-release as fallback for /etc/os-releaseLennart Poettering2014-06-13
* path-util: fix missing terminating zeroTanu Kaskinen2014-05-25
* path-util: add path_make_relative()Tanu Kaskinen2014-05-16
* Make systemctl --root look for files in the proper placesZbigniew Jędrzejewski-Szmek2014-05-15
* util: make sure all our name_to_handle_at() code makes use of file_handle_unionLennart Poettering2014-04-24
* condense assignment and path_kill_slashes callsDave Reisner2014-04-21
* path-util: also check for existence of binary when given absolute pathZbigniew Jędrzejewski-Szmek2014-04-12
* fsck: Search for fsck.type in PATHMike Gilbert2014-04-12
* shared: include root when canonicalizing conf pathsMichael Marineau2014-02-14
* No need to canonicalize fixed pathsZbigniew Jędrzejewski-Szmek2014-01-08
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-24
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-06
* path-util: paths_check_timestamp() opimizationsLennart Poettering2013-11-06
* path_check_timestamp: only keep the most recent timestampTom Gundersen2013-10-29
* udev: move udev_rules_check_timestamp to sharedTom Gundersen2013-10-26
* Fix two compiler warningsZbigniew Jędrzejewski-Szmek2013-09-09
* run: allow non-absolute paths as commandZbigniew Jędrzejewski-Szmek2013-09-09
* path-util.c: small modernizationZbigniew Jędrzejewski-Szmek2013-09-09