summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_connection.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-08Introduced the "keepalive_time" directive.Maxim Dounin1-0/+1
2021-01-19Core: removed post_accept_timeout.Maxim Dounin1-2/+0
2019-10-21Core: moved PROXY protocol fields out of ngx_connection_t.Roman Arutyunyan1-2/+1
2018-07-12Events: moved sockets cloning to ngx_event_init_conf().Maxim Dounin1-1/+1
2018-06-04Stream: udp streams.Roman Arutyunyan1-0/+5
2017-05-26Introduced ngx_tcp_nodelay().Ruslan Ermilov1-0/+1
2016-10-10Modules compatibility: compatibility with NGX_HTTP_SSL.Maxim Dounin1-1/+1
2016-10-10Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.Maxim Dounin1-1/+1
2016-10-10Modules compatibility: compatibility with NGX_THREADS.Maxim Dounin1-1/+1
2016-10-03Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks.Ruslan Ermilov1-3/+1
2016-10-03Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.Maxim Dounin1-2/+0
2016-10-03Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin1-1/+1
2016-06-29Removed unused flag accept_context_updated from ngx_event_t.Ruslan Ermilov1-4/+0
2016-05-23Added the $proxy_protocol_port variable.Dmitry Volyntsev1-0/+1
2016-05-20Belatedly changed the ngx_create_listening() prototype.Ruslan Ermilov1-1/+1
2016-04-28Removed unused flag unexpected_eof from ngx_connection_t.Ruslan Ermilov1-1/+0
2016-03-30Style.Ruslan Ermilov1-11/+11
2016-01-20Stream: UDP proxy.Roman Arutyunyan1-0/+4
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-1/+1
2015-08-11Core: idle connections now closed only once on exiting.Valentin Bartenev1-0/+1
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin1-0/+7
2015-04-25Core: the ngx_set_connection_log() macro.Vladimir Homutov1-0/+11
2015-03-20Removed ngx_connection_t.lock.Ruslan Ermilov1-4/+0
2015-03-14Added support for offloading Linux sendfile() in thread pools.Valentin Bartenev1-0/+4
2015-03-04Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov1-1/+1
2015-02-11Refactored sendfile() AIO preload.Valentin Bartenev1-2/+0
2014-03-17Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan1-0/+2
2014-01-14SPDY: body filter was replaced by c->send_chain() function.Valentin Bartenev1-0/+3
2014-01-04Allowed up to two EBUSY errors from sendfile().Maxim Dounin1-0/+1
2013-12-09Core: keep the length of the local sockaddr.Ruslan Ermilov1-0/+1
2013-12-03Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.Mathew Rodley1-0/+4
2013-03-07Removed c->single_connection flag.Valentin Bartenev1-1/+0
2012-07-30Core: ipv6only is now on by default.Ruslan Ermilov1-1/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-12-05Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev1-0/+6
2011-04-04reuse keepalive connections if there are no free worker connectionsIgor Sysoev1-0/+4
2010-07-05listen setfib=XIgor Sysoev1-0/+3
2009-11-01delete unused field c->local_socklenIgor Sysoev1-1/+0
2009-08-30aio sendfileIgor Sysoev1-0/+5
2009-05-25keepalive_requestsIgor Sysoev1-0/+2
2009-05-18ngx_connection_local_sockaddr()Igor Sysoev1-0/+2
2009-05-05ngx_create_listening()Igor Sysoev1-0/+2
2009-05-05use correct nameIgor Sysoev1-1/+1
2009-05-04delete never used ngx_ssl_set_nosendshut()Igor Sysoev1-5/+0
2009-05-04delete ngx_listening_inet_stream_socket()Igor Sysoev1-2/+0
2009-04-30*) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev1-0/+1
2009-03-13ipv6onlyIgor Sysoev1-0/+4
2009-03-12ignore EINVAL from setsockopt() on SolarisIgor Sysoev1-3/+4
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev1-3/+0
2008-08-21ngx_sock_ntop() takes family from sockaddr, remove duplicate fieldIgor Sysoev1-1/+0