Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update compat.h for split read/write streams | June McEnroe | 2020-05-01 |
| | |||
* | Call fopencookie with a+ | June McEnroe | 2020-01-28 |
| | | | | | Otherwise interleaved reads and writes can interfere with each other, since you're supposed to have intervening fseeks. | ||
* | Add (GNU/)Linux compatibility | June McEnroe | 2019-12-23 |
Implements a dumb version of readpassphrase that calls getpass and implements funopen in terms of fopencookie. |