summaryrefslogtreecommitdiff
path: root/xdg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrights, authorsJune McEnroe2022-07-171-1/+1
|
* Refactor XDG base directory iterator APIC. McEnroe2021-10-051-48/+41
| | | | Finally something more reasonable for call sites.
* Tighten up XDG base directory path handlingC. McEnroe2021-01-281-25/+13
| | | | | | | Don't search base directories if path starts with "/", "./" or "../", but still do if the path simply starts with ".". Bail early if HOME is needed but unset. Don't attempt to open the original path in configOpen and dataOpen.
* Import xdg.c from catgirlC. McEnroe2020-08-241-0/+150