Commit message (Collapse) | Author | ||
---|---|---|---|
2023-05-13 | use -std=c17 -Wpedantic | Egor Tensin | |
2023-05-06 | get rid of __attribute__((constructor)) | Egor Tensin | |
Explicit is better than implicit. | |||
2022-12-02 | add copyright notices | Egor Tensin | |
2022-08-28 | don't use the latest glibc features | Egor Tensin | |
pthread_attr_setsigmask_np is only available since 2.32, which is too modern. | |||
2022-08-28 | make compilers happier | Egor Tensin | |
2022-08-26 | worker: allow graceful shutdowns | Egor Tensin | |
Well, maybe "graceful" is a strong word, but now you _can_ do ./server & ./worker & ./client ci_run URL REV && kill "$( pidof worker )" and the worker will wait for the CI run to complete. |