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
2021-10-15HTTP/2: removed support for NPN.Vladimir Homutov
2021-05-24Location header escaping in redirects (ticket #882).Ruslan Ermilov
2021-01-19Core: removed post_accept_timeout.Maxim Dounin
2020-06-15Fixed potential leak of temp pool.Eran Kornblau
2019-03-15Multiple addresses in "listen".Roman Arutyunyan
2018-07-12Events: moved sockets cloning to ngx_event_init_conf().Maxim Dounin
2017-07-20Precontent phase.Roman Arutyunyan
2017-07-19Style.Alex Zhang
2016-12-13The size of cmcf->phase_engine.handlers explained.Ruslan Ermilov
2016-10-03Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin
2016-06-20Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.Roman Arutyunyan
2016-05-23Renamed "u" to "sockaddr" in listen options types.Maxim Dounin
2016-05-20Use ngx_cmp_sockaddr() where appropriate.Ruslan Ermilov
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin
2016-02-04Dynamic modules: moved module-related stuff to separate files.Maxim Dounin
2015-12-17Fixed PROXY protocol on IPv6 sockets (ticket #858).Maxim Dounin
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev
2015-06-16Disabled duplicate http, mail, and stream blocks.Vladimir Homutov
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin
2015-05-20Simplified ngx_http_init_listening().Maxim Dounin
2015-04-24Merge proxy_protocol setting of listen directives.Roman Arutyunyan
2015-03-23Request body: filters support.Maxim Dounin
2014-09-17Avoided to add duplicate hash key in ngx_http_types_slot().Gu Feng
2014-06-26Fixed wrong sizeof() in ngx_http_init_locations().Maxim Dounin
2014-03-17Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan
2014-01-29SSL: support ALPN (IETF's successor to NPN).Piotr Sikora
2013-12-03Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.Mathew Rodley
2013-09-23Caseless location tree construction (ticket #90).Maxim Dounin
2013-03-21Use NGX_DEFAULT_POOL_SIZE macro where appropriate.Ruslan Ermilov
2013-03-20Preliminary experimental support for SPDY draft 2.Valentin Bartenev
2012-07-17Fixed sorting of listen addresses so that wildcard address is always atRuslan Ermilov
2012-04-03Fixed spelling in multiline C comments.Ruslan Ermilov
2012-01-18Copyright updated.Maxim Konovalov
2011-12-05Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev
2011-09-27Fixed segmentation fault with empty config on Windows.Maxim Dounin
2011-09-24Fixed error message.Ruslan Ermilov
2011-09-19Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov
2010-12-13always run regex in server_name to get captures for IPv6 addresses,Igor Sysoev
2010-12-13test wildcard tail hash existance for IPv6 addresses,Igor Sysoev
2010-12-12style fixIgor Sysoev
2010-09-28nginx uses SSL mode for a listen socket with any option set,Igor Sysoev
2010-09-27allow duplicate listen ssl optionsIgor Sysoev
2010-08-02ngx_http_conf_get_module_srv_conf() and ngx_http_conf_get_module_loc_conf()Igor Sysoev
2010-07-05listen setfib=XIgor Sysoev
2010-06-18return code textIgor Sysoev
2009-12-22fix building by gcc 4.4 with -O2/3/s:Igor Sysoev
2009-11-30support "*" in gzip_types, ssi_types, etcIgor Sysoev
2009-10-28style fixIgor Sysoev
2009-10-28fix segfault if http {} block is empty, the bug had been introduced in r3218Igor Sysoev
2009-10-26http listen unix domain socketsIgor Sysoev