summary refs log tree commit diff
path: root/config.c (follow)
Commit message (Collapse)AuthorAge
* Allow interspersing flags and config files 1.7June McEnroe2021-01-15
| | | | | | Don't wait for getopt_long to move all the arguments to the end. This allows overriding options set by config files by placing flags after them on the command line.
* Import xdg.c from catgirlJune McEnroe2020-08-20
|
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-10
| | | | | | | LibreSSL is "a modified version of that library". Oops, should've done this before tagging, but I don't think it matters much. They're both versions of the same library, right?
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
| | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
* Search for config files in XDG base directoriesJune McEnroe2020-01-11
|
* Import getopt_config from pounceJune McEnroe2020-01-04