aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http.c
Commit message (Collapse)AuthorAge
...
* Preliminary experimental support for SPDY draft 2.Valentin Bartenev2013-03-20
|
* Fixed sorting of listen addresses so that wildcard address is always atRuslan Ermilov2012-07-17
| | | | | | | the end (closes #187). Failure to do so could result in several listen sockets to be created instead of only one listening on wildcard address. Reported by Roman Odaisky.
* Fixed spelling in multiline C comments.Ruslan Ermilov2012-04-03
|
* Copyright updated.Maxim Konovalov2012-01-18
|
* Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev2011-12-05
| | | | | | The "so_keepalive" directive in mail module was deprecated. Thanks to Vsevolod Stakhov for initial work.
* Fixed segmentation fault with empty config on Windows.Maxim Dounin2011-09-27
| | | | | See here for report: http://mailman.nginx.org/pipermail/nginx-ru/2011-September/043288.html
* Fixed error message.Ruslan Ermilov2011-09-23
|
* Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov2011-09-19
| | | | Fixed nearby grammar errors.
* always run regex in server_name to get captures for IPv6 addresses,Igor Sysoev2010-12-12
| | | | the same fix for IPv4 addresses has been made in r2584
* test wildcard tail hash existance for IPv6 addresses,Igor Sysoev2010-12-12
| | | | the same fix for IPv4 addresses has been made in r2581
* style fixIgor Sysoev2010-12-12
|
* nginx uses SSL mode for a listen socket with any option set,Igor Sysoev2010-09-28
| | | | the bug has been introduced in r3765
* allow duplicate listen ssl optionsIgor Sysoev2010-09-27
|
* ngx_http_conf_get_module_srv_conf() and ngx_http_conf_get_module_loc_conf()Igor Sysoev2010-08-02
| | | | may be used at merge phase
* listen setfib=XIgor Sysoev2010-07-05
|
* return code textIgor Sysoev2010-06-18
|
* fix building by gcc 4.4 with -O2/3/s:Igor Sysoev2009-12-22
| | | | dereferencing pointer 'sin' does break strict-aliasing rules
* support "*" in gzip_types, ssi_types, etcIgor Sysoev2009-11-30
|
* style fixIgor Sysoev2009-10-28
|
* fix segfault if http {} block is empty, the bug had been introduced in r3218Igor Sysoev2009-10-28
|
* http listen unix domain socketsIgor Sysoev2009-10-26
|
* fix r3225 and r3227: preserve default_server bit during listen optionsIgor Sysoev2009-10-22
| | | | overwriting
* test a duplicate listen in a serverIgor Sysoev2009-10-22
|
* fix r3225: it overrode the listen options by default server default optionsIgor Sysoev2009-10-22
|
* allow to set listen options in any serverIgor Sysoev2009-10-21
|
* add listen address in error messageIgor Sysoev2009-10-21
|
* rename core_srv_conf fields to more understandable default_server and serverIgor Sysoev2009-10-21
|
* *) move sockaddr to the listen optionsIgor Sysoev2009-10-21
| | | | *) rename ngx_http_listen_t to ngx_http_listen_opt_t
* fix r3218:Igor Sysoev2009-10-21
| | | | | | | | | | | | | Initially building lists of ports, addresses, and server names had been placed at final configuration stage, because complete set of the "listen"s and the "server_names" were required for this operation. r3218 broke it, because the "listen"s go usually first in configuration, and cscf->server_names is empty at this stage, therefore no virtual names were configured. Now server configurations are stored in array for each address:port to configure virtual names. Also regex captures flag is moved from server names to core server configuration.
* refactor http listen code: remove duplicate options fieldsIgor Sysoev2009-10-21
|
* refactor http listen code:Igor Sysoev2009-10-21
| | | | | *) add listen's to the global cmcf->ports array instead of server's one *) rename ngx_http_listen_conf_t to ngx_http_listen_opt_t
* If .domain.com, .sub.domain.com, and .domain-some.com were defined,Igor Sysoev2009-09-12
| | | | | | | | | | then .sub.domain.com was matched by .domain.com: wildcard names hash was built incorrectly due to sorting order issue of "." vs "-". They were sorted as com.domain com.domain-some com.domain.sub while they should be sorted as com.domain com.domain.sub com.domain-some for correct hash building
* update comments missed in r2513Igor Sysoev2009-05-17
|
* update variable name missed in r2513Igor Sysoev2009-05-17
|
* ngx_create_listening()Igor Sysoev2009-05-05
|
* *) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev2009-04-30
| | | | | | error_log with zero level, and r2447, r2466, r2467 were not enough *) remove bogus "stderr" level *) some functions and fields renames
* backout r2535: virtual names is a property of address:port pair,Igor Sysoev2009-04-09
| | | | but is not a property of server configuration
* style fixIgor Sysoev2009-04-08
|
* always run regex in server_name to get capturesIgor Sysoev2009-03-19
|
* test wildcard tail hash existanceIgor Sysoev2009-03-19
|
* ipv6onlyIgor Sysoev2009-03-13
|
* move r->virtual_names to ngx_http_core_srv_conf_tIgor Sysoev2009-02-24
|
* axe r->port_textIgor Sysoev2009-02-24
|
* axe unneeded port fieldIgor Sysoev2009-02-23
|
* a prelimiary IPv6 support, HTTP listenIgor Sysoev2009-02-21
|
* split ports, addresses, and server names preparation and optimizationIgor Sysoev2009-02-18
|
* try_filesIgor Sysoev2008-12-15
|
* remove unused #include'sIgor Sysoev2008-09-05
|
* *) listen sslIgor Sysoev2008-09-01
| | | | *) no default ssl_cetificate and ssl_cetificate_key
* style fix: remove tabs and trailing spacesIgor Sysoev2008-09-01
|