Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-03HTTP/2: made it possible to flush response headers (ticket #1743).Maxim Dounin
2021-12-27Simplified sendfile(SF_NODISKIO) usage.Maxim Dounin
2021-04-08Introduced the "keepalive_time" directive.Maxim Dounin
2021-01-19Core: removed post_accept_timeout.Maxim Dounin
2019-10-21Core: moved PROXY protocol fields out of ngx_connection_t.Roman Arutyunyan
2018-07-12Events: moved sockets cloning to ngx_event_init_conf().Maxim Dounin
2018-06-04Stream: udp streams.Roman Arutyunyan
2017-05-26Introduced ngx_tcp_nodelay().Ruslan Ermilov
2016-10-10Modules compatibility: compatibility with NGX_HTTP_SSL.Maxim Dounin
2016-10-10Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.Maxim Dounin
2016-10-10Modules compatibility: compatibility with NGX_THREADS.Maxim Dounin
2016-10-03Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks.Ruslan Ermilov
2016-10-03Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.Maxim Dounin
2016-10-03Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin
2016-06-29Removed unused flag accept_context_updated from ngx_event_t.Ruslan Ermilov
2016-05-23Added the $proxy_protocol_port variable.Dmitry Volyntsev
2016-05-20Belatedly changed the ngx_create_listening() prototype.Ruslan Ermilov
2016-04-28Removed unused flag unexpected_eof from ngx_connection_t.Ruslan Ermilov
2016-03-30Style.Ruslan Ermilov
2016-01-20Stream: UDP proxy.Roman Arutyunyan
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev
2015-08-11Core: idle connections now closed only once on exiting.Valentin Bartenev
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin
2015-04-25Core: the ngx_set_connection_log() macro.Vladimir Homutov
2015-03-20Removed ngx_connection_t.lock.Ruslan Ermilov
2015-03-14Added support for offloading Linux sendfile() in thread pools.Valentin Bartenev
2015-03-04Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov
2015-02-11Refactored sendfile() AIO preload.Valentin Bartenev
2014-03-17Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan
2014-01-14SPDY: body filter was replaced by c->send_chain() function.Valentin Bartenev
2014-01-04Allowed up to two EBUSY errors from sendfile().Maxim Dounin
2013-12-09Core: keep the length of the local sockaddr.Ruslan Ermilov
2013-12-03Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.Mathew Rodley
2013-03-07Removed c->single_connection flag.Valentin Bartenev
2012-07-30Core: ipv6only is now on by default.Ruslan Ermilov
2012-01-18Copyright updated.Maxim Konovalov
2011-12-05Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev
2011-04-04reuse keepalive connections if there are no free worker connectionsIgor Sysoev
2010-07-05listen setfib=XIgor Sysoev
2009-11-01delete unused field c->local_socklenIgor Sysoev
2009-08-30aio sendfileIgor Sysoev
2009-05-25keepalive_requestsIgor Sysoev
2009-05-18ngx_connection_local_sockaddr()Igor Sysoev
2009-05-05ngx_create_listening()Igor Sysoev
2009-05-05use correct nameIgor Sysoev
2009-05-04delete never used ngx_ssl_set_nosendshut()Igor Sysoev
2009-05-04delete ngx_listening_inet_stream_socket()Igor Sysoev
2009-04-30*) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev
2009-03-13ipv6onlyIgor Sysoev
2009-03-12ignore EINVAL from setsockopt() on SolarisIgor Sysoev