1. ee049b4 Added support for "429 Too Many Requests" response (RFC6585). by Piotr Sikora · 8 years ago
  2. 7d8869c Fixed type. by hucongcong · 8 years ago
  3. 5431d17 Slice filter: prevented slice redirection (ticket #1219). by Roman Arutyunyan · 8 years ago
  4. b7d30ba Slice filter: allowed at most one subrequest at a time. by Roman Arutyunyan · 8 years ago
  5. bfcaac0 Moved handling of wev->delayed to the connection event handler. by Maxim Dounin · 8 years ago
  6. 53a0b0d Perl: fixed delaying subrequests. by Maxim Dounin · 8 years ago
  7. 8c69e53 Limit req: fixed delaying subrequests. by Maxim Dounin · 8 years ago
  8. 858bcb0 HTTP/2: style and typos. by Piotr Sikora · 8 years ago
  9. 2c3da52 HTTP/2: fixed connection finalization. by Valentin Bartenev · 8 years ago
  10. 71aaa1c HTTP/2: fixed stream finalization. by Valentin Bartenev · 8 years ago
  11. d51b26d HTTP/2: emit PROTOCOL_ERROR on padding errors. by Piotr Sikora · 8 years ago
  12. ff1e288 HTTP/2: fix flow control with padded DATA frames. by Piotr Sikora · 8 years ago
  13. a0659ec HTTP/2: fix $body_bytes_sent variable. by Piotr Sikora · 8 years ago
  14. 95a8e5e HTTP/2: fix $bytes_sent variable. by Piotr Sikora · 8 years ago
  15. 4e6be49 Copy filter: wake up subrequests after aio operations. by Maxim Dounin · 8 years ago
  16. e845d65 Threads: fixed request hang with aio_write and subrequests. by Maxim Dounin · 8 years ago
  17. 7faf0b1 Fixed ngx_open_cached_file() error handling. by Sergey Kandaurov · 8 years ago
  18. 384d26d Fixed CPU hog while freeing hc->busy after e662cbf1b932 (1.11.11). by Maxim Dounin · 8 years ago
  19. 224d39e Simplified code about duplicate root/alias directive. by Ruslan Ermilov · 8 years ago
  20. 120131e Unified error messages about duplicate directives. by Ruslan Ermilov · 8 years ago
  21. 7e022d3 Access log: removed dead ev->timedout check in flush timer handler. by Maxim Dounin · 8 years ago
  22. 96ba672 Converted hc->busy/hc->free to use chain links. by Maxim Dounin · 8 years ago
  23. eecb088 Added missing "static" specifiers found by gcc -Wtraditional. by Ruslan Ermilov · 8 years ago
  24. df59fb9 Added missing static specifiers. by Eran Kornblau · 8 years ago
  25. edfe120 Fixed background update with "if". by Maxim Dounin · 8 years ago
  26. f477fa2 Gzip: free chain links on the hot path (ticket #1046). by Maxim Dounin · 8 years ago
  27. 5059839 Upstream: read handler cleared on upstream finalization. by Maxim Dounin · 8 years ago
  28. 7b60f07 Cache: increased cache header Vary and ETag lengths to 128. by Maxim Dounin · 8 years ago
  29. 5019dd2 Slice filter: fetch slices in cloned subrequests. by Roman Arutyunyan · 8 years ago
  30. d6a26ee Upstream: proxy_cache_background_update and friends. by Roman Arutyunyan · 8 years ago
  31. ccbbb77 Cache: support for stale-while-revalidate and stale-if-error. by Roman Arutyunyan · 8 years ago
  32. d07db6c Request body: commented out debug printing of old buffers. by Maxim Dounin · 8 years ago
  33. baf7d95 Request body: c->error on "100 Continue" errors (ticket #1194). by Maxim Dounin · 8 years ago
  34. 4ae1b0c SSL: fixed ssl_buffer_size on SNI virtual hosts (ticket #1192). by Maxim Dounin · 8 years ago
  35. d97dbf4 Variables: generic prefix variables. by Dmitry Volyntsev · 8 years ago
  36. b627846 Implemented the "server_tokens build" option. by Ruslan Ermilov · 8 years ago
  37. 89a0fee Upstream: removed unused bl_time and bl_state fields. by Maxim Dounin · 8 years ago
  38. 07e8433 Upstream: removed unused ngx_http_upstream_conf_t.timeout field. by Thibault Charbonnier · 8 years ago
  39. 6526c4a Upstream: removed compatibility shims from ngx_http_upstream_t. by Vladimir Homutov · 8 years ago
  40. 2869566 Upstream: fixed cache corruption and socket leaks with aio_write. by Maxim Dounin · 8 years ago
  41. bb68992 Win32: support 64-bit compilation with MSVC. by Maxim Dounin · 8 years ago
  42. 16a9d5f Win32: fixed some warnings reported by Borland C. by Maxim Dounin · 8 years ago
  43. 8ca190c Fixed missing "Location" field with some relative redirects. by Ruslan Ermilov · 8 years ago
  44. 4e7dda0 Core: relative redirects (closes #1000). by Ruslan Ermilov · 8 years ago
  45. 7739e4c Limited recursion when evaluating variables. by Ruslan Ermilov · 8 years ago
  46. aed50f2 Access log: support for json escaping. by Valentin Bartenev · 8 years ago
  47. d2cbbc4 The size of cmcf->phase_engine.handlers explained. by Ruslan Ermilov · 8 years ago
  48. 6696a10 HTTP/2: prevented creating temp files for requests without body. by Valentin Bartenev · 8 years ago
  49. 471bb6f HTTP/2: fixed posted streams handling. by Valentin Bartenev · 8 years ago
  50. b28f5c2 Map: the "volatile" parameter. by Ruslan Ermilov · 8 years ago
  51. b126ffc Map: simplified "map" block parser. by Ruslan Ermilov · 8 years ago
  52. 3880a45 Perl: added PERL_SET_INTERP(). by Maxim Dounin · 8 years ago
  53. befd607 Mp4: fixed setting wrong mdat atom size in very rare cases. by hucongcong · 8 years ago
  54. 316ef22 SSL: $ssl_curves (ticket #1088). by Maxim Dounin · 8 years ago
  55. bb9db6e SSL: $ssl_ciphers (ticket #870). by Maxim Dounin · 8 years ago
  56. ef0953b SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain. by Maxim Dounin · 8 years ago
  57. e6ccafe HTTP/2: fixed saving preread buffer to temp file (ticket #1143). by Valentin Bartenev · 8 years ago
  58. 210047e Upstream: handling of upstream SSL handshake timeouts. by Maxim Dounin · 8 years ago
  59. 36f36f3 Range filter: only initialize ctx->ranges in main request. by hucongcong · 8 years ago
  60. 600649c Style: switch. by Ruslan Ermilov · 8 years ago
  61. 9778101 Cache: prefix-based temporary files. by Maxim Dounin · 8 years ago
  62. f596018 Upstream: avoid holding a cache node with upgraded connections. by Maxim Dounin · 8 years ago
  63. f5dbfc5 Cache: proxy_cache_max_range_offset and friends. by Dmitry Volyntsev · 8 years ago
  64. 42367cf HTTP/2: flow control debugging. by Sergey Kandaurov · 8 years ago
  65. e8a0b07 Perl: fixed optimization in SSI command handler. by Maxim Dounin · 8 years ago
  66. 033506b HTTP/2: slightly improved debugging. by Ruslan Ermilov · 8 years ago
  67. a87559e Upstream: removed ngx_http_upstream_srv_conf_t.default_port. by Ruslan Ermilov · 8 years ago
  68. 6614afa Upstream: don't consider default_port when matching upstreams. by Ruslan Ermilov · 8 years ago
  69. d4f0bca Upstream: consistently initialize explicit upstreams. by Ruslan Ermilov · 8 years ago
  70. cdd022b Upstream: do not unnecessarily create per-request upstreams. by Ruslan Ermilov · 8 years ago
  71. f043ecf Upstream: added the ngx_http_upstream_resolved_t.name field. by Ruslan Ermilov · 8 years ago
  72. cf074de Upstream: removed unnecessary condition in proxy_eval() and friends. by Ruslan Ermilov · 8 years ago
  73. d862c49 HTTP/2: limited maximum number of requests in connection. by Valentin Bartenev · 8 years ago
  74. 1fbb94f Mp4: introduced custom version of ngx_atofp(). by Maxim Dounin · 8 years ago
  75. c7fab2a Proxy: support variables for proxy_method directive. by Dmitry Lazurkin · 8 years ago
  76. 5ea1769 SSL: RFC2253 compliant $ssl_client_s_dn and $ssl_client_i_dn. by Dmitry Volyntsev · 8 years ago
  77. 4f14d84 Image filter: support for WebP. by Valentin Bartenev · 8 years ago
  78. 0e0c331 HTTP/2: graceful shutdown of active connections (closes #1106). by Valentin Bartenev · 8 years ago
  79. ac9fd50 SSL: compatibility with BoringSSL. by Maxim Dounin · 8 years ago
  80. b79b407 Upstream: handling of proxy_set_header at http level. by Maxim Dounin · 8 years ago
  81. 75f01cf Proxy: do not create conf->headers_source when not needed. by Maxim Dounin · 8 years ago
  82. 3cb30f3 Upstream: hide_headers_hash handling at http level. by Maxim Dounin · 8 years ago
  83. f11f1a2 Upstream: hide_headers_hash inherited regardless of cache settings. by Maxim Dounin · 8 years ago
  84. f331285 Cache: cache manager debugging. by Ruslan Ermilov · 8 years ago
  85. c831c24 Modules compatibility: compatibility with NGX_HTTP_SSL. by Maxim Dounin · 8 years ago
  86. b999d93 Modules compatibility: compatibility with NGX_HAVE_FILE_AIO. by Maxim Dounin · 8 years ago
  87. ab4a670 Modules compatibility: compatibility with NGX_THREADS. by Maxim Dounin · 8 years ago
  88. 70394a0 Allowed '-' in method names. by Maxim Dounin · 8 years ago
  89. 1ecdbfd Realip: fixed duplicate processing on redirects (ticket #1098). by Maxim Dounin · 8 years ago
  90. 29cdcac Cache: cache manager limits. by Dmitry Volyntsev · 8 years ago
  91. 1ac062c Addition filter: set last_in_chain flag when clearing last_buf. by Roman Arutyunyan · 8 years ago
  92. f77585a Do not set last_buf flag in subrequests. by Roman Arutyunyan · 8 years ago
  93. 20fc020 Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks. by Ruslan Ermilov · 8 years ago
  94. 609fc4f Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks. by Maxim Dounin · 8 years ago
  95. c7689a8 Modules compatibility: removed unneeded IPV6_V6ONLY checks. by Maxim Dounin · 8 years ago
  96. c749cde Modules compatibility: http2. by Maxim Dounin · 8 years ago
  97. 86284d3 Modules compatibility: degradation fields now always present. by Maxim Dounin · 8 years ago
  98. 0615b33 Introduced the NGX_COMPAT macro. by Ruslan Ermilov · 9 years ago
  99. a0f6fed Modules compatibility: down flag promoted to a bitmask. by Maxim Dounin · 9 years ago
  100. 144dc69 Modules compatibility: upstream config field. by Maxim Dounin · 9 years ago