aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/CMakeLists.txt (unfollow)
Commit message (Expand)Author
2023-07-04move custom message parsing to a separate moduleEgor Tensin
2023-06-30show git hash with --versionEgor Tensin
2023-06-28log: support logging levelsEgor Tensin
2023-06-13cmake: fix grammar in option descriptionEgor Tensin
2023-06-13cmake: why the hell would I need MSVC optionsEgor Tensin
2023-06-13use signalfd to stop on SIGTERMEgor Tensin
2023-05-15cmake: disable -Werror for debug buildsEgor Tensin
2023-05-15rework server-worker communicationEgor Tensin
2023-05-13ci_queue -> run_queueEgor Tensin
2023-05-13cmake: document _GNU_SOURCE usageEgor Tensin
2023-05-13use -std=c17 -WpedanticEgor Tensin
2023-05-13add command module to handle request-response communicationsEgor Tensin
2023-05-07cmake: don't install() valgrind.shEgor Tensin
2023-05-06add a cimple-valgrind executableEgor Tensin
2023-04-29cmd_line: read executable name from /proc/self/exeEgor Tensin
2023-04-29dedupe command line routinesEgor Tensin
2023-04-11put SQL headers to a separate directoryEgor Tensin
2023-04-11actually create some tables in SQLite databaseEgor Tensin
2022-09-11create SQLite database on startupEgor Tensin
2022-08-28docker: shorten command valuesEgor Tensin
2022-08-28cmake: add install() rulesEgor Tensin
2022-08-28make compilers happierEgor Tensin
2022-08-28holy crap, it actually kinda works nowEgor Tensin
2022-08-28server: shutting down more gracefullyEgor Tensin
2022-08-26came up with a new name: cimpleEgor Tensin
2022-08-26worker: allow graceful shutdownsEgor Tensin
2022-08-26add some more codeEgor Tensin
2022-08-25cmake: ignore unused parameters for nowEgor Tensin
2022-08-25net: rework APIEgor Tensin
2022-08-23cmd -> msgEgor Tensin
2022-08-23add some codeEgor Tensin