1. 3266171 read_ahead by Igor Sysoev · 16 years ago
  2. 689064b log 499 instead 0, the bug was introduced in r3050 by Igor Sysoev · 16 years ago
  3. 13210a1 allow several perl_modules by Igor Sysoev · 16 years ago
  4. d9ef969 use ngx_conf_set_str_array_slot() for perl_require by Igor Sysoev · 16 years ago
  5. 2c808cc optimize error handling by Igor Sysoev · 16 years ago
  6. 0056d6b bump version by Igor Sysoev · 16 years ago
  7. 65166cf fix request counter in resolver handling, the bug was introduced in r3050 by Igor Sysoev · 16 years ago
  8. 00e723d we do not need to increase request counter in this place, by Igor Sysoev · 16 years ago
  9. 63bfeb9 fix r3078: do not increase request counter if body has been just discarded by Igor Sysoev · 16 years ago
  10. 812234e fix discarding body by Igor Sysoev · 16 years ago
  11. a552ab4 check unsafe Destination by Igor Sysoev · 16 years ago
  12. 7f6d71b low ENAMETOOLONG logging level by Igor Sysoev · 16 years ago
  13. cdaf442 $ssl_session_id by Igor Sysoev · 16 years ago
  14. f63a48c update the previous commit: use ngx_strlow() by Igor Sysoev · 16 years ago
  15. 6749e92 $host is always in low case: by Igor Sysoev · 16 years ago
  16. 3749443 bump version by Igor Sysoev · 16 years ago
  17. 70df46f fix typo in addition_types directive name by Igor Sysoev · 16 years ago
  18. 7386cf5 fix request counter for post_action, the bug was introduced in r3050 by Igor Sysoev · 16 years ago
  19. 5b6b1fd allow to log invalid $request in access_log always, by Igor Sysoev · 16 years ago
  20. c828202 *) issue warning instead of failure: this is too common case by Igor Sysoev · 16 years ago
  21. d1e9567 do not pass buf with empty cached response, by Igor Sysoev · 16 years ago
  22. 04c2f08 nginx always sent "Vary: Accept-Encoding", by Igor Sysoev · 16 years ago
  23. 4428cfc image_filter_transparency by Igor Sysoev · 16 years ago
  24. f1edf87 fix alpha-channel transparency in PNG by Igor Sysoev · 16 years ago
  25. 6db93ab allow perl "sub{..." by Igor Sysoev · 16 years ago
  26. e6823b5 bump version by Igor Sysoev · 16 years ago
  27. be9d165 test space between "~" and regex in server_name and invalid_referers by Igor Sysoev · 16 years ago
  28. 97aa4c8 handle "/../" case more reliably by Igor Sysoev · 16 years ago
  29. 12a7d49 fix request counter for X-Accel-Redirect, the bug was introduced in r3050 by Igor Sysoev · 16 years ago
  30. 84b20ca fix case when the output filter should add incoming buffers by Igor Sysoev · 16 years ago
  31. 79b8049 fix transparency in GIF by Igor Sysoev · 16 years ago
  32. 96e36ef If .domain.com, .sub.domain.com, and .domain-some.com were defined, by Igor Sysoev · 16 years ago
  33. e0f1d0a style fix by Igor Sysoev · 16 years ago
  34. 526f36a fix request counter for rewrite or internal redirection cycle, by Igor Sysoev · 16 years ago
  35. 3e75148 increase request counter before an upstream cleanup because the cleanup by Igor Sysoev · 16 years ago
  36. 4d4b2a1 fix request counter handling in perl module for $r->internal_redirect() by Igor Sysoev · 16 years ago
  37. 9963b19 do not pass incoming buf chain twice if data are ready, by Igor Sysoev · 16 years ago
  38. d0afc39 bump version by Igor Sysoev · 16 years ago
  39. 28debb2 fix the previous commit by Igor Sysoev · 16 years ago
  40. 78fd825 preload just a single byte to avoid testing file overrun by Igor Sysoev · 16 years ago
  41. 8013a83 clean cache updating state if a response has uncacheable code or by Igor Sysoev · 16 years ago
  42. 7d71c80 fix request counter handling for perl handler, introduced in r3050 by Igor Sysoev · 16 years ago
  43. 63494b4 discrease slightly ngx_http_parse_header_line() size: by Igor Sysoev · 16 years ago
  44. 21e3e05 discard request body before returning 413 error, by Igor Sysoev · 16 years ago
  45. b4cc2fc fix request counter handling while discarding body, introduced in r3050 by Igor Sysoev · 16 years ago
  46. 56f06e6 use %*s instead of %V by Igor Sysoev · 16 years ago
  47. 2e9ea35 fix segfault when a header starts with "\rX" by Igor Sysoev · 16 years ago
  48. f13a250 bump version by Igor Sysoev · 16 years ago
  49. 9f9054d retry aio sendfile if data are ready by Igor Sysoev · 16 years ago
  50. 06bb9d2 fix building on FreeBSD without --with-file-aio by Igor Sysoev · 16 years ago
  51. c76ba2b bump version by Igor Sysoev · 16 years ago
  52. fb30a18 fix request counter handling for try_files, introduced in r3050 by Igor Sysoev · 16 years ago
  53. bfff034 aio sendfile by Igor Sysoev · 16 years ago
  54. ddda411 *) ngx_http_ephemeral *) use preallocated terminal_posted_request by Igor Sysoev · 16 years ago
  55. d11fa71 use local variable and fix debug log message by Igor Sysoev · 16 years ago
  56. 61b09e5 fix request counter for memcached, introduced in r3050 by Igor Sysoev · 16 years ago
  57. cfb6888 bump version by Igor Sysoev · 16 years ago
  58. 8b8e995 do not create cache key in AIO invocation by Igor Sysoev · 16 years ago
  59. a39d4e1 fix sending a cached file using AIO by Igor Sysoev · 16 years ago
  60. aa4200b do not disable gzip for MSIE 6.0 SV1 in "gzip_disable msie6" by Igor Sysoev · 16 years ago
  61. 6fb506a directio_alignment by Igor Sysoev · 16 years ago
  62. a962506 FreeBSD and Linux AIO support by Igor Sysoev · 16 years ago
  63. 1163af9 style fix by Igor Sysoev · 16 years ago
  64. 5297d45 axe r->connection->destroyed testing by Igor Sysoev · 16 years ago
  65. b603dd4 request reference counter by Igor Sysoev · 16 years ago
  66. 79fb302 bump version by Igor Sysoev · 16 years ago
  67. a79f8a5 strict testing "access_log off" by Igor Sysoev · 16 years ago
  68. 5374610 process upstream ETag header by Igor Sysoev · 16 years ago
  69. 9db33c9 fix copy destination name length, introduced in r3025 by Igor Sysoev · 16 years ago
  70. 0f00b0a fix memory leak if GeoIP City database was used by Igor Sysoev · 16 years ago
  71. 42e49ba bump version by Igor Sysoev · 16 years ago
  72. 45ec56b refactor fastcgi stderr handling by Igor Sysoev · 16 years ago
  73. b7a09c5 allow cross device temporary files atomic copying: by Igor Sysoev · 16 years ago
  74. 703aab0 unlock incompletely loaded cache by Igor Sysoev · 16 years ago
  75. 4413fad cache loader process by Igor Sysoev · 16 years ago
  76. 3210b28 test cache path levels while reconfiguration by Igor Sysoev · 16 years ago
  77. fe87264 bump version by Igor Sysoev · 16 years ago
  78. 22fc3e6 fix segfault introduced in r3007 by Igor Sysoev · 16 years ago
  79. ccefc4f fix a garbage in a split fastcgi header by Igor Sysoev · 16 years ago
  80. 1b52828 continue to parse available fastcgi record after a split header, by Igor Sysoev · 16 years ago
  81. 5fab282 bump version by Igor Sysoev · 16 years ago
  82. 15b7420 ngx_http_upstream_create() to cleanup the previous upstream after by Igor Sysoev · 16 years ago
  83. b477b2c clear "Accept-Ranges" for SSI responses by Igor Sysoev · 16 years ago
  84. ce1ba38 fix handling "Last-Modified" and "Accept-Ranges" for upstream responses by Igor Sysoev · 16 years ago
  85. 7335dfa allow to proxy_pass_header/fastcgi_pass_header "X-Accel-Redirect", by Igor Sysoev · 16 years ago
  86. b514255 fix return value by Igor Sysoev · 16 years ago
  87. 1099f9f fix segfault if 400 or 414 errors are handled intricately by Igor Sysoev · 16 years ago
  88. 543151b fix libxml2 error message by Igor Sysoev · 16 years ago
  89. 2cc1396 variables support in image_filter by Igor Sysoev · 16 years ago
  90. 80c3e8e delete OpenSSL pre-0.9.7 compatibility: the sources were not actually by Igor Sysoev · 16 years ago
  91. 9db0245 ssl_crl by Igor Sysoev · 16 years ago
  92. 5b4b7c5 *) $ssl_client_verify by Igor Sysoev · 16 years ago
  93. a4038c8 fix r2972, it caused "zero size buf" alert. by Igor Sysoev · 16 years ago
  94. 15e3b01 geo module supports trusted proxies by Igor Sysoev · 16 years ago
  95. 55d47a8 do not test "..." case since it's Win9x family feature only by Igor Sysoev · 16 years ago
  96. 5639272 do auto redirect for proxy_pass/fastcgi_pass with variables by Igor Sysoev · 16 years ago
  97. 193f9f3 bump version by Igor Sysoev · 16 years ago
  98. bc10147 ngx_http_geoip_module by Igor Sysoev · 16 years ago
  99. 142a9c3 preserve XML wellFormed field before freeing memory by Igor Sysoev · 16 years ago
  100. c30d6da style fix by Igor Sysoev · 16 years ago