about summary refs log tree commit diff
path: root/xdg.c (follow)
Commit message (Collapse)AuthorAge
* Update copyrights, authorsJune McEnroe2022-07-17
|
* Refactor XDG base directory iterator APIJune McEnroe2021-10-05
| | | | Finally something more reasonable for call sites.
* Tighten up XDG base directory path handlingJune McEnroe2021-01-28
| | | | | | | 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 catgirlJune McEnroe2020-08-24