aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (unfollow)
Commit message (Expand)Author
2023-04-29cmd_line: read executable name from /proc/self/exeEgor Tensin
2023-04-29dedupe command line routinesEgor Tensin
2023-04-29make struct storage_settings_sqlite opaqueEgor Tensin
2023-04-29make struct ci_queue_entry opaqueEgor Tensin
2023-04-29net: use size instead of length for variable namesEgor Tensin
2023-04-29net: add struct bufEgor Tensin
2023-04-29make struct client opaqueEgor Tensin
2023-04-29make struct worker opaqueEgor Tensin
2023-04-29make struct server opaqueEgor Tensin
2023-04-29make struct tcp_server opaqueEgor Tensin
2023-04-27fix a typoEgor Tensin
2023-04-27rename commandsEgor Tensin
2023-04-11sqlite: fix error handlingEgor Tensin
2023-04-11put SQL headers to a separate directoryEgor Tensin
2023-04-11sqlite: create indicesEgor Tensin
2023-04-11actually create some tables in SQLite databaseEgor Tensin
2022-12-02add copyright noticesEgor Tensin
2022-09-11create SQLite database on startupEgor Tensin
2022-09-08log: refactoringEgor Tensin
2022-09-08log: prepend timestampsEgor Tensin
2022-09-08sanitize #include-sEgor Tensin
2022-09-07ci: set some environment variablesEgor Tensin
2022-08-30net: removed unused APIEgor Tensin
2022-08-30net: error out unless net_recv_all receives all bytesEgor Tensin
2022-08-30net: more portableEgor Tensin
2022-08-30net: bind to IPv6Egor Tensin
2022-08-28update command namesEgor Tensin
2022-08-28docker: shorten command valuesEgor Tensin
2022-08-28server: notify workers about requeued jobsEgor Tensin
2022-08-28worker: fix a crashEgor Tensin
2022-08-28server: notify all threads about shutting downEgor Tensin
2022-08-28make proper "error" messagesEgor Tensin
2022-08-28fix Alpine buildsEgor Tensin
2022-08-28don't use the latest glibc featuresEgor Tensin
2022-08-28add missing #includeEgor Tensin
2022-08-28cmake: add install() rulesEgor Tensin
2022-08-28make compilers happierEgor Tensin
2022-08-28server: more loggingEgor Tensin
2022-08-28msg: fix a buffer overflowEgor Tensin
2022-08-28holy crap, it actually kinda works nowEgor Tensin
2022-08-28net: use MSG_NOSIGNALEgor Tensin
2022-08-28server: shutting down more gracefullyEgor Tensin
2022-08-26came up with a new name: cimpleEgor Tensin
2022-08-26add check_errno macroEgor Tensin
2022-08-26fix macrosEgor Tensin
2022-08-26fix pthread error handlingEgor Tensin
2022-08-26worker: allow graceful shutdownsEgor Tensin
2022-08-26worker: capture process outputEgor Tensin
2022-08-26add some more codeEgor Tensin
2022-08-25cmake: ignore unused parameters for nowEgor Tensin