aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/signal.c (unfollow)
Commit message (Expand)Author
2023-12-12switch to egor@tensin.nameEgor Tensin
2023-07-04sanitize #include-sEgor Tensin
2023-06-14minor refactoringEgor Tensin
2023-06-13signal: remove the stupid add_to_event_loop wrapperEgor Tensin
2023-06-13signal: sigprocmask -> pthread_sigmaskEgor Tensin
2023-06-13signal: refactoringEgor Tensin
2023-06-13sanitize #include-sEgor Tensin
2023-06-13signal: remove unused APIsEgor Tensin
2023-06-13event_loop: hide the API detailsEgor Tensin
2023-06-13use signalfd to stop on SIGTERMEgor Tensin
2023-05-15signal: refactoringEgor Tensin
2023-05-15signal: refactoring, add comments in tcp_server, etc.Egor Tensin
2023-05-13use -std=c17 -WpedanticEgor Tensin
2023-05-06get rid of __attribute__((constructor))Egor Tensin
2022-12-02add copyright noticesEgor Tensin
2022-09-08log: refactoringEgor Tensin
2022-08-28don't use the latest glibc featuresEgor Tensin
2022-08-26fix pthread error handlingEgor Tensin
2022-08-26worker: allow graceful shutdownsEgor Tensin