0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 11, 2025 — Aug 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Unlink any previous file for additional safety during init More... over 4 years ago
correct spelling mistake More... almost 9 years ago
Merge pull request #33 from thomasbachem/apache24 More... about 10 years ago
Merge pull request #34 from thomasbachem/readme-osx More... about 10 years ago
Added compatibility for Apache 2.4 More... over 10 years ago
Added install notes for recent versions of OS X More... over 10 years ago
Merge pull request #21 from BenBE/master More... about 15 years ago
mrg: Merged changes from drogus/master
BenBE
as Benny Baumann
More... about 15 years ago
Merge pull request #24 from mpokrywka/master More... about 15 years ago
Merge pull request #27 from dallarosa/master. More... over 15 years ago
changed the content-type from text/javascript to application/json More... over 15 years ago
Move cache data writing to separate function In future this function may implement writing to remote cache (memcached/redis/etc) More... over 15 years ago
Remove fill_new_upload_data function More... over 15 years ago
Remove obsolete forward declaration More... over 15 years ago
Increase performance by taking less global locks Store progress data in request local pool, update shared memory twice per second More... over 15 years ago
Remove check_node function More... over 15 years ago
Change argument type of find_node function More... over 15 years ago
Fix file size types and related format strings Based on commit ee7679fab20caa31a3ae94d8b66f144446a3a9f0 More... over 15 years ago
Backport ap_is_HTTP_VALID_RESPONSE macro if not present Based on commit ee7679fab20caa31a3ae94d8b66f144446a3a9f0 More... over 15 years ago
Rename file containing backported function More... over 15 years ago
Make all functions static to restrict their visibility More... over 15 years ago
Implemented "ETA" and "download completed time" features Inspired by BenBE's a03321022749659e1f5f but doesn't need additional node field. More... over 15 years ago
"expires" node field changed to "updated_at", updated related logic Expire timeout is now configurable More... over 15 years ago
Log cache locking failure to proper server error log More... over 15 years ago
Add more debugging noise (useful for debugging apache prefork simultaneous requests) More... over 15 years ago
Add debugging for very unlikely condition in track_upload_progress More... over 15 years ago
Use proper server for debug logging in track_upload_progress More... over 15 years ago
Implemented proper locking on request cleanup function More... over 15 years ago
Regenerate shared memory pointers in child processes Inspired by mod_shm_counter More... over 15 years ago
Do not store pointers in shared memory Keeping pointers to nodes and active list in shared memory was my bad idea. Although it works, because child processes inherit shared memory mapped at the same address as parent that allocated aformentioned shmem, this excludes usage of shmem by other processes (ie. prospective upload progress cache browser) Shared memory block is "partitioned" manually without use of apache rmm interface (pointer arithmetic is easy ;-) More... over 15 years ago