Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: Add os_same_file_description helper | Michel Dänzer | 2020-01-23 | 1 | -0/+23 |
* | util/os_file: fix double-close() | Eric Engestrom | 2019-09-04 | 1 | -1/+0 |
* | util: add os_file_create_unique() | Eric Engestrom | 2019-06-28 | 1 | -0/+23 |
* | util/os_file: resize buffer to what was actually needed | Eric Engestrom | 2019-06-20 | 1 | -0/+11 |
* | util/os_file: suppress sign comparison warning | Eric Engestrom | 2019-06-09 | 1 | -1/+1 |
* | util/os_file: fix error being sign-cast back and forth | Eric Engestrom | 2019-06-09 | 1 | -1/+1 |
* | util/os_file: avoid shadowing read() with a local variable | Eric Engestrom | 2019-06-09 | 1 | -5/+5 |
* | util/os_file: actually return the error read() gave us | Eric Engestrom | 2019-06-09 | 1 | -1/+3 |
* | util/os_file: always use the 'grow' mechanism | Eric Engestrom | 2019-05-16 | 1 | -42/+20 |
* | util: move #include out of #if linux | Eric Engestrom | 2019-05-01 | 1 | -1/+1 |
* | util: add os_read_file() helper | Eric Engestrom | 2019-04-30 | 1 | -0/+129 |