Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactor XDG base directory iterator API | June McEnroe | 2021-10-05 |
| | | | | Finally something more reasonable for call sites. | ||
* | Tighten up XDG base directory path handling | June McEnroe | 2021-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 catgirl | June McEnroe | 2020-08-24 |