summaryrefslogtreecommitdiff
path: root/src/http/ngx_http.c
Commit message (Expand)AuthorAgeFilesLines
* Added warning about redefinition of listen socket protocol options.Maxim Dounin2023-01-281-1/+62
* Fixed handling of very long locations (ticket #2435).Maxim Dounin2023-01-261-1/+1
* HTTP/2: removed support for NPN.Vladimir Homutov2021-10-151-3/+2
* Location header escaping in redirects (ticket #882).Ruslan Ermilov2021-05-241-0/+37
* Core: removed post_accept_timeout.Maxim Dounin2021-01-191-1/+0
* Fixed potential leak of temp pool.Eran Kornblau2020-06-151-2/+2
* Multiple addresses in "listen".Roman Arutyunyan2019-03-151-16/+18
* Events: moved sockets cloning to ngx_event_init_conf().Maxim Dounin2018-07-121-4/+0
* Precontent phase.Roman Arutyunyan2017-07-201-11/+8
* Style.Alex Zhang2017-07-191-1/+1
* The size of cmcf->phase_engine.handlers explained.Ruslan Ermilov2016-12-131-1/+4
* Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin2016-10-031-1/+1
* Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.Roman Arutyunyan2016-06-201-25/+1
* Renamed "u" to "sockaddr" in listen options types.Maxim Dounin2016-05-231-8/+10
* Use ngx_cmp_sockaddr() where appropriate.Ruslan Ermilov2016-05-201-33/+4
* Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin2016-02-041-14/+14
* Dynamic modules: moved module-related stuff to separate files.Maxim Dounin2016-02-041-8/+1
* Fixed PROXY protocol on IPv6 sockets (ticket #858).Maxim Dounin2015-12-171-0/+1
* The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev2015-09-111-14/+17
* Disabled duplicate http, mail, and stream blocks.Vladimir Homutov2015-06-161-0/+4
* The "reuseport" option of the "listen" directive.Maxim Dounin2015-05-201-0/+8
* Simplified ngx_http_init_listening().Maxim Dounin2015-05-201-7/+1
* Merge proxy_protocol setting of listen directives.Roman Arutyunyan2015-04-241-1/+4
* Request body: filters support.Maxim Dounin2015-03-231-2/+3
* Avoided to add duplicate hash key in ngx_http_types_slot().Gu Feng2014-09-171-1/+5
* Fixed wrong sizeof() in ngx_http_init_locations().Maxim Dounin2014-06-261-2/+2
* Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan2014-03-171-0/+1
* SSL: support ALPN (IETF's successor to NPN).Piotr Sikora2014-01-281-3/+5
* Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.Mathew Rodley2013-12-031-0/+4
* Caseless location tree construction (ticket #90).Maxim Dounin2013-09-231-4/+7
* Use NGX_DEFAULT_POOL_SIZE macro where appropriate.Ruslan Ermilov2013-03-211-1/+1
* Preliminary experimental support for SPDY draft 2.Valentin Bartenev2013-03-201-0/+23
* Fixed sorting of listen addresses so that wildcard address is always atRuslan Ermilov2012-07-171-0/+5
* Fixed spelling in multiline C comments.Ruslan Ermilov2012-04-031-1/+1
* Copyright updated.Maxim Konovalov2012-01-181-0/+1
* Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev2011-12-051-0/+7
* Fixed segmentation fault with empty config on Windows.Maxim Dounin2011-09-271-3/+5
* Fixed error message.Ruslan Ermilov2011-09-231-1/+1
* Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov2011-09-191-1/+1
* always run regex in server_name to get captures for IPv6 addresses,Igor Sysoev2010-12-121-1/+5
* test wildcard tail hash existance for IPv6 addresses,Igor Sysoev2010-12-121-2/+2
* style fixIgor Sysoev2010-12-121-1/+1
* nginx uses SSL mode for a listen socket with any option set,Igor Sysoev2010-09-281-1/+1
* allow duplicate listen ssl optionsIgor Sysoev2010-09-271-0/+10
* ngx_http_conf_get_module_srv_conf() and ngx_http_conf_get_module_loc_conf()Igor Sysoev2010-08-021-33/+75
* listen setfib=XIgor Sysoev2010-07-051-0/+4
* return code textIgor Sysoev2010-06-181-2/+2
* fix building by gcc 4.4 with -O2/3/s:Igor Sysoev2009-12-221-9/+9
* support "*" in gzip_types, ssi_types, etcIgor Sysoev2009-11-301-7/+26
* style fixIgor Sysoev2009-10-281-1/+1