Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. nginx_upload_progress release 0.8.4 24 Feb 2012
  2. * Fix compatibility with nginx 1.1.15
  3. nginx_upload_progress release 0.8.3 11 Sep 2011
  4. * HTTP redirects (ie 3xx range) shouldn't be reported as an error (thanks to
  5. Pierre-Yves Kerembellec)
  6. * Fix a double remove in the rb tree due to an uninitialized flag (thanks to
  7. Theo Cushion)
  8. nginx_upload_progress release 0.8.2 07 Nov 2010
  9. * Session ID query string parameter name is now configurable (thanks to
  10. Pierre-Yves Kerembellec)
  11. nginx_upload_progress release 0.8.1 27 Feb 2010
  12. * Fixed find_node so that it can find correctly nodes when there is an
  13. hash collision (thanks to Markus Doppelbauer for his detailed bug report
  14. and test case).
  15. nginx_upload_progress release 0.8 19 Dec 2009
  16. * fixed segfault at start on some platforms (reported by Vladimir
  17. Getmanshchuk and Denis Denisenko)
  18. * implemented JSONP output (thanks to Bruno Deferrari)
  19. * X-Progress-ID can now be the last parameter in the request (thanks to
  20. Bruno Deferrari)
  21. nginx_upload_progress release 0.7 21 Nov 2009
  22. * fixed segfault when uploads are aborted (thanks to Markus Doppelbauer for
  23. his bug report)
  24. * session ID header name is now configurable (thanks to Valery Kholodkov)
  25. * Added directive to format output as pure json (thanks to Valery Kholodkov)
  26. * Added directive to format output with configurable template (thanks to
  27. Valery Kholodkov)
  28. * Added directive to set a probe response content-type (thanks to Valery
  29. Kholodkov)
  30. * Added upload status variables (needs a status patch) (thanks to Valery
  31. Kholodkov)
  32. nginx_upload_progress release 0.6 12 Sep 2009
  33. * fixed node corruption when cleaning uploads (thanks to Vladimir
  34. Getmanshchuk for his detailed report)
  35. nginx_upload_progress release 0.5 28 Jun 2008
  36. * fixed progress probes returning "done" when upload was still in progress
  37. (thanks to Alexandr Kutuzov for his detailed report)
  38. * fixed stuck worker process because of rescheduled timer when issuing a
  39. reload or graceful quit (thanks to Alexandr Kutuzov for his detailed
  40. report)
  41. nginx_upload_progress release 0.4 18 May 2008
  42. * Incompatible change: track_uploads MUST be the last directive of a location
  43. it also must be in a proxy_pass or fastcgi_pass location.
  44. * fixed multiple worker_process issue
  45. * fixed several crash conditions
  46. nginx_upload_progress release 0.3 06 May 2008
  47. * fixed crash if the upload was denied by nginx because of any error
  48. condition (thanks to Michal Drapiewski for his detailed report)
  49. * report original upload error condition to client in the upload progress
  50. probe
  51. * case-insensitive checking of the X-Progress-ID header to overcome Internet
  52. Explorer XMLHttpRequest issue.
  53. nginx_upload_progress release 0.2 10 Oct 2007
  54. * the system now remembers old active uploads for 1 minute to be
  55. able to send back either error status or done status to upload
  56. progress probes.
  57. * track of HTTP error 413 (request entity too large) is implemented
  58. and the error status '413' is returned.
  59. nginx_upload_progress release 0.1 3 Oct 2007
  60. * public release