Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |