1. d6a26ee Upstream: proxy_cache_background_update and friends. by Roman Arutyunyan · 8 years ago
  2. f5dbfc5 Cache: proxy_cache_max_range_offset and friends. by Dmitry Volyntsev · 8 years ago
  3. f043ecf Upstream: added the ngx_http_upstream_resolved_t.name field. by Ruslan Ermilov · 8 years ago
  4. cf074de Upstream: removed unnecessary condition in proxy_eval() and friends. by Ruslan Ermilov · 8 years ago
  5. b79b407 Upstream: handling of proxy_set_header at http level. by Maxim Dounin · 8 years ago
  6. 7638aca SSL: ngx_ssl_ciphers() to set list of ciphers. by Tim Taubert · 9 years ago
  7. 055c460 Upstream: the "transparent" parameter of proxy_bind and friends. by Roman Arutyunyan · 9 years ago
  8. 35062c6 Upstream: proxy_next_upstream non_idempotent. by Maxim Dounin · 9 years ago
  9. 4a3c479 Upstream: fixed "no port" detection in evaluated upstreams. by Ruslan Ermilov · 9 years ago
  10. ae0d1e5 Disabled SSLv3 by default (ticket #653). by Maxim Dounin · 10 years ago
  11. 4c284c3 Upstream: uwsgi_request_buffering, scgi_request_buffering. by Maxim Dounin · 10 years ago
  12. 9a0eb4f Upstream: added variables support to proxy_cache and friends. by Valentin Bartenev · 10 years ago
  13. 5de6662 Upstream: refactored proxy_cache and friends. by Valentin Bartenev · 10 years ago
  14. e764ffb Upstream: mutually exclusive inheritance of "cache" and "store". by Valentin Bartenev · 10 years ago
  15. a4b7b10 Upstream: simplified proxy_store and friends configuration code. by Valentin Bartenev · 10 years ago
  16. c562b74 Upstream: fixed inheritance of proxy_store and friends. by Valentin Bartenev · 10 years ago
  17. dbf4176 Upstream: fixed unexpected inheritance into limit_except blocks. by Maxim Dounin · 10 years ago
  18. 18f34cf Upstream: inheritance of proxy_pass and friends (ticket #645). by Maxim Dounin · 10 years ago
  19. 8898c97 Upstream: different header lists for cached and uncached requests. by Roman Arutyunyan · 10 years ago
  20. bcf6b11 Upstream: moved header lists to separate structures. by Roman Arutyunyan · 10 years ago
  21. 62dfdf1 Upstream: moved header initializations to separate functions. by Roman Arutyunyan · 10 years ago
  22. 2628cc1 Cache: proxy_cache_lock_age and friends. by Roman Arutyunyan · 10 years ago
  23. a9d9b09 Upstream: add "proxy_ssl_certificate" and friends. by Piotr Sikora · 10 years ago
  24. 18e4d04 Upstream: proxy_limit_rate and friends. by Roman Arutyunyan · 10 years ago
  25. 2244a5e Upstream: proxy_force_ranges and friends. by Roman Arutyunyan · 10 years ago
  26. 02ce6c4 Upstream: limited next_upstream time and tries (ticket #544). by Roman Arutyunyan · 11 years ago
  27. 3a235bf Added warning about unset cache keys. by Maxim Dounin · 11 years ago
  28. d7d26fe Style. by Maxim Dounin · 11 years ago
  29. 2cfcef5 Style: remove whitespace between function name and parentheses. by Piotr Sikora · 11 years ago
  30. 46ac5c7 Upstream: cache revalidation using If-None-Match. by Maxim Dounin · 11 years ago
  31. cae1bd3 Upstream: uwsgi_ssl_name, uwsgi_ssl_verify, and so on. by Maxim Dounin · 11 years ago
  32. 93eb94d Upstream: plugged potential memory leak on reload. by Maxim Dounin · 11 years ago
  33. 60d508c Upstream: fix $upstream_status variable. by Piotr Sikora · 11 years ago
  34. 2b1156d Style: removed surplus semicolons. by Valentin Bartenev · 11 years ago
  35. 0c585ad Trailing whitespace fix. by Maxim Dounin · 11 years ago
  36. 19f4752 Fixed incorrect ngx_str_set() usage, broken in c82b2e020b9f. by Piotr Sikora · 11 years ago
  37. 67b0d16 Fixed build without SSL, broken by c82b2e020b9f. by Maxim Dounin · 11 years ago
  38. 24e1db9 SSL support in the uwsgi module. by Maxim Dounin · 11 years ago
  39. 3dec2b1 Upstream: skip empty cache headers. by Maxim Dounin · 11 years ago
  40. 1ac2693 Upstream: cache revalidation with conditional requests. by Maxim Dounin · 11 years ago
  41. 989a713 Upstream: subrequest_in_memory support for SCGI and uwsgi enabled. by Maxim Dounin · 12 years ago
  42. 1a983a0 Upstream: http_403 support in proxy_next_upstream (and friends). by Maxim Dounin · 12 years ago
  43. 56bc5f2 Trailing whitespace fix. by Maxim Dounin · 12 years ago
  44. 208fc03 Connection upgrade support in uwsgi and scgi modules. by Maxim Dounin · 12 years ago
  45. 5d143ca Fixed and improved the "*_bind" directives of proxying modules. by Ruslan Ermilov · 12 years ago
  46. 73fb7e8 Allow the complex value to be defined as an empty string. by Ruslan Ermilov · 12 years ago
  47. b34f84d Added r->state reset on fastcgi/scgi/uwsgi request start. by Maxim Dounin · 13 years ago
  48. 43d2b1c Fixed grammar in error messages. by Ruslan Ermilov · 13 years ago
  49. eb526b7 Fixed incorrect ngx_cpystrn() usage in ngx_http_*_process_header(). by Maxim Dounin · 13 years ago
  50. 205394e Uwsgi: merged r->http_version fixes from scgi module. by Maxim Dounin · 13 years ago
  51. ee18743 Whitespace fixes. by Maxim Dounin · 13 years ago
  52. f8d59e3 Copyright updated. by Maxim Konovalov · 13 years ago
  53. 2c55914 Fixed proxy_cache_use_stale in "no live upstreams" case. by Maxim Dounin · 13 years ago
  54. da8a43d Cache lock support for fastcgi, scgi, uwsgi. by Maxim Dounin · 13 years ago
  55. 582b531 uwsgi: added "if_not_empty" flag support to the "uwsgi_param" directive. by Valentin Bartenev · 13 years ago
  56. 030523d Fixed fastcgi/scgi/uwsgi_param inheritance. by Maxim Dounin · 13 years ago
  57. ca01f46 Separate functions to merge fastcgi/scgi/uwsgi params. by Maxim Dounin · 13 years ago
  58. 3aba768 Added uwsgi_buffering and scgi_buffering directives. by Maxim Dounin · 13 years ago
  59. 5a52d67 Fix ignored headers handling in fastcgi/scgi/uwsgi. by Maxim Dounin · 14 years ago
  60. c2f852c update r3945 with more descriptive error message by Igor Sysoev · 14 years ago
  61. fde7d51 fix case when a host in fastcgi_pass, scgi_pass, and uwsgi_pass by Igor Sysoev · 14 years ago
  62. 90f9552 inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass inside by Igor Sysoev · 15 years ago
  63. 6d9d07b fix directive type by Igor Sysoev · 15 years ago
  64. f7d659a proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypass by Igor Sysoev · 15 years ago
  65. 4769d10 fix scgi_no_cache and uwsgi_no_cache initialization by Igor Sysoev · 15 years ago
  66. f3870c6 use ngx_http_test_predicates(), ngx_http_set_predicate_slot() by Igor Sysoev · 15 years ago
  67. 0cb0c67 do not use a cache headers set to hide by Igor Sysoev · 15 years ago
  68. 7e14b50 use shared ngx_http_upstream_ignore_headers_masks[] by Igor Sysoev · 15 years ago
  69. 0f6ae59 style fix by Igor Sysoev · 15 years ago
  70. 2515f8e fix r3628 by Igor Sysoev · 15 years ago
  71. 1cc1b31 make code more obviuos by Igor Sysoev · 15 years ago
  72. 54b35b0 use ngx_http_parse_status_line() by Igor Sysoev · 15 years ago
  73. bef3155 update the previous commit by Igor Sysoev · 15 years ago
  74. 85fe9bf support CGI-style response by Igor Sysoev · 15 years ago
  75. 68294d7 style fix by Igor Sysoev · 15 years ago
  76. f0bf995 delete empty Server and Date header used only in proxy mode by Igor Sysoev · 15 years ago
  77. a17adae change variable names by Igor Sysoev · 15 years ago
  78. 741caea delete surplus flush by Igor Sysoev · 15 years ago
  79. bf8f69c uwsgi cache by Igor Sysoev · 15 years ago
  80. 45cb0a0 uwsgi_bind by Igor Sysoev · 15 years ago
  81. b957938 allow uwsgi_param to override client headers using HTTP_ parameters by Igor Sysoev · 15 years ago
  82. 36e11ce uwsgi_store by Igor Sysoev · 15 years ago
  83. 6b373a9 add uwsgi_param and client request headers debug logging by Igor Sysoev · 15 years ago
  84. 7a3edc0 style fix by Igor Sysoev · 15 years ago
  85. 66ba32c improve uwsgi_string processing by Igor Sysoev · 15 years ago
  86. b36e5a7 delete unneeded declaration by Igor Sysoev · 15 years ago
  87. 4ddb525 delete unused ngx_http_uwsgi_add_variables() by Igor Sysoev · 15 years ago
  88. c1f3d6e improve uwsgi_modifierX processing: by Igor Sysoev · 15 years ago
  89. d0aa4ca remove LICENSE text by Igor Sysoev · 15 years ago
  90. 26b621d style fix by Igor Sysoev · 15 years ago
  91. e45b892 ./configure --http-uwsgi-temp-path=PATH by Igor Sysoev · 15 years ago
  92. dc4b53f fix the previous commit when value is static string: remove the special by Igor Sysoev · 15 years ago
  93. 1089957 remove useless copy: key name should be just copied before value length by Igor Sysoev · 15 years ago
  94. 4c9c518 simplify binary little endian length processing by Igor Sysoev · 15 years ago
  95. 94be6be use ngx_str_set() and ngx_str_null() by Igor Sysoev · 15 years ago
  96. a754521 fix copyrights by Igor Sysoev · 15 years ago
  97. 670cdbb fix style, some names, and building by MSVC8 by Igor Sysoev · 15 years ago
  98. 6d7beea style fix: remove tabs and trailing spaces by Igor Sysoev · 15 years ago
  99. 3a881d3 import original ngx_http_uwsgi_module version by Igor Sysoev · 15 years ago