56 Commits (master)

Author SHA1 Message Date
  Benny Baumann 9a4c984d41 Fix UAF in ngx_http_uploadprogress_event_handler 1 year ago
  Sergey Maslov 83a4c76a34 Fix compilation issues with nginx 1.23 and later 1 year ago
  e2dk4r 1ed18259b7 fix received and size same issue when using HTTP/2 4 years ago
  Brice Figureau 39e4d53987 fix #36 - nginx reduces rquest_body->rest only on buffer recycling 12 years ago
  brice 4b7a2c97ab Fix-up comment style 12 years ago
  wbond aa4e8b9355 Properly track progress of smaller file uploads 12 years ago
  dbuschho b950e60c41 Changed default upload progress response format to JSONP. Also fixed typo in test/client.sh 14 years ago
  Brice Figureau 03cbf1faf3 Fix #21 - compilation failure with nginx 1.1.15 14 years ago
  Brice Figureau 436ec80547 Fix #16 - compilation error on kfreebsd 14 years ago
  Pierre-Yves Kerembellec 1a2cfef89d An HTTP redirect status is not necessarily an indication of error (and shouldn't be reported as such) 14 years ago
  Brice Figureau 3d8e1050ba Fix #7 - Error upload might be deleted from rbtree 15 years ago
  Pierre-Yves Kerembellec 38e44260b1 Make session ID query-string parameter name also configurable 15 years ago
  Brice Figureau c740674799 Fix find_node issue with hash collisions 16 years ago
  Bruno Deferrari c4551e8d7f Support jsonp by storing the value of the callback parameter in $uploadprogress_callback. 16 years ago
  Bruno Deferrari 8c2ef68a79 Make this work even if X-Progress-ID is not the last parameter 16 years ago
  Brice Figureau 43573498ba Fix #2 - fix crash when compiling scripts 16 years ago
  Brice Figureau a687a36382 Fix how the templates are merged 16 years ago
  Brice Figureau fa18146ff4 Fix template system crashes 16 years ago
  Valery Kholodkov cf43a1065f Added variables relevant to the module's output 17 years ago
  Valery Kholodkov b0e4c4a001 Fixed bug: passing wrong template index 17 years ago
  Valery Kholodkov 6c63c538c0 Make session ID header name configurable 17 years ago
  Valery Kholodkov 0bcdcae844 Fixed bug: wrong type specifier 17 years ago
  Valery Kholodkov acc2c4bc60 Added directive to format output as JSON object 17 years ago
  Valery Kholodkov dd8cedcdc3 Fixed bug in interaction with upload module 17 years ago
  Valery Kholodkov 639b0a3122 Response is now generated from templates 17 years ago
  Valery Kholodkov 7b3ef91c10 Added directive to specify content type of progress report 17 years ago
  Brice Figureau ddca3a78af Fix crash if a read event occur and the request args have been deleted 16 years ago
  Brice Figureau 3bb396e3dc Fix node corruption bug while cleaning uploads 16 years ago
  Brice Figureau 3f524b8c34 remove all current uploads from shared cache in case of quit 17 years ago
  Brice Figureau 6d6f24fad8 fixing stuck worker on reload/quit/terminate 17 years ago
  Brice Figureau eb44976b6a more fixes for stuck worker process 17 years ago
  Brice Figureau 40a871c514 compile fix 17 years ago
  Brice Figureau a1eaf20265 Fix nginx worker process looping on timer when quit/terminate/reload 17 years ago
  Brice Figureau 33a331dea8 Fixed possible memory leak 17 years ago
  Brice Figureau 1dd30303b2 Fix progress probe returning "done" when upload is still in progress. 18 years ago
  Brice Figureau ebcfb5a21f more fix for r released in read_event_handler 18 years ago
  Brice Figureau 2feeda413b fixed crash in read_event_handler if using id after the request died 18 years ago
  Brice Figureau b30e3745f1 Install our read_event_handler only if the request belongs us 18 years ago
  Brice Figureau 903a01fbff crash fix 18 years ago
  Brice Figureau 89e1b33ad1 better handle cleanupped/freed connection in read_event_handler 18 years ago
  Brice Figureau 51262f2755 timed out connections now errors instead of 0/0 and done on cleaning 18 years ago
  Brice Figureau b9c2b4bc6d fixed ugly up conf that was storing the read_event_handler - instead store it in the http request context 18 years ago
  Brice Figureau 401a1391ee fixed tabs/indent 18 years ago
  Brice Figureau e5a7ca93e7 fixing hard crash in case of client disconnection, take 2 18 years ago
  Brice Figureau e04c8ad884 fixing hard crash in case of client disconnection 18 years ago
  Brice Figureau 749e7f02e8 fixed uint != off_t size 18 years ago
  Brice Figureau 9a7740f118 Fixed multiple worker_process issue 18 years ago
  Brice Figureau 128c466742 testing content handler 18 years ago
  Brice Figureau bdcfa7d6a6 fixed corruption of connection->log in log message when cleanup event is teared down way after the connection is dead 18 years ago
  Brice Figureau 0692559861 * version 0.3 18 years ago