0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Aug 24, 2025 — Aug 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix segfault on chunked transfer encoding, handle chunked transfer Bug may be triggered using: curl -vvv -F "param=1" --header "Transfer-Encoding: chunked" http://apache-with-mod-upload-progress/monitored_path/upload?X-Progress-ID=test More... over 17 years ago
callback should be assigned with null value More... over 17 years ago
include id in returned object, for upload queue More... over 17 years ago
README updates to explain use of JSON-P functionality More... over 17 years ago
README updates to explain use of JSON-P functionality More... over 17 years ago
Handle cross-domain upload progress requests using JSON-P, in addition to normal JSON requests More... over 17 years ago
Handle cross-domain upload progress requests using JSON-P, in addition to normal JSON requests More... over 17 years ago
Links to tutorials in README More... over 17 years ago
Merge branch 'master' of [email protected]:drogus/apache-upload-progress-module More... over 17 years ago
Use ap_hook_fixups to hook finding trackable upload. Other modules can block the request. With ap_hook_fixups + APR_HOOK_FIRST upload progress module will get the upload information before other modules. More... over 17 years ago
Use ap_hook_fixups to check for trackable upload. Other modules can block the request to change it with their filters. With ap_hook_fixups and APR_HOOK_FIRST upload progress module will get the upload information before other modules. More... over 17 years ago
Line break. More... over 17 years ago
Added some notes in README More... over 17 years ago
Display error if apr_global_mutex_lock can't be applied More... about 18 years ago
updated README More... about 18 years ago
Don't copy key if there was error with allocating memory More... about 18 years ago
Some random letters were added to upload key after beggining another upload More... about 18 years ago
Clean only finished upload data More... about 18 years ago
Content-Type: text/javascript - it is better to keep compatibility with Nginx upload progress module More... about 18 years ago
content-type should be set with ap_set_content_type only More... about 18 years ago
Really stupid - you can't name var with function name :) More... about 18 years ago
Provide upload speed More... about 18 years ago
Default memory size changed to 50kB More... about 18 years ago
Revert "100KB of shared memory by default" More... about 18 years ago
Update in README More... about 18 years ago
More debug messages More... about 18 years ago
Some cleaning More... about 18 years ago
content-type of the response should be application/json More... about 18 years ago
100KB of shared memory by default More... about 18 years ago
README update More... about 18 years ago