Commit message (Expand) | Author | |
---|---|---|
2023-06-13 | event_loop: hide the API details | Egor Tensin |
2023-06-13 | use signalfd to stop on SIGTERM | Egor Tensin |
2023-06-09 | add {file,net}_close as a wrapper to close(2) | Egor Tensin |
2023-05-15 | signal: refactoring | Egor Tensin |
2023-05-15 | signal: refactoring, add comments in tcp_server, etc. | Egor Tensin |
2023-05-15 | rework server-worker communication | Egor Tensin |
2023-05-13 | best practices & coding style fixes | Egor Tensin |
2023-04-29 | make struct tcp_server opaque | Egor Tensin |
2022-12-02 | add copyright notices | Egor Tensin |
2022-09-08 | log: refactoring | Egor Tensin |
2022-09-08 | sanitize #include-s | Egor Tensin |
2022-08-28 | don't use the latest glibc features | Egor Tensin |
2022-08-28 | server: shutting down more gracefully | Egor Tensin |
2022-08-26 | add check_errno macro | Egor Tensin |
2022-08-26 | fix pthread error handling | Egor Tensin |
2022-08-25 | net: rework API | Egor Tensin |