summaryrefslogtreecommitdiffstats
path: root/bar.c
Commit message (Collapse)AuthorAgeFilesLines
* util: New close() wrappers to check for EBADF and preserve errnoTavian Barnes2022-01-181-10/+5
|
* util: Tweak the safe read/write functionsTavian Barnes2021-04-151-1/+1
|
* util: add safe_read_all() and safe_write_all() functions.Markus F.X.J. Oberhumer2021-04-151-11/+1
|
* util: introduce safe versions of read & write that handle interruptedMarkus F.X.J. Oberhumer2021-04-151-1/+1
| | | | systems calls.
* Include what I useTavian Barnes2020-11-121-0/+1
| | | | Thanks to https://github.com/include-what-you-use/include-what-you-use
* bar: Implement terminal status barsTavian Barnes2020-11-031-0/+262