summaryrefslogtreecommitdiff
path: root/process.cpp
Commit message (Collapse)AuthorAge
* Proper handling of allowBrokenPipeTom Smeding2021-10-17
| | | | Apparently I didn't test this?
* 'writemaybe' command to allow broken pipe errorsTom Smeding2021-10-16
|
* Fix process startup: use execl, not execlptomsmeding2019-02-16
|
* Add referee featurestomsmeding2019-02-16
|
* Fix bugsTom Smeding2018-09-18
| | | | | | - Cleanup open file descriptors properly - Use cout, not cerr - Better error logging, including when a program is killed by a signal
* A few useful error logs in process.cppTom Smeding2018-09-17
|
* Fix wait()'ing on a Process after terminate()'ing ittomsmeding2018-08-29
|
* Compile on mactomsmeding2018-08-29
|
* InitialTom Smeding2018-08-20