You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. nginx_upload_progress release 0.7 21 Nov 2009
  2. * fixed segfault when uploads are aborted (thanks to Markus Doppelbauer for
  3. his bug report)
  4. * session ID header name is now configurable (thanks to Valery Kholodkov)
  5. * Added directive to format output as pure json (thanks to Valery Kholodkov)
  6. * Added directive to format output with configurable template (thanks to
  7. Valery Kholodkov)
  8. * Added directive to set a probe response content-type (thanks to Valery
  9. Kholodkov)
  10. * Added upload status variables (needs a status patch) (thanks to Valery
  11. Kholodkov)
  12. nginx_upload_progress release 0.6 12 Sep 2009
  13. * fixed node corruption when cleaning uploads (thanks to Vladimir
  14. Getmanshchuk for his detailed report)
  15. nginx_upload_progress release 0.5 28 Jun 2008
  16. * fixed progress probes returning "done" when upload was still in progress
  17. (thanks to Alexandr Kutuzov for his detailed report)
  18. * fixed stuck worker process because of rescheduled timer when issuing a
  19. reload or graceful quit (thanks to Alexandr Kutuzov for his detailed
  20. report)
  21. nginx_upload_progress release 0.4 18 May 2008
  22. * Incompatible change: track_uploads MUST be the last directive of a location
  23. it also must be in a proxy_pass or fastcgi_pass location.
  24. * fixed multiple worker_process issue
  25. * fixed several crash conditions
  26. nginx_upload_progress release 0.3 06 May 2008
  27. * fixed crash if the upload was denied by nginx because of any error
  28. condition (thanks to Michal Drapiewski for his detailed report)
  29. * report original upload error condition to client in the upload progress
  30. probe
  31. * case-insensitive checking of the X-Progress-ID header to overcome Internet
  32. Explorer XMLHttpRequest issue.
  33. nginx_upload_progress release 0.2 10 Oct 2007
  34. * the system now remembers old active uploads for 1 minute to be
  35. able to send back either error status or done status to upload
  36. progress probes.
  37. * track of HTTP error 413 (request entity too large) is implemented
  38. and the error status '413' is returned.
  39. nginx_upload_progress release 0.1 3 Oct 2007
  40. * public release