0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 23 hours ago.
Aug 18, 2025 — Aug 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cosmetic code changes (removed unused local variables, renamed local variables) 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). 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. More... over 15 years ago
chg: Only query server configuration when necessary (cleanup of logs + performance) More... over 15 years ago
add: Report non-POST requests when extensive debugging is enabled. More... over 15 years ago
Report non-POST requests when extensive debugging is enabled. More... over 15 years ago
fix: Fixed typo reported by Jérémy Bobbio More... over 15 years ago
Do not create private pool, use global More... over 15 years ago
Add debugging info when lock file is removed More... over 15 years ago
fix: Typo in variable assignment More... over 15 years ago
Updated README More... over 15 years ago
Updated README More... over 15 years ago
Implement an ETA feature for uploads & a feature to tell when it acutally finished More... over 15 years ago
Merge branch 'mpokrywka/master' More... over 15 years ago
Reduce code indentation, move common code extracting per_dir_config to function More... over 15 years ago
Apache dir config merging implemented, Closes #16 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. More... over 15 years ago
Do not read request status during successfull upload tracking More... over 15 years ago
Update README 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 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. More... over 15 years ago
Cleanup function is unnecessary because resources are allocated using apr helpers More... over 15 years ago
Move apr_shm_remove backport to separate file More... over 15 years ago
fix: Missing check for invalid ids in reportuploads_handler More... over 15 years ago
Temporarily removed the CACHE_LOCK() patch due to instability More... over 15 years ago
fix: The Locking requires the configuration to be available in the function More... over 15 years ago
fix: Missed one reference to the old PROGRESS_KEY_LEN macro now replaced by the ARG_MAXLEN_PROGRESSID macro More... over 15 years ago
fix: Correct type conversions so the compiler is happy. More... over 15 years ago
fix: Missing check for minimum length of argument More... over 15 years ago
add: Add note about a optimization we should check to implement More... over 15 years ago