aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/worker.c (follow)
Commit message (Expand)AuthorAge
* ci_queue -> run_queueEgor Tensin2023-05-13
* command: refactoringEgor Tensin2023-05-13
* best practices & coding style fixesEgor Tensin2023-05-13
* add command module to handle request-response communicationsEgor Tensin2023-05-13
* add a TODO noteEgor Tensin2023-05-06
* shut down server/workers gracefully on SIGTERMEgor Tensin2023-05-06
* get rid of __attribute__((constructor))Egor Tensin2023-05-06
* make struct ci_queue_entry opaqueEgor Tensin2023-04-29
* make struct worker opaqueEgor Tensin2023-04-29
* rename commandsEgor Tensin2023-04-27
* add copyright noticesEgor Tensin2022-12-02
* log: refactoringEgor Tensin2022-09-08
* sanitize #include-sEgor Tensin2022-09-08
* update command namesEgor Tensin2022-08-28
* worker: fix a crashEgor Tensin2022-08-28
* make proper "error" messagesEgor Tensin2022-08-28
* make compilers happierEgor Tensin2022-08-28
* holy crap, it actually kinda works nowEgor Tensin2022-08-28
* add check_errno macroEgor Tensin2022-08-26
* fix pthread error handlingEgor Tensin2022-08-26
* worker: allow graceful shutdownsEgor Tensin2022-08-26
* worker: capture process outputEgor Tensin2022-08-26
* add some more codeEgor Tensin2022-08-26