summaryrefslogtreecommitdiffstats
path: root/src/util/os_file.c
Commit message (Expand)AuthorAgeFilesLines
* util/os_file: resize buffer to what was actually neededEric Engestrom2019-06-201-0/+11
* util/os_file: suppress sign comparison warningEric Engestrom2019-06-091-1/+1
* util/os_file: fix error being sign-cast back and forthEric Engestrom2019-06-091-1/+1
* util/os_file: avoid shadowing read() with a local variableEric Engestrom2019-06-091-5/+5
* util/os_file: actually return the error read() gave usEric Engestrom2019-06-091-1/+3
* util/os_file: always use the 'grow' mechanismEric Engestrom2019-05-161-42/+20
* util: move #include out of #if linuxEric Engestrom2019-05-011-1/+1
* util: add os_read_file() helperEric Engestrom2019-04-301-0/+129