about summary refs log tree commit diff
path: root/compat.h (follow)
Commit message (Collapse)AuthorAge
* 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.