summaryrefslogtreecommitdiff
path: root/src/util/os_file.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-18util: introduce os_dupfd_cloexec() helperEric Engestrom1-0/+49
2020-06-18util/os_file: replace broken windows-detection code with detect_os.hEric Engestrom1-3/+3
2020-03-24util/os_file: extend os_read_file to return the file sizePierre-Eric Pelloux-Prayer1-2/+5
2020-02-21util: Change os_same_file_description return type from bool to intMichel Dänzer1-7/+11
2020-02-20util: remove the dependency on kcmp.hMarek Olšák1-1/+2
2020-01-23util: Add os_same_file_description helperMichel Dänzer1-0/+23
2019-09-04util/os_file: fix double-close()Eric Engestrom1-1/+0
2019-06-28util: add os_file_create_unique()Eric Engestrom1-0/+23
2019-06-20util/os_file: resize buffer to what was actually neededEric Engestrom1-0/+11
2019-06-09util/os_file: suppress sign comparison warningEric Engestrom1-1/+1
2019-06-09util/os_file: fix error being sign-cast back and forthEric Engestrom1-1/+1
2019-06-09util/os_file: avoid shadowing read() with a local variableEric Engestrom1-5/+5
2019-06-09util/os_file: actually return the error read() gave usEric Engestrom1-1/+3
2019-05-16util/os_file: always use the 'grow' mechanismEric Engestrom1-42/+20
2019-05-01util: move #include out of #if linuxEric Engestrom1-1/+1
2019-04-30util: add os_read_file() helperEric Engestrom1-0/+129