aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/os_file.c
Commit message (Expand)AuthorAgeFilesLines
* util: Change os_same_file_description return type from bool to intMichel Dänzer2020-02-211-7/+11
* util: remove the dependency on kcmp.hMarek Olšák2020-02-201-1/+2
* util: Add os_same_file_description helperMichel Dänzer2020-01-231-0/+23
* util/os_file: fix double-close()Eric Engestrom2019-09-041-1/+0
* util: add os_file_create_unique()Eric Engestrom2019-06-281-0/+23
* 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