summaryrefslogtreecommitdiff
path: root/src/util/fs_path.c
Commit message (Expand)AuthorAgeFilesLines
* utf8: add conversion with size and refactor namesEdward Thomson2023-03-211-1/+1
* repo: don't fail on strange win32 pathsEdward Thomson2023-02-181-1/+1
* repo: allow users running with sudo to access their repositoriesEdward Thomson2022-07-121-14/+37
* fs: allow ownership match if user is in admin groupEdward Thomson2022-07-071-6/+18
* fs: refactor file ownership checksEdward Thomson2022-07-071-88/+42
* fs: remove mock naming from change ownership constantsEdward Thomson2022-07-071-10/+10
* fs_path: mock ownership checksEdward Thomson2022-04-111-0/+42
* fs_path: refactor ownership checks into current user and systemEdward Thomson2022-04-111-55/+172
* fs_path: exit quickly in `dirname_r` failureEdward Thomson2022-02-271-6/+4
* refactor: make util an object libraryEdward Thomson2022-02-221-0/+1920