Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

CHANGES 2.6KB

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