about summary refs log tree commit homepage
path: root/accept_loop.c
DateCommit message (Expand)
2020-01-18s/bogomips.org/yhbt.net/, update copyrights for 2020
2018-11-28update copyrights for 2018 and use SPDX for "GPL-3.0+"
2016-05-29update copyrights for 2016
2015-03-06copyright updates for 2015
2014-11-02update copyrights to 2014 (and all contributors)
2014-04-08minor cleanups for functions which do not return
2013-07-13pass mog_accept instead of mog_svc to post-accept callbacks
2013-07-10packaddr: simplify mog_sockaddr definition
2013-06-25shrink mog_packaddr and improve portability
2013-06-25replace pthreads cancellation with explicit checks
2013-06-25do not rely on normal syscalls as cancellation points
2013-04-17save socket address on accept/accept4
2013-01-17copyright comment updates for 2013
2012-12-08accept_loop: avoid spamming syslog on EMFILE/ENFILE
2012-11-09http: implement idle client expiry under FD pressure
2012-04-21cleanup error handling for rare errors
2012-04-19switch completely to __thread for thread-local storage
2012-03-17remove ENOSYS support for *at() and accept4()
2012-03-07accept: several cleanups for accept4() handling
2012-02-23cleanup mog_fd insertion/initialization for queues
2012-02-17use inlineable functions for nonblock/cloexec
2012-01-11initial commit