Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cargo fmt | syn | 2020-12-08 | 3 | -60/+62 |
| | |||||
* | Some minor refinements | syn | 2020-12-08 | 1 | -1/+1 |
| | |||||
* | Fix maxrss on macos | syn | 2020-02-27 | 1 | -0/+12 |
| | | | | | On BSDs ru_maxrss measures in bytes, so fix output for bsd systems (incl macos) | ||||
* | Workaround wait4 on MacOS | syn | 2020-02-27 | 1 | -1/+16 |
| | | | | | rust's libc does not provide wait4 call on MacOS, so introduce workaround to manually extern it. | ||||
* | Improve error handling | syn | 2020-02-14 | 2 | -6/+51 |
| | |||||
* | timeout'ed waiter for process | syn | 2020-02-09 | 3 | -0/+166 |