aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/run_queue.c (unfollow)
Commit message (Expand)Author
2023-12-30json: add the lib prefix to wrapper functionsEgor Tensin
2023-12-27json: factor out json_object_put into json_freeEgor Tensin
2023-12-12switch to egor@tensin.nameEgor Tensin
2023-11-15implement a command to list runsEgor Tensin
2023-07-04sanitize #include-sEgor Tensin
2023-07-04move custom message parsing to a separate moduleEgor Tensin
2023-07-04storage: mark completed runs as suchEgor Tensin
2023-07-04storage: requeue old runs from storage on startupEgor Tensin
2023-07-04sqlite: store new runs in SQLiteEgor Tensin
2023-06-09STAILQ -> SIMPLEQEgor Tensin
2023-05-15msg: strings, not wordsEgor Tensin
2023-05-15rework server-worker communicationEgor Tensin
2023-05-13ci_queue -> run_queueEgor Tensin
2023-05-13best practices & coding style fixesEgor Tensin
2023-05-13ci_queue: fix a broken getterEgor Tensin
2023-05-12ci_queue: rename a couple of functionsEgor Tensin
2023-04-29make struct ci_queue_entry opaqueEgor Tensin
2022-12-02add copyright noticesEgor Tensin
2022-09-08log: refactoringEgor Tensin
2022-08-26add some more codeEgor Tensin