aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tcp_server.c (follow)
Commit message (Expand)AuthorAge
* tcp_server: always clean up connection descriptorsEgor Tensin2023-07-04
* fix function names in error messagesEgor Tensin2023-06-30
* signal: refactoringEgor Tensin2023-06-13
* sanitize #include-sEgor Tensin2023-06-13
* event_loop: hide the API detailsEgor Tensin2023-06-13
* use signalfd to stop on SIGTERMEgor Tensin2023-06-13
* add {file,net}_close as a wrapper to close(2)Egor Tensin2023-06-09
* signal: refactoringEgor Tensin2023-05-15
* signal: refactoring, add comments in tcp_server, etc.Egor Tensin2023-05-15
* rework server-worker communicationEgor Tensin2023-05-15
* best practices & coding style fixesEgor Tensin2023-05-13
* make struct tcp_server opaqueEgor Tensin2023-04-29
* add copyright noticesEgor Tensin2022-12-02
* log: refactoringEgor Tensin2022-09-08
* sanitize #include-sEgor Tensin2022-09-08
* don't use the latest glibc featuresEgor Tensin2022-08-28
* server: shutting down more gracefullyEgor Tensin2022-08-28
* add check_errno macroEgor Tensin2022-08-26
* fix pthread error handlingEgor Tensin2022-08-26
* net: rework APIEgor Tensin2022-08-25