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.

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