aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/command.c (unfollow)
Commit message (Expand)Author
2023-07-18switch to JSON-RPC as message formatEgor Tensin
2023-07-05command: dedupe the codeEgor Tensin
2023-06-13event_loop: add event_loop_add_onceEgor Tensin
2023-06-13sanitize #include-sEgor Tensin
2023-06-13event_loop: hide the API detailsEgor Tensin
2023-06-13use signalfd to stop on SIGTERMEgor Tensin
2023-06-12command: fix a race conditionEgor Tensin
2023-05-15msg: strings, not wordsEgor Tensin
2023-05-15rework server-worker communicationEgor Tensin
2023-05-14command: adjust order of parameters to handlersEgor Tensin
2023-05-14msg: enforce at least one wordEgor Tensin
2023-05-13command: refactoringEgor Tensin
2023-05-13best practices & coding style fixesEgor Tensin
2023-05-13add command module to handle request-response communicationsEgor Tensin