1. acf6c79 For the sake of case/switch code readability, 'fall through' comments added. by Maxim Konovalov · 13 years ago
  2. b74f8ff Fixed spelling in single-line comments. by Ruslan Ermilov · 13 years ago
  3. 9f38b20 Time parsing cleanup. by Maxim Dounin · 13 years ago
  4. 01c133c Fix for proxy_store leaving temporary files for subrequests. by Maxim Dounin · 13 years ago
  5. b3e3b2e Upstream: added callback hook for the "Set-Cookie" header. by Valentin Bartenev · 13 years ago
  6. 060b924 Upstream: fixed "too big header" check. by Maxim Dounin · 13 years ago
  7. f8d59e3 Copyright updated. by Maxim Konovalov · 13 years ago
  8. 822fe46 Cache locks initial implementation. by Maxim Dounin · 13 years ago
  9. d79f452 Added clearing of r->valid_unparsed_uri on internal redirects. by Maxim Dounin · 13 years ago
  10. 50546b2 Added the ngx_http_upstream_param_set_slot(). by Valentin Bartenev · 13 years ago
  11. e0c1a63 Upstream: don't cache unfinished responses. by Maxim Dounin · 13 years ago
  12. b8203e4 Additional headers for proxy/fastcgi/uwsgi/scgi_ignore_headers. by Maxim Dounin · 13 years ago
  13. 6e86fb0 Tweaked error messages. by Ruslan Ermilov · 13 years ago
  14. 20139ff Fixed cache bypass caching of non-cacheable replies (ticket #21). by Maxim Dounin · 13 years ago
  15. 886c629 Better handling of late upstream creation. by Maxim Dounin · 14 years ago
  16. b16918e Cache: fix for sending of stale responses. by Maxim Dounin · 14 years ago
  17. 28b001f Upstream: clearing of u->peer.connection on close. by Maxim Dounin · 14 years ago
  18. afe2e3d Fix of separate pool for upstream connections (r4117). by Maxim Dounin · 14 years ago
  19. f84c69a Upstream: Connection header processing. by Maxim Dounin · 14 years ago
  20. 4686f30 Upstream: Transfer-Encoding header processing. by Maxim Dounin · 14 years ago
  21. 2d6be3f Upstream: keepalive flag. by Maxim Dounin · 14 years ago
  22. a746bab Upstream: pipe length and input_filter_init in buffered mode. by Maxim Dounin · 14 years ago
  23. ffe4f11 Upstream: r->upstream->length type change to off_t. by Maxim Dounin · 14 years ago
  24. e19f005 Upstream: content_length_n API change. by Maxim Dounin · 14 years ago
  25. 360ed25 Upstream: separate pool for peer connections. by Maxim Dounin · 14 years ago
  26. c42c70f Workaround for cpu hog on errors with cached connections. by Maxim Dounin · 14 years ago
  27. d7c2673 API change: ngx_chain_update_chains() now requires pool. by Maxim Dounin · 14 years ago
  28. c2f852c update r3945 with more descriptive error message by Igor Sysoev · 14 years ago
  29. a3741fb finalizing with rc == 0 in unbuffered proxy mode caused nginx to wait by Igor Sysoev · 14 years ago
  30. 6c3c3bb fix segfault if cache key is larger than upstream buffer size by Igor Sysoev · 14 years ago
  31. 87ee007 revert r3935 and fix "stalled cache updating" alert by Igor Sysoev · 14 years ago
  32. 1788ec0 fix "stalled cache updating" alert, by Igor Sysoev · 14 years ago
  33. 0d62839 fix a broken cached response if bypass/no_cache directive values are different, by Igor Sysoev · 14 years ago
  34. 64efecc allow to use $upstream_... variables in SSI by Igor Sysoev · 14 years ago
  35. fde7d51 fix case when a host in fastcgi_pass, scgi_pass, and uwsgi_pass by Igor Sysoev · 14 years ago
  36. 9135a0e move debug logging inside ngx_http_file_cache_free() by Igor Sysoev · 15 years ago
  37. 406a680 several changes in cache cleanup handling: by Igor Sysoev · 15 years ago
  38. 6af21b7 fix r3707: cache node should be freed be a response is not cached by Igor Sysoev · 15 years ago
  39. 3cf3100 fix typo by Igor Sysoev · 15 years ago
  40. f297d0d an intercepted error code was not cached by Igor Sysoev · 15 years ago
  41. cc963cd style fix by Igor Sysoev · 15 years ago
  42. f7d659a proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypass by Igor Sysoev · 15 years ago
  43. 6a47b43 rename ngx_http_file_cache_create() to ngx_http_file_cache_new() by Igor Sysoev · 15 years ago
  44. 9aa3d7f ngx_http_file_cache_create() by Igor Sysoev · 15 years ago
  45. f3870c6 use ngx_http_test_predicates(), ngx_http_set_predicate_slot() by Igor Sysoev · 15 years ago
  46. 0bd1809 treat Set-Cookie as a header that forbids caching by Igor Sysoev · 15 years ago
  47. 7e14b50 use shared ngx_http_upstream_ignore_headers_masks[] by Igor Sysoev · 15 years ago
  48. de0b1d6 remove r->zero_in_uri by Igor Sysoev · 15 years ago
  49. 9b2763a proxy_no_cache and fastcgi_no_cache by Igor Sysoev · 15 years ago
  50. 402b2f0 do not cache response if it has "no-store" or "private" by Igor Sysoev · 15 years ago
  51. 05b1a8f ngx_str_set() and ngx_str_null() by Igor Sysoev · 15 years ago
  52. 328df7a use ngx_min() and ngx_max() by Igor Sysoev · 15 years ago
  53. 5739072 fix segfault: ngx_http_upstream_cleanup() cleans r->cleanup, by Igor Sysoev · 15 years ago
  54. 4e20f24 delete u->cleanup mark, this fixes large values in $upstream_response_time, by Igor Sysoev · 15 years ago
  55. e146ebd allow to handle 301/302 in error_page by Igor Sysoev · 15 years ago
  56. bd375b9 fix typo by Igor Sysoev · 15 years ago
  57. 601ab90 fix handling cached HTTP/0.9 response by Igor Sysoev · 15 years ago
  58. 8b816d8 change ngx_parse_addr() interface by Igor Sysoev · 15 years ago
  59. 72e9287 proxy_bind, fastcgi_bind, and memcached_bind by Igor Sysoev · 15 years ago
  60. 6712369 test comma separator in "Cache-Control" by Igor Sysoev · 15 years ago
  61. 136dd8d use real file cache length, this fixes cache size counting for responses by Igor Sysoev · 15 years ago
  62. 65166cf fix request counter in resolver handling, the bug was introduced in r3050 by Igor Sysoev · 16 years ago
  63. a552ab4 check unsafe Destination by Igor Sysoev · 16 years ago
  64. 12a7d49 fix request counter for X-Accel-Redirect, the bug was introduced in r3050 by Igor Sysoev · 16 years ago
  65. 3e75148 increase request counter before an upstream cleanup because the cleanup by Igor Sysoev · 16 years ago
  66. 8013a83 clean cache updating state if a response has uncacheable code or by Igor Sysoev · 16 years ago
  67. 8b8e995 do not create cache key in AIO invocation by Igor Sysoev · 16 years ago
  68. a39d4e1 fix sending a cached file using AIO by Igor Sysoev · 16 years ago
  69. 6fb506a directio_alignment by Igor Sysoev · 16 years ago
  70. a962506 FreeBSD and Linux AIO support by Igor Sysoev · 16 years ago
  71. 5297d45 axe r->connection->destroyed testing by Igor Sysoev · 16 years ago
  72. 5374610 process upstream ETag header by Igor Sysoev · 16 years ago
  73. 9db33c9 fix copy destination name length, introduced in r3025 by Igor Sysoev · 16 years ago
  74. b7a09c5 allow cross device temporary files atomic copying: by Igor Sysoev · 16 years ago
  75. 22fc3e6 fix segfault introduced in r3007 by Igor Sysoev · 16 years ago
  76. 15b7420 ngx_http_upstream_create() to cleanup the previous upstream after by Igor Sysoev · 16 years ago
  77. ce1ba38 fix handling "Last-Modified" and "Accept-Ranges" for upstream responses by Igor Sysoev · 16 years ago
  78. 7335dfa allow to proxy_pass_header/fastcgi_pass_header "X-Accel-Redirect", by Igor Sysoev · 16 years ago
  79. 2e9542b fix ngx_http_send_special() for subrequests handled by perl by Igor Sysoev · 16 years ago
  80. 704462a fix building --without-http-cache, broken in r2953 by Igor Sysoev · 16 years ago
  81. ad0d2fc fix segfault if there is error_page 401, proxy_intercept_errors is on by Igor Sysoev · 16 years ago
  82. bd9eda9 $upstream_cache_status by Igor Sysoev · 16 years ago
  83. 0775182 fix building --without-http-cache, broken in r2930 by Igor Sysoev · 16 years ago
  84. 83c93ba inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_header by Igor Sysoev · 16 years ago
  85. 55192e7 proxy_cache_use_stale/fastcgi_cache_use_stale updating by Igor Sysoev · 16 years ago
  86. fa524e9 delete useless r->cache->uses by Igor Sysoev · 16 years ago
  87. 260c432 return NULL instead of NGX_CONF_ERROR on a create conf failure by Igor Sysoev · 16 years ago
  88. 6019006 reset content_type hash value, this fixes a bug when XSLT responses by Igor Sysoev · 16 years ago
  89. 5ed3691 proxy_cache_methods and fastcgi_cache_methods by Igor Sysoev · 16 years ago
  90. 9804913 use already given variable by Igor Sysoev · 16 years ago
  91. 731e6a9 style fix by Igor Sysoev · 16 years ago
  92. dbebf0b fix building --without-http-cache the bug had been appeared in r2806 by Igor Sysoev · 16 years ago
  93. c340a28 delete level event of appropriate type, this should fix select()'s EBADF, by Igor Sysoev · 16 years ago
  94. 25870d8 reinit proxy/fastcgi header parser before ngx_http_upstream_cache_send() by Igor Sysoev · 16 years ago
  95. b4097d6 proxy/fastcgi_cache_use_stale http_50x did not work by Igor Sysoev · 16 years ago
  96. b01c9cc proxy_ignore_headers and fastcgi_ignore_headers by Igor Sysoev · 16 years ago
  97. df585ef get a full response if the response is cacheable or storable even by Igor Sysoev · 16 years ago
  98. 9bd1010 fix building --without-http-cache, introduced in r2664 and later by Igor Sysoev · 16 years ago
  99. c796dd2 shutdown client connection for cacheable header only responses by Igor Sysoev · 16 years ago
  100. e41e724 support 304 for cacheable responses by Igor Sysoev · 16 years ago