| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-05-20 | The "reuseport" option of the "listen" directive. | Maxim Dounin | 1 | -0/+8 |
| 2015-05-20 | Simplified ngx_http_init_listening(). | Maxim Dounin | 1 | -7/+1 |
| 2015-04-24 | Merge proxy_protocol setting of listen directives. | Roman Arutyunyan | 1 | -1/+4 |
| 2015-03-23 | Request body: filters support. | Maxim Dounin | 1 | -2/+3 |
| 2014-09-17 | Avoided to add duplicate hash key in ngx_http_types_slot(). | Gu Feng | 1 | -1/+5 |
| 2014-06-26 | Fixed wrong sizeof() in ngx_http_init_locations(). | Maxim Dounin | 1 | -2/+2 |
| 2014-03-17 | Added server-side support for PROXY protocol v1 (ticket #355). | Roman Arutyunyan | 1 | -0/+1 |
| 2014-01-28 | SSL: support ALPN (IETF's successor to NPN). | Piotr Sikora | 1 | -3/+5 |
| 2013-12-03 | Added support for TCP_FASTOPEN supported in Linux >= 3.7.1. | Mathew Rodley | 1 | -0/+4 |
| 2013-09-23 | Caseless location tree construction (ticket #90). | Maxim Dounin | 1 | -4/+7 |
| 2013-03-21 | Use NGX_DEFAULT_POOL_SIZE macro where appropriate. | Ruslan Ermilov | 1 | -1/+1 |
| 2013-03-20 | Preliminary experimental support for SPDY draft 2. | Valentin Bartenev | 1 | -0/+23 |
| 2012-07-17 | Fixed sorting of listen addresses so that wildcard address is always at | Ruslan Ermilov | 1 | -0/+5 |
| 2012-04-03 | Fixed spelling in multiline C comments. | Ruslan Ermilov | 1 | -1/+1 |
| 2012-01-18 | Copyright updated. | Maxim Konovalov | 1 | -0/+1 |
| 2011-12-05 | Added the "so_keepalive=" parameter to the "listen" directive. | Valentin Bartenev | 1 | -0/+7 |
| 2011-09-27 | Fixed segmentation fault with empty config on Windows. | Maxim Dounin | 1 | -3/+5 |
| 2011-09-23 | Fixed error message. | Ruslan Ermilov | 1 | -1/+1 |
| 2011-09-19 | Replaced "can not" with "cannot" and "could not" in a bunch of places. | Ruslan Ermilov | 1 | -1/+1 |
| 2010-12-12 | always run regex in server_name to get captures for IPv6 addresses, | Igor Sysoev | 1 | -1/+5 |
| 2010-12-12 | test wildcard tail hash existance for IPv6 addresses, | Igor Sysoev | 1 | -2/+2 |
| 2010-12-12 | style fix | Igor Sysoev | 1 | -1/+1 |
| 2010-09-28 | nginx uses SSL mode for a listen socket with any option set, | Igor Sysoev | 1 | -1/+1 |
| 2010-09-27 | allow duplicate listen ssl options | Igor Sysoev | 1 | -0/+10 |
| 2010-08-02 | ngx_http_conf_get_module_srv_conf() and ngx_http_conf_get_module_loc_conf() | Igor Sysoev | 1 | -33/+75 |
| 2010-07-05 | listen setfib=X | Igor Sysoev | 1 | -0/+4 |
| 2010-06-18 | return code text | Igor Sysoev | 1 | -2/+2 |
| 2009-12-22 | fix building by gcc 4.4 with -O2/3/s: | Igor Sysoev | 1 | -9/+9 |
| 2009-11-30 | support "*" in gzip_types, ssi_types, etc | Igor Sysoev | 1 | -7/+26 |
| 2009-10-28 | style fix | Igor Sysoev | 1 | -1/+1 |
| 2009-10-28 | fix segfault if http {} block is empty, the bug had been introduced in r3218 | Igor Sysoev | 1 | -0/+4 |
| 2009-10-26 | http listen unix domain sockets | Igor Sysoev | 1 | -0/+16 |
| 2009-10-22 | fix r3225 and r3227: preserve default_server bit during listen options | Igor Sysoev | 1 | -2/+8 |
| 2009-10-22 | test a duplicate listen in a server | Igor Sysoev | 1 | -0/+11 |
| 2009-10-22 | fix r3225: it overrode the listen options by default server default options | Igor Sysoev | 1 | -4/+8 |
| 2009-10-21 | allow to set listen options in any server | Igor Sysoev | 1 | -0/+6 |
| 2009-10-21 | add listen address in error message | Igor Sysoev | 1 | -1/+1 |
| 2009-10-21 | rename core_srv_conf fields to more understandable default_server and server | Igor Sysoev | 1 | -7/+7 |
| 2009-10-21 | *) move sockaddr to the listen options | Igor Sysoev | 1 | -20/+18 |
| 2009-10-21 | fix r3218: | Igor Sysoev | 1 | -75/+64 |
| 2009-10-21 | refactor http listen code: remove duplicate options fields | Igor Sysoev | 1 | -19/+9 |
| 2009-10-21 | refactor http listen code: | Igor Sysoev | 1 | -82/+41 |
| 2009-09-12 | If .domain.com, .sub.domain.com, and .domain-some.com were defined, | Igor Sysoev | 1 | -1/+1 |
| 2009-05-17 | update comments missed in r2513 | Igor Sysoev | 1 | -3/+3 |
| 2009-05-17 | update variable name missed in r2513 | Igor Sysoev | 1 | -4/+4 |
| 2009-05-05 | ngx_create_listening() | Igor Sysoev | 1 | -41/+1 |
| 2009-04-30 | *) refactor error_log processing: listen socket log might inherit built-in | Igor Sysoev | 1 | -1/+1 |
| 2009-04-09 | backout r2535: virtual names is a property of address:port pair, | Igor Sysoev | 1 | -2/+2 |
| 2009-04-08 | style fix | Igor Sysoev | 1 | -10/+10 |
| 2009-03-19 | always run regex in server_name to get captures | Igor Sysoev | 1 | -2/+11 |