1. 302cedc variable support for unix sockets in fastcgi_pass and proxy_pass by Igor Sysoev · 16 years ago
  2. cf6c582 fix segfault by Igor Sysoev · 16 years ago
  3. 371766c $upstream_response_length by Igor Sysoev · 16 years ago
  4. 524f54f use ngx_ext_rename_file() for single file MOVE by Igor Sysoev · 16 years ago
  5. b9409a8 use already available r and u instead of ev by Igor Sysoev · 16 years ago
  6. 3e15a97 fix r2378, run posted requests after upstream event handling by Igor Sysoev · 16 years ago
  7. 851cd73 *) refactor subrequest handling, now they run as separate posted requests by Igor Sysoev · 16 years ago
  8. 15fbaa6 read and process upstream header in cycle, by Igor Sysoev · 16 years ago
  9. a485909 memcached response was stored in variable with END by Igor Sysoev · 16 years ago
  10. 694c849 fix r1913 by Igor Sysoev · 16 years ago
  11. 797c6ef *) ngx_http_upstream_test_next() by Igor Sysoev · 17 years ago
  12. d01eea1 ngx_http_upstream_intercept_errors() by Igor Sysoev · 17 years ago
  13. 3165425 strip charset name quotes by Igor Sysoev · 17 years ago
  14. 916ee8e proxy_ssl_session_reuse by Igor Sysoev · 17 years ago
  15. f60dde9 disable original URI usage in proxy_pass after X-Accel-Redirect by Igor Sysoev · 17 years ago
  16. ac721d0 if upstream sent a location header without status use 302 by Igor Sysoev · 17 years ago
  17. 7f6b2ff *) back out r2040 by Igor Sysoev · 17 years ago
  18. 6a2ea3f small fix by Igor Sysoev · 17 years ago
  19. 523e09e fix segfault by Igor Sysoev · 17 years ago
  20. f576f0d quick resolving handles u->resolved->ctx by itself by Igor Sysoev · 17 years ago
  21. a4ec686 fix peer sendfile capability by Igor Sysoev · 17 years ago
  22. 9ff26ce use ngx_ext_rename_file() in proxy/fastcgi_store by Igor Sysoev · 17 years ago
  23. cca6000 ngx_resolve_name() frees ctx on immediate failure by Igor Sysoev · 17 years ago
  24. 8efe926 fix r1903 by Igor Sysoev · 17 years ago
  25. 7c15b75 fix memory leak in long-lived non buffered connections by Igor Sysoev · 17 years ago
  26. d3434df check port in upstream list by Igor Sysoev · 17 years ago
  27. be0a61e test response length in proxy/fastcgi_store by Igor Sysoev · 17 years ago
  28. 0123ee3 optimization by Igor Sysoev · 17 years ago
  29. 6d4b5a1 $upstream_addr did not contain last address, the bug was introduced in r1659 by Igor Sysoev · 17 years ago
  30. 3fc85af style fix: remove trailing spaces by Igor Sysoev · 17 years ago
  31. f2932dc optimize r->upstream usage by Igor Sysoev · 17 years ago
  32. cb54061 *) now ngx_conf_set_str_array_slot() tests NGX_CONF_UNSET_PTR by Igor Sysoev · 17 years ago
  33. 5a55d71 return NGX_ERROR instead of NGX_HTTP_INTERNAL_SERVER_ERROR in u->parse_header() by Igor Sysoev · 17 years ago
  34. 27dd6a6 use malloc() in ngx_win32_rename_file, set crit level instead of error by Igor Sysoev · 17 years ago
  35. 6b2fce4 allow to use IP addresses without defined resolver by Igor Sysoev · 17 years ago
  36. 96dd8af proxy_pass variables support by Igor Sysoev · 17 years ago
  37. 32717eb r->headers_out.refresh by Igor Sysoev · 17 years ago
  38. 685fd08 set r->headers_out.location for non-local redirects by Igor Sysoev · 17 years ago
  39. 1d04b14 64-bit time_t compatibility by Igor Sysoev · 17 years ago
  40. 2d3f3f6 fix English grammar by Igor Sysoev · 17 years ago
  41. 7ed63ee use pool instead of ngx_conf_t by Igor Sysoev · 18 years ago
  42. 7973964 optimization by Igor Sysoev · 18 years ago
  43. f532941 pass length clearly by Igor Sysoev · 18 years ago
  44. 0659720 use ngx_strstrn() and ngx_strcasestrn() by Igor Sysoev · 18 years ago
  45. 4b96baa u_char* is enough to keep file name by Igor Sysoev · 18 years ago
  46. 9e4b727 connection error should be logged with "connecting to upstream" action, by Igor Sysoev · 18 years ago
  47. 3dea919 read EOF of header only responses in non-buffered proxying by Igor Sysoev · 18 years ago
  48. e101338 upstream sendfile bit was overridden by r->connection->sendfile by Igor Sysoev · 18 years ago
  49. 6876bcd backup upstream servers by Igor Sysoev · 18 years ago
  50. 32b7875 fix case when two directives by Igor Sysoev · 18 years ago
  51. fbd9b43 proxy_store and fastcgi_store were changed, by Igor Sysoev · 18 years ago
  52. 58feb53 proxy_store and fastcgi_store by Igor Sysoev · 18 years ago
  53. 8b0a3d2 fix segfault when session was freed twice by Igor Sysoev · 18 years ago
  54. def1e74 if subrequest response was buffered in file, then subrequest was finalized by Igor Sysoev · 18 years ago
  55. 84cc2cc style fix by Igor Sysoev · 18 years ago
  56. 29f5912 $upstream_addr by Igor Sysoev · 18 years ago
  57. e0f8662 store the upstream states before X-Accel-Redirect to a next upstream by Igor Sysoev · 18 years ago
  58. fb95894 style fix: remove tabs by Igor Sysoev · 18 years ago
  59. 2723361 $upstream_http_... variables by Igor Sysoev · 18 years ago
  60. 24a9594 separate ngx_http_upstream_test_connect() and by Igor Sysoev · 18 years ago
  61. 77d7f80 fix segfault if upstream sends trailing ";" in "charset=" by Igor Sysoev · 18 years ago
  62. 7b2d87f add debug logging by Igor Sysoev · 18 years ago
  63. 722231f ngx_strcasecmp()/ngx_strncasecmp() by Igor Sysoev · 18 years ago
  64. f15b839 log a right subrequest by Igor Sysoev · 18 years ago
  65. 8ff1e32 fix segfault when client_body_in_file_only is on, the body is not passed by Igor Sysoev · 18 years ago
  66. ae2006b a non-active client connection must not closed after send timeout by Igor Sysoev · 18 years ago
  67. 8488a1c allow the upstream modules to send a header only by Igor Sysoev · 18 years ago
  68. bf3aaac rewritten upstream by Igor Sysoev · 18 years ago
  69. 2fb2a8d upstream name was tried to resolve by Igor Sysoev · 18 years ago
  70. e60b99f TCP upstreams always used the first TCP upstream with the same name by Igor Sysoev · 18 years ago
  71. 8f98581 the previous fix does not actually fix overflow by Igor Sysoev · 18 years ago
  72. 8b6844c fix msec overflow by Igor Sysoev · 18 years ago
  73. 3d2fd18 upstream choice modules by Igor Sysoev · 18 years ago
  74. a8c54c0 axe old % log format by Igor Sysoev · 18 years ago
  75. eb885fa fix negative upstream response time by Igor Sysoev · 18 years ago
  76. 3718891 style fix: remove trailing spaces by Igor Sysoev · 18 years ago
  77. 960100e <!--#include virtual=... set=... --> by Igor Sysoev · 18 years ago
  78. cea316d not do ngx_http_upstream_finalize_request() twice by Igor Sysoev · 19 years ago
  79. e3fbaea fix building introduced by previous commit by Igor Sysoev · 19 years ago
  80. 52ec2c4 finalize nonbuffered request on timeout by Igor Sysoev · 19 years ago
  81. aec57e2 align hash bucket size to cache line by Igor Sysoev · 19 years ago
  82. 627b8aa fix hash building on unknown 64-bit platform by Igor Sysoev · 19 years ago
  83. da173ab nginx-0.4.0-RELEASE import by Igor Sysoev · 19 years ago nginx-0.4.0
  84. ef31643 nginx-0.3.59-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.59
  85. 08e63d4 nginx-0.3.58-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.58
  86. c55a104 nginx-0.3.57-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.57
  87. 8f12558 nginx-0.3.55-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.55
  88. bb28b6d nginx-0.3.54-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.54
  89. 1765f47 nginx-0.3.53-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.53
  90. e240762 nginx-0.3.51-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.51
  91. ef809b8 nginx-0.3.50-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.50
  92. afd7ec5 nginx-0.3.48-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.48
  93. 6f134cc nginx-0.3.47-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.47
  94. 3338cfd nginx-0.3.46-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.46
  95. 7f7846d nginx-0.3.42-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.42
  96. 7bdb720 nginx-0.3.40-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.40
  97. 6d16e1e nginx-0.3.36-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.36
  98. 8fea885 nginx-0.3.33-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.33
  99. 13c6874 nginx-0.3.31-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.31
  100. 69d73da nginx-0.3.29-RELEASE import by Igor Sysoev · 19 years ago nginx-0.3.29