about summary refs log tree commit diff
path: root/compat.h (follow)
Commit message (Collapse)AuthorAge
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
| | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
* Update compat.h for split read/write streamsJune McEnroe2020-05-01
|
* Call fopencookie with a+June McEnroe2020-01-28
| | | | | Otherwise interleaved reads and writes can interfere with each other, since you're supposed to have intervening fseeks.
* Add (GNU/)Linux compatibilityJune McEnroe2019-12-23
Implements a dumb version of readpassphrase that calls getpass and implements funopen in terms of fopencookie.