0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Aug 22, 2025 — Aug 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Avoid integer overflows by using proper types everywhere More... over 15 years ago
fix: Handling to find the progress ID was broken More... over 15 years ago
Defaults should stay unchanged More... over 15 years ago
Print our position for all functions for debugging purposes More... over 15 years ago
Fixed Whitespace to 4 spaces per tab 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. More... almost 16 years ago
Another spot that needed PROGRESS_ID_LEN rather than the hardcoded length of X-Progress-ID. More... about 16 years ago
It's been a while since I've written C code. 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. More... about 16 years ago
Exported JSON is now valid. 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. More... over 16 years ago
Always save request status in progress cleanup function More... over 16 years ago
Add missing prerequisite to Makefile More... over 16 years ago
Add Makefile to simplify building/installing module 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. More... over 16 years ago
Lock debugging 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 More... over 17 years ago
Add newline before EOF to README More... over 17 years ago
Fix handling of node memory allocation failure Also fix accessing freed cache struct in upload_progress_destroy_cache function 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") More... over 17 years ago