openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
A
apache-upload-progress-module
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 21 hours
ago. based on code collected
1 day
ago.
Aug 22, 2025 — Aug 22, 2026
Showing page 4 of 6
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Avoid integer overflows by using proper types everywhere
BenBE
More...
over 15 years ago
fix: Handling to find the progress ID was broken
BenBE
More...
over 15 years ago
Defaults should stay unchanged
Piotr Sarnacki
More...
over 15 years ago
Print our position for all functions for debugging purposes
BenBE
More...
over 15 years ago
Fixed Whitespace to 4 spaces per tab
BenBE
More...
over 15 years ago
Fix typo in Lock debugging code
BenBE
as Benny Baumann
More...
over 15 years ago
Use appropriate types; allow for uploads greater than 4GB
BenBE
as Benny Baumann
More...
over 15 years ago
Merge remote branch 'nicfloss/master'
BenBE
as Benny Baumann
More...
over 15 years ago
Merge remote branch 'ahwatts/master'
BenBE
as Benny Baumann
More...
over 15 years ago
Merge remote branch 'mpokrywka/master'
BenBE
as Benny Baumann
More...
over 15 years ago
Merge commit '5d2f341a0b7f2d280337'
BenBE
as Benny Baumann
More...
over 15 years ago
Merge remote branch 'janx/master'
BenBE
as Benny Baumann
More...
over 15 years ago
Merge in JSON-P support by deadprogrammer
BenBE
as Benny Baumann
More...
over 15 years ago
Merge commit '4458'
BenBE
as Benny Baumann
More...
over 15 years ago
Updated package to be versioned inside a Debian Package archive
BenBE
as Benny Baumann
More...
over 15 years ago
Ignore .o files in git.
Nic Floss
More...
almost 16 years ago
Another spot that needed PROGRESS_ID_LEN rather than the hardcoded length of X-Progress-ID.
Andrew Watts
More...
about 16 years ago
It's been a while since I've written C code.
Andrew Watts
More...
about 16 years ago
Change the ID name for RN, use PROGRESS_ID everywhere instead of X-Progress-ID, and record the start time in the response for compatibility with the upload_progress plugin.
Andrew Watts
More...
about 16 years ago
Exported JSON is now valid.
Elliott Golden
More...
over 16 years ago
Make upload size limit violation immediately reported When LimitRequestBody is triggered, error message is sent to client immediately. Some clients (i.e. Firefox uploading file to iframe) does not read response until request is completed - whole file is uploaded anyway. This change makes upload progress report error to client early (before request is complete) so that client-side javascript can abort request.
Michał Pokrywka
More...
over 16 years ago
Always save request status in progress cleanup function
Michał Pokrywka
More...
over 16 years ago
Add missing prerequisite to Makefile
Michał Pokrywka
More...
over 16 years ago
Add Makefile to simplify building/installing module
Michał Pokrywka
More...
over 16 years ago
Set correct upload status when working with phusion passenger Passenger always sets status to 500 when exception occurs. This clashes with status set by LimitRequestBody handled in apache2's modules/http/http_filters.c:ap_http_filter Passenger's ext/apache2/Hooks.cpp:readRequestBodyFromApache fails on ap_get_brigade and throws RuntimeException. Fortunately status line is preserved, so correct error code can be parsed.
Michał Pokrywka
More...
over 16 years ago
Lock debugging
Michał Pokrywka
More...
over 17 years ago
Allow reusing nodes of finished requests with same progress id This feature allows retrying e.g. failed upload with same progress id before 60 second expiration timeout
Michał Pokrywka
More...
over 17 years ago
Add newline before EOF to README
Michał Pokrywka
More...
over 17 years ago
Fix handling of node memory allocation failure Also fix accessing freed cache struct in upload_progress_destroy_cache function
Michał Pokrywka
More...
over 17 years ago
Fix cache locking Locking was not working - global mutex was initialized and saved in global server config, but requests used vhost config that had "cache_lock" member not set (NULL). Simplified and fixed improper locking ("add_upload_to_track" -> "insert_node")
Michał Pokrywka
More...
over 17 years ago
←
1
2
3
4
5
6
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree