about summary refs log tree commit diff
path: root/config.c (follow)
Commit message (Collapse)AuthorAge
* Update copyrights, authorsJune McEnroe2022-07-30
|
* Allow interspersing flags and config filesJune McEnroe2021-01-10
| | | | | | 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.
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-04
| | | | LibreSSL is "a modified version of that library".
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
| | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
* Factor out XDG base directory codeJune McEnroe2020-02-10
| | | | | And add warnings to configOpen, since that's the only way to be accurate if a weird error occurs.
* Add -s to save and load buffersJune McEnroe2020-02-10
|
* Use getopt_config to load optionsJune McEnroe2020-02-05
I'm really getting a lot of use out of this config.c huh.