Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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