about summary refs log tree commit homepage
path: root/bind_listen.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+"
2018-11-28doc: URL updates to reduce redirects and favor HTTPS
2016-05-29update copyrights for 2016
2015-11-11set TCP listener options on inherited sockets
2015-03-06copyright updates for 2015
2014-11-02update copyrights to 2014 (and all contributors)
2013-05-06favor "struct mog_fd" for acceptors over int FDs
2013-01-31inherit: preliminary FD inheritance over exec()
2013-01-17simplify TCP_NOPUSH support code (remove TCP_CORK)
2013-01-17copyright comment updates for 2013
2012-12-09use mog_close() for assert checking in a few more places
2012-08-03bind_listen: remove set_accept_filter TODOs
2012-07-19use TCP_NOPUSH if available for FreeBSD-based systems
2012-07-09http: TCP_CORK support for Linux kernel users
2012-06-21bind_listen: update comment on TCP_DEFER_ACCEPT for Linux
2012-03-14mgmt: just let the kernel manage socket buffers
2012-02-17use inlineable functions for nonblock/cloexec
2012-02-09bind_listen: disable TCP_DEFER_ACCEPT support for now
2012-01-11initial commit