- 446e2d9 The HTTP/2 implementation (RFC 7240, 7241). by Valentin Bartenev · 10 years ago
- 201e694 Disabled duplicate http, mail, and stream blocks. by Vladimir Homutov · 10 years ago
- c86ce4b The "reuseport" option of the "listen" directive. by Maxim Dounin · 10 years ago
- 90dd638 Simplified ngx_http_init_listening(). by Maxim Dounin · 10 years ago
- 11f0813 Merge proxy_protocol setting of listen directives. by Roman Arutyunyan · 10 years ago
- 6400a57 Request body: filters support. by Maxim Dounin · 10 years ago
- bba2ce8 Avoided to add duplicate hash key in ngx_http_types_slot(). by Gu Feng · 11 years ago
- 25250a2 Fixed wrong sizeof() in ngx_http_init_locations(). by Maxim Dounin · 11 years ago
- 0b5f329 Added server-side support for PROXY protocol v1 (ticket #355). by Roman Arutyunyan · 11 years ago
- 4ae889c SSL: support ALPN (IETF's successor to NPN). by Piotr Sikora · 11 years ago
- 84f5c21 Added support for TCP_FASTOPEN supported in Linux >= 3.7.1. by Mathew Rodley · 11 years ago
- d2ef70e Caseless location tree construction (ticket #90). by Maxim Dounin · 11 years ago
- 56fce56 Use NGX_DEFAULT_POOL_SIZE macro where appropriate. by Ruslan Ermilov · 12 years ago
- 2686cb4 Preliminary experimental support for SPDY draft 2. by Valentin Bartenev · 12 years ago
- 1fd21c4 Fixed sorting of listen addresses so that wildcard address is always at by Ruslan Ermilov · 13 years ago
- 47a04aa Fixed spelling in multiline C comments. by Ruslan Ermilov · 13 years ago
- f8d59e3 Copyright updated. by Maxim Konovalov · 13 years ago
- 92edf47 Added the "so_keepalive=" parameter to the "listen" directive. by Valentin Bartenev · 13 years ago
- 5cc90f3 Fixed segmentation fault with empty config on Windows. by Maxim Dounin · 13 years ago
- b1565cf Fixed error message. by Ruslan Ermilov · 13 years ago
- a823c55 Replaced "can not" with "cannot" and "could not" in a bunch of places. by Ruslan Ermilov · 14 years ago
- 5644c43 always run regex in server_name to get captures for IPv6 addresses, by Igor Sysoev · 14 years ago
- 1fdb004 test wildcard tail hash existance for IPv6 addresses, by Igor Sysoev · 14 years ago
- 7c2611a style fix by Igor Sysoev · 14 years ago
- bfec988 nginx uses SSL mode for a listen socket with any option set, by Igor Sysoev · 14 years ago
- f79878e allow duplicate listen ssl options by Igor Sysoev · 14 years ago
- 0ec5492 ngx_http_conf_get_module_srv_conf() and ngx_http_conf_get_module_loc_conf() by Igor Sysoev · 15 years ago
- 0bd7a7d listen setfib=X by Igor Sysoev · 15 years ago
- 4c1b077 return code text by Igor Sysoev · 15 years ago
- 8c97fa9 fix building by gcc 4.4 with -O2/3/s: by Igor Sysoev · 15 years ago
- 1cfb972 support "*" in gzip_types, ssi_types, etc by Igor Sysoev · 15 years ago
- e856807 style fix by Igor Sysoev · 15 years ago
- cadac4e fix segfault if http {} block is empty, the bug had been introduced in r3218 by Igor Sysoev · 15 years ago
- baf8e40 http listen unix domain sockets by Igor Sysoev · 15 years ago
- 657b3b7 fix r3225 and r3227: preserve default_server bit during listen options by Igor Sysoev · 15 years ago
- 315cfa0 test a duplicate listen in a server by Igor Sysoev · 15 years ago
- acb4323 fix r3225: it overrode the listen options by default server default options by Igor Sysoev · 15 years ago
- 5a95080 allow to set listen options in any server by Igor Sysoev · 15 years ago
- ba3083b add listen address in error message by Igor Sysoev · 15 years ago
- cd8b43c rename core_srv_conf fields to more understandable default_server and server by Igor Sysoev · 15 years ago
- f2694cb *) move sockaddr to the listen options by Igor Sysoev · 15 years ago
- 2a634f5 fix r3218: by Igor Sysoev · 15 years ago
- d2d0931 refactor http listen code: remove duplicate options fields by Igor Sysoev · 15 years ago
- 79d630a refactor http listen code: by Igor Sysoev · 15 years ago
- 96e36ef If .domain.com, .sub.domain.com, and .domain-some.com were defined, by Igor Sysoev · 16 years ago
- 1daaa00 update comments missed in r2513 by Igor Sysoev · 16 years ago
- fdf8e1e update variable name missed in r2513 by Igor Sysoev · 16 years ago
- ee4be03 ngx_create_listening() by Igor Sysoev · 16 years ago
- 0cd76ea *) refactor error_log processing: listen socket log might inherit built-in by Igor Sysoev · 16 years ago
- e469439 backout r2535: virtual names is a property of address:port pair, by Igor Sysoev · 16 years ago
- b37316d style fix by Igor Sysoev · 16 years ago
- 7b5edd8 always run regex in server_name to get captures by Igor Sysoev · 16 years ago
- fb3be73 test wildcard tail hash existance by Igor Sysoev · 16 years ago
- 6d94b51 ipv6only by Igor Sysoev · 16 years ago
- fed1ca0 move r->virtual_names to ngx_http_core_srv_conf_t by Igor Sysoev · 16 years ago
- 1966aed axe r->port_text by Igor Sysoev · 16 years ago
- 4da223c axe unneeded port field by Igor Sysoev · 16 years ago
- a35eacc a prelimiary IPv6 support, HTTP listen by Igor Sysoev · 16 years ago
- a883361 split ports, addresses, and server names preparation and optimization by Igor Sysoev · 16 years ago
- d8e3d0b try_files by Igor Sysoev · 16 years ago
- 5d4e80b remove unused #include's by Igor Sysoev · 17 years ago
- f100c78 *) listen ssl *) no default ssl_cetificate and ssl_cetificate_key by Igor Sysoev · 17 years ago
- 0c16f73 style fix: remove tabs and trailing spaces by Igor Sysoev · 17 years ago
- d76eb9a set listen configuration to default server, by Igor Sysoev · 17 years ago
- e04b420 remove unused debug log by Igor Sysoev · 17 years ago
- c71e3d8 *) fix segfaults in types hash by Igor Sysoev · 17 years ago
- 390abe0 use hash in gzip_types, ssi_types, and sub_filter_types by Igor Sysoev · 17 years ago
- b5bc3f9 test Content-Type via hash: by Igor Sysoev · 17 years ago
- 777b019 ngx_strlow() by Igor Sysoev · 17 years ago
- 7f6b2ff *) back out r2040 by Igor Sysoev · 17 years ago
- a3a792b fix building without PCRE introduced in r2023 by Igor Sysoev · 17 years ago
- 2d951bf *) add ngx_palloc_aligned() to allocate explicitlty aligned memory by Igor Sysoev · 17 years ago
- 5cdb2ce *) remove optimize_host_names by Igor Sysoev · 17 years ago
- e55988c locations tree by Igor Sysoev · 17 years ago
- 89e0aad delete useless lines by Igor Sysoev · 17 years ago
- 61e991c axe never used variables by Igor Sysoev · 17 years ago
- 6d14e65 split ngx_http_block() further by Igor Sysoev · 17 years ago
- 87ac67f split ngx_http_block() by Igor Sysoev · 17 years ago
- f3be0b3 delete outdated debug logging that only causes segfault if enabled by Igor Sysoev · 17 years ago
- de8ec1e use ngx_int_t in ngx_sort() callback by Igor Sysoev · 17 years ago
- 5461caf fix r1490 by Igor Sysoev · 17 years ago
- 86ef6aa move condition declarations inside blocks where they are used by Igor Sysoev · 17 years ago
- 4b96baa u_char* is enough to keep file name by Igor Sysoev · 18 years ago
- 43c3bf4 regex in server_name by Igor Sysoev · 18 years ago
- 242d1de style fix by Igor Sysoev · 18 years ago
- 8889b65 named location by Igor Sysoev · 18 years ago
- 9d8a75c the "www.example.*" wildcard hash support by Igor Sysoev · 18 years ago
- 6633572 use pointer to an array instead of array for inclusive locations inside location by Igor Sysoev · 18 years ago
- c02ed54 use stable search where it is required by Igor Sysoev · 18 years ago
- aec57e2 align hash bucket size to cache line by Igor Sysoev · 18 years ago
- 627b8aa fix hash building on unknown 64-bit platform by Igor Sysoev · 18 years ago
- da173ab nginx-0.4.0-RELEASE import by Igor Sysoev · 19 years ago nginx-0.4.0
- 3338cfd nginx-0.3.46-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.46
- 7f7846d nginx-0.3.42-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.42
- 7bdb720 nginx-0.3.40-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.40
- 94e32ce nginx-0.3.37-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.37
- e50caa8 nginx-0.3.32-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.32
- 13c6874 nginx-0.3.31-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.31
- c2807ec nginx-0.3.28-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.28
- 8290d28 nginx-0.3.26-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.26