您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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