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 13 hours
ago. based on code collected
about 23 hours
ago.
Aug 18, 2025 — Aug 18, 2026
Showing page 2 of 6
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Cosmetic code changes (removed unused local variables, renamed local variables)
Michał Pokrywka
More...
over 15 years ago
Remove "server" field from ServerConfig Now server config is shared, use appropriate server for logging instead of config->server. Also assign global_server earlier (during create_server_config).
Michał Pokrywka
More...
over 15 years ago
Use apache module infrastructure to merge vhosts configs Side effect - all vhosts configs now point to same struct. Progress nodes memory is shared between vhosts, so same config can also be shared.
Michał Pokrywka
More...
over 15 years ago
chg: Only query server configuration when necessary (cleanup of logs + performance)
BenBE
More...
over 15 years ago
add: Report non-POST requests when extensive debugging is enabled.
BenBE
More...
over 15 years ago
Report non-POST requests when extensive debugging is enabled.
BenBE
More...
over 15 years ago
fix: Fixed typo reported by Jérémy Bobbio
BenBE
More...
over 15 years ago
Do not create private pool, use global
Michał Pokrywka
More...
over 15 years ago
Add debugging info when lock file is removed
Michał Pokrywka
More...
over 15 years ago
fix: Typo in variable assignment
BenBE
More...
over 15 years ago
Updated README
BenBE
More...
over 15 years ago
Updated README
BenBE
More...
over 15 years ago
Implement an ETA feature for uploads & a feature to tell when it acutally finished
BenBE
More...
over 15 years ago
Merge branch 'mpokrywka/master'
BenBE
More...
over 15 years ago
Reduce code indentation, move common code extracting per_dir_config to function
Michał Pokrywka
More...
over 15 years ago
Apache dir config merging implemented, Closes #16
Michał Pokrywka
More...
over 15 years ago
Make active nodes always expirable If handling request apache process is killed, shared memory node would be stuck and never reused. Now every node must be constantly updated (60 seconds grace period) or will be considered expired and cleaned up when necessary.
Michał Pokrywka
More...
over 15 years ago
Do not read request status during successfull upload tracking
Michał Pokrywka
More...
over 15 years ago
Update README
Michał Pokrywka
More...
over 15 years ago
Improve logging of parameter parsing in handle_request and reportuploads_handler Also log compile time configuration of module on server startup
Michał Pokrywka
More...
over 15 years ago
Improve parameter checking Change handle_request not to abort upload when id is invalid. Fix check_request_argument to correctly handle non null terminated string (may be passed as pointer from request->args). get_progress_id/get_json_callback_param now returns also param_error type when returning NULL (param_error==0 otherwise) Fix reportuploads_handler not to crash on invalid id or json callback name.
Michał Pokrywka
More...
over 15 years ago
Cleanup function is unnecessary because resources are allocated using apr helpers
Michał Pokrywka
More...
over 15 years ago
Move apr_shm_remove backport to separate file
Michał Pokrywka
More...
over 15 years ago
fix: Missing check for invalid ids in reportuploads_handler
BenBE
More...
over 15 years ago
Temporarily removed the CACHE_LOCK() patch due to instability
BenBE
More...
over 15 years ago
fix: The Locking requires the configuration to be available in the function
BenBE
More...
over 15 years ago
fix: Missed one reference to the old PROGRESS_KEY_LEN macro now replaced by the ARG_MAXLEN_PROGRESSID macro
BenBE
More...
over 15 years ago
fix: Correct type conversions so the compiler is happy.
BenBE
More...
over 15 years ago
fix: Missing check for minimum length of argument
BenBE
More...
over 15 years ago
add: Add note about a optimization we should check to implement
BenBE
More...
over 15 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