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