aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tcp_server.c (unfollow)
Commit message (Expand)Author
2023-12-12switch to egor@tensin.nameEgor Tensin
2023-07-05tcp_server: minor refactoringEgor Tensin
2023-07-05tcp_server: close client connectionsEgor Tensin
2023-07-05tcp_server: keep track of client threadsEgor Tensin
2023-07-04tcp_server: always clean up connection descriptorsEgor Tensin
2023-06-30fix function names in error messagesEgor Tensin
2023-06-13signal: refactoringEgor 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-09add {file,net}_close as a wrapper to close(2)Egor Tensin
2023-05-15signal: refactoringEgor Tensin
2023-05-15signal: refactoring, add comments in tcp_server, etc.Egor Tensin
2023-05-15rework server-worker communicationEgor Tensin
2023-05-13best practices & coding style fixesEgor Tensin
2023-04-29make struct tcp_server opaqueEgor Tensin
2022-12-02add copyright noticesEgor Tensin
2022-09-08log: refactoringEgor Tensin
2022-09-08sanitize #include-sEgor Tensin
2022-08-28don't use the latest glibc featuresEgor Tensin
2022-08-28server: shutting down more gracefullyEgor Tensin
2022-08-26add check_errno macroEgor Tensin
2022-08-26fix pthread error handlingEgor Tensin
2022-08-25net: rework APIEgor Tensin