Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use -std=c17 -Wpedantic | Egor Tensin | 2023-05-13 |
| | |||
* | get rid of __attribute__((constructor)) | Egor Tensin | 2023-05-06 |
| | | | | Explicit is better than implicit. | ||
* | add copyright notices | Egor Tensin | 2022-12-02 |
| | |||
* | don't use the latest glibc features | Egor Tensin | 2022-08-28 |
| | | | | | pthread_attr_setsigmask_np is only available since 2.32, which is too modern. | ||
* | make compilers happier | Egor Tensin | 2022-08-28 |
| | |||
* | worker: allow graceful shutdowns | Egor Tensin | 2022-08-26 |
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. |