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.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. nginx_upload_progress release 0.6 12 Sep 2009
  2. * fixed node corruption when cleaning uploads (thanks to Vladimir
  3. Getmanshchuk for his detailed report)
  4. nginx_upload_progress release 0.5 28 Jun 2008
  5. * fixed progress probes returning "done" when upload was still in progress
  6. (thanks to Alexandr Kutuzov for his detailed report)
  7. * fixed stuck worker process because of rescheduled timer when issuing a
  8. reload or graceful quit (thanks to Alexandr Kutuzov for his detailed
  9. report)
  10. nginx_upload_progress release 0.4 18 May 2008
  11. * Incompatible change: track_uploads MUST be the last directive of a location
  12. it also must be in a proxy_pass or fastcgi_pass location.
  13. * fixed multiple worker_process issue
  14. * fixed several crash conditions
  15. nginx_upload_progress release 0.3 06 May 2008
  16. * fixed crash if the upload was denied by nginx because of any error
  17. condition (thanks to Michal Drapiewski for his detailed report)
  18. * report original upload error condition to client in the upload progress
  19. probe
  20. * case-insensitive checking of the X-Progress-ID header to overcome Internet
  21. Explorer XMLHttpRequest issue.
  22. nginx_upload_progress release 0.2 10 Oct 2007
  23. * the system now remembers old active uploads for 1 minute to be
  24. able to send back either error status or done status to upload
  25. progress probes.
  26. * track of HTTP error 413 (request entity too large) is implemented
  27. and the error status '413' is returned.
  28. nginx_upload_progress release 0.1 3 Oct 2007
  29. * public release