Age | Commit message (Expand) | Author |
---|---|---|
2024-10-08 | Fix gcc warning -Wmissing-field-initializers | Lulu |
2024-07-24 | fix building with Musl, fixing static builds | Qyriad |
2024-07-06 | libutil: return sources from runProgram2 | eldritch horrors |
2024-07-05 | libutil: return a program handle from runProgram2 | eldritch horrors |
2024-06-23 | libutil: remove runProgram2 stdin functionality | eldritch horrors |
2024-06-23 | libutil: return Pid from startProcess, not pid_t | eldritch horrors |
2024-06-23 | libutil: give Pid proper resource semantics | eldritch horrors |
2024-06-23 | libutil: make Pid -> pid_t operations explicit | eldritch horrors |
2024-05-29 | Remove 100s of CPU time (10%) from build times (1465s -> 1302s) | Jade Lovelace |
2024-05-29 | util.{hh,cc}: Split out processes.{hh,cc} | Tom Hubrecht |