289de71
(refs/pull/57/merge)
Merge 594f1233c3 into 463d60b502 by
2025-03-27 02:15:12 +0000
463d60b
(HEAD -> master, tag: v0.9.4)
Merge pull request #63 from BenBE/fix-evhadler-uaf by
2025-03-12 23:34:05 +0100
9a4c984
(refs/pull/63/head)
Fix UAF in ngx_http_uploadprogress_event_handler by
2025-03-12 13:33:24 +0100
e08e23c
(refs/pull/62/merge)
Merge 35dd0d5a93 into 0a0b806307 by
2024-12-13 07:41:58 +0100
35dd0d5
(refs/pull/62/head)
Consolidate duplicated code for setting up output templates by
2024-12-12 17:19:06 +0100
5ab1575
Consolidate duplicated code in get_tracking_id/get_tracking_ids_mul by
2024-12-12 16:44:16 +0100
b3e86ee
Properly check for end of data when looking for the tracking id by
2024-12-12 15:34:28 +0100
9043432
support for progress status for multiple simultaneous uploads by
2012-06-14 12:39:40 +0300
a8cb751
Fix error message for invalid timeout values by
2024-12-08 01:23:28 +0100
c19da04
Create consistent code formatting by
2024-12-07 21:24:34 +0100
0a0b806
(tag: v0.9.3)
New version v0.9.3 by
2024-06-29 12:35:02 +0200
85e1e8d
Merge pull request #60 from BenBE/fix-1.23 by
2024-05-22 19:40:49 +0200
83a4c76
(refs/pull/60/head)
Fix compilation issues with nginx 1.23 and later by
2024-05-22 07:38:28 +0200
f327f29
(refs/pull/58/head)
Apply patch to work with NGINX v1.23 by
2023-04-15 16:45:58 -0400
594f123
(refs/pull/57/head)
Restore functionality of upload-progress for HTTP2 by
2022-11-26 20:28:10 +0000
0d58a03
(refs/pull/30/merge)
Merge 070e0368a0 into 68b3ab3b64 by
2022-02-22 16:21:42 -0800
68b3ab3
Merge pull request #55 from e2dk4r/master by
2021-12-24 16:53:38 +0100
1ed1825
(refs/pull/55/head)
fix received and size same issue when using HTTP/2 by
2021-12-05 21:40:20 +0300
c15ba78
(refs/pull/21/merge)
Merge d0d046b3ef into afb2d31d12 by
2017-03-21 09:18:51 +0000
7c35a40
(refs/pull/17/merge)
Merge 153acc6e8b into afb2d31d12 by
2017-03-18 05:40:55 +0000
afb2d31
Merge pull request #51 from Whissi/issue_50 by
2016-10-20 07:26:08 +0200
dd13854
(refs/pull/51/head)
config: Fix ngx_module_type by
2016-10-20 03:09:37 +0200
cfbbbf8
(tag: v0.9.2)
New version 0.9.2 by
2016-08-03 09:02:38 +0200
37182ce
Merge pull request #43 from PeterTonoli/dynamic-module by
2016-04-29 15:14:17 +0200
ee8d5dd
(refs/pull/43/head)
nginx-upload-progress-module can now be compiled as a dynamically loadable module by
2016-04-23 00:24:57 +1000
39e4d53
(tag: v0.9.1)
fix #36 - nginx reduces rquest_body->rest only on buffer recycling by
2014-05-16 23:25:39 +0200
4b7a2c9
Fix-up comment style by
2013-06-20 13:12:46 +0200
1039992
(refs/pull/34/merge)
Merge aa4e8b9355 into a788deaef0 by
2013-06-19 05:54:57 -0700
aa4e8b9
(refs/pull/34/head)
Properly track progress of smaller file uploads by
2013-06-19 00:47:41 -0400
070e036
(refs/pull/30/head)
should be ready now by
2013-02-21 14:57:38 +0200
ac49788
socket initialization fix by
2013-01-31 14:37:19 +0200
0c7662d
Ability to notify remote server about upload progress via UDP messages by
2013-01-31 12:36:17 +0200
640830d
fix for malformed id strings by
2012-09-25 11:48:47 +0300
8423be4
removed extra header by
2012-06-18 17:23:07 +0300
842dca0
support for progress status for multiple simultaneous uploads by
2012-06-14 12:39:40 +0300
142e253
(refs/pull/5/merge)
Merge 38e44260b1 into a788deaef0 by
2012-06-03 13:00:20 -0700
a788dea
(tag: v0.9.0)
New version 0.9.0 by
2012-04-06 20:20:22 +0200
14a66c4
Adding instructions for jQuery AJAX compatablity, change the JSON template example to double quoted properties, and fixed a few minor spelling errors. by
2011-11-11 18:23:10 -0500
b950e60
Changed default upload progress response format to JSONP. Also fixed typo in test/client.sh by
2011-11-11 15:33:19 -0500
82b35fc
(tag: v0.8.4)
Release 0.8.4 by
2012-02-24 10:57:38 +0100
03cbf1f
Fix #21 - compilation failure with nginx 1.1.15 by
2012-02-15 23:04:13 +0100
d0d046b
(refs/pull/21/head)
Update ngx_http_uploadprogress_module.c by
2012-02-15 20:33:20 +0000
153acc6
(refs/pull/17/head)
Adding instructions for jQuery AJAX compatablity, change the JSON template example to double quoted properties, and fixed a few minor spelling errors. by
2011-11-11 18:23:10 -0500
1afb8a6
Changed default upload progress response format to JSONP. Also fixed typo in test/client.sh by
2011-11-11 15:33:19 -0500
436ec80
Fix #16 - compilation error on kfreebsd by
2011-09-26 03:57:42 +0200
c7c663f
(tag: v0.8.3)
Version 0.8.3 by
2011-09-11 18:24:16 +0200
469c3d8
(refs/pull/14/merge)
Merge 1a2cfef89d into 3d8e1050ba by
2011-09-11 09:12:34 -0700
1a2cfef
(refs/pull/14/head)
An HTTP redirect status is not necessarily an indication of error (and shouldn't be reported as such) by
2011-09-05 12:16:56 +0200
3d8e105
Fix #7 - Error upload might be deleted from rbtree by
2010-11-26 17:21:09 +0100
680dbd7
(wip/issue7_chasing)
Attempt to fix issue #7 by
2010-11-26 15:16:06 +0100
ba44ec7
rbtree insertion debug log by
2010-11-26 14:40:41 +0100
cd8edb6
attempt to fix failure in insert by
2010-11-26 12:35:33 +0100
83250cb
More debug to find the root cause of issue #7 by
2010-11-25 20:41:17 +0100
ea47086
This is a temp commit to log the rb tree to chase issue #7 root cause by
2010-11-19 20:24:20 +0100
8b55a34
(tag: v0.8.2)
Version 0.8.2 by
2010-11-07 16:37:24 +0100
38e4426
(refs/pull/6/head, refs/pull/5/head)
Make session ID query-string parameter name also configurable by
2010-11-06 22:59:02 +0100
c740674
(tag: v0.8.1)
Fix find_node issue with hash collisions by
2010-02-27 11:45:50 +0100
2bf172d
(tag: v0.8)
Version 0.8 by
2009-12-19 20:40:43 +0100
c4551e8
Support jsonp by storing the value of the callback parameter in $uploadprogress_callback. by
2009-12-11 21:13:52 -0200
8c2ef68
Make this work even if X-Progress-ID is not the last parameter by
2009-12-11 16:19:29 -0200
4357349
Fix #2 - fix crash when compiling scripts by
2009-12-17 10:48:58 +0100
ac62a29
(tag: v0.7)
v0.7 - updated make and README by
2009-11-21 13:02:47 +0100
a687a36
Fix how the templates are merged by
2009-11-21 19:25:07 +0100
fa18146
Fix template system crashes by
2009-11-21 14:51:50 +0100
c6101be
(wip/v0.7)
Fix how the templates are merged by
2009-11-21 19:25:07 +0100
d1ad9df
Fix template system crashes by
2009-11-21 14:51:50 +0100
23b8950
v0.7 - updated make and README by
2009-11-21 13:02:47 +0100
cf43a10
Added variables relevant to the module's output by
2009-04-10 22:37:40 +0200
b0e4c4a
Fixed bug: passing wrong template index by
2009-04-10 12:51:36 +0200
6c63c53
Make session ID header name configurable by
2009-01-05 14:13:06 +0100
0bcdcae
Fixed bug: wrong type specifier by
2009-01-05 13:57:29 +0100
acc2c4b
Added directive to format output as JSON object by
2009-01-05 13:52:19 +0100
dd8cedc
Fixed bug in interaction with upload module by
2009-01-05 12:59:33 +0100
639b0a3
Response is now generated from templates by
2009-01-05 12:44:57 +0100
7b3ef91
Added directive to specify content type of progress report by
2008-12-30 20:02:11 +0100
ddca3a7
(fix/id-null-crash)
Fix crash if a read event occur and the request args have been deleted by
2009-11-16 20:27:55 +0100
936f1c4
v0.6 by
2009-09-12 21:07:14 +0200
3bb396e
(tag: v0.6, fix-clean-crash)
Fix node corruption bug while cleaning uploads by
2009-07-04 19:10:18 +0200
a05b177
(upload-fix)
typo fix by
2008-09-30 12:00:18 +0200
e863ac7
Attempt to fix nginx upload module behavior that sends a POST after the upload is finished, which fools our tracker. by
2008-09-27 23:16:29 +0200
d0c16a9
removed old mercurial file by
2008-08-14 17:58:53 +0200
3f17deb
Added arguments to test scripts by
2008-08-14 17:56:55 +0200
8066e9e
removed prj by
2008-08-14 17:56:14 +0200
8ddf082
Added tag v0.5 for changeset 33175bd4fa by
2008-06-27 21:05:17 +0200
96c9b61
(tag: v0.5)
v0.5 by
2008-06-27 21:05:14 +0200
3f524b8
remove all current uploads from shared cache in case of quit by
2008-06-27 11:30:00 +0200
6d6f24f
fixing stuck worker on reload/quit/terminate by
2008-06-25 14:44:35 +0200
eb44976
more fixes for stuck worker process by
2008-06-25 13:55:45 +0200
40a871c
compile fix by
2008-06-25 13:42:28 +0200
a1eaf20
Fix nginx worker process looping on timer when quit/terminate/reload by
2008-06-25 12:24:06 +0200
33a331d
Fixed possible memory leak by
2008-06-25 12:14:39 +0200
1dd3030
Fix progress probe returning "done" when upload is still in progress. by
2008-06-21 18:06:25 +0200
61a9962
makefile for v0.4 by
2008-06-21 18:03:33 +0200
ffc411d
Added tag v0.4 for changeset 083693026e by
2008-05-18 15:54:14 +0200
1bfc628
(tag: v0.4)
change for v0.4 by
2008-05-18 15:54:10 +0200
ebcfb5a
more fix for r released in read_event_handler by
2008-05-18 15:27:40 +0200
2feeda4
fixed crash in read_event_handler if using id after the request died by
2008-05-18 15:25:01 +0200
ba42843
added stress test by
2008-05-14 00:14:23 +0200
b30e374
Install our read_event_handler only if the request belongs us by
2008-05-12 20:19:33 +0200
30814d2
project update by
2008-05-12 20:18:47 +0200