Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow interspersing flags and config files 1.7 | June McEnroe | 2021-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 catgirl | June McEnroe | 2020-08-20 |
| | |||
* | Say "OpenSSL" in additional permission notices | June McEnroe | 2020-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 LibreSSL | June McEnroe | 2020-06-08 |
| | | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | ||
* | Search for config files in XDG base directories | June McEnroe | 2020-01-11 |
| | |||
* | Import getopt_config from pounce | June McEnroe | 2020-01-04 |