I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 04, 2025 — Sep 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Based on [PR665] install what is needed to build Apache httpd with vcpkg in window and fix some tests. Done with the help of Claude Code Opus 4.6 More... 2 days ago
add a warning to elaborate on string-matching
Eric Covener
as covener
More... 3 days ago
add a warning to elaborate on string-matching More... 3 days ago
mod_auth_digest: Use siphash for the nonce hash where available:
Joe Orton
as jorton
More... 5 days ago
mod_auth_digest: Use siphash for the nonce hash where available: More... 5 days ago
* modules/aaa/mod_auth_digest.c (note_digest_auth_failure): Drop the
Joe Orton
as jorton
More... 5 days ago
* modules/aaa/mod_auth_digest.c (note_digest_auth_failure): Drop the assignment to client_key which is never read, and the qop variable which only ever holds one string. More... 5 days ago
* modules/aaa/mod_auth_digest.c (gc): Discard the entries of clients which
Joe Orton
as jorton
More... 5 days ago
* modules/aaa/mod_auth_digest.c (gc): Discard the entries of clients which have never authenticated before the least recently used. More... 5 days ago
* modules/aaa/mod_auth_digest.c: Raise the default AuthDigestShmemSize to
Joe Orton
as jorton
More... 5 days ago
* modules/aaa/mod_auth_digest.c: Raise the default AuthDigestShmemSize to 8192 bytes, holding around 140 clients. More... 5 days ago
mod_auth_digest: Don't reuse client ids across a restart:
Joe Orton
as jorton
More... 5 days ago
mod_auth_digest: Don't reuse client ids across a restart: More... 5 days ago
* modules/aaa/mod_auth_digest.c: Fix stale and misleading comments.
Joe Orton
as jorton
More... 5 days ago
* modules/aaa/mod_auth_digest.c: Fix stale and misleading comments. (initialize_module): Correct the description of the client table's lifetime. (note_digest_auth_failure): An unknown client is not necessarily one whose entry was garbage collected. More... 5 days ago
Fix some small typos (extra space and incorrect trailing 's') More... 6 days ago
Fix some small typos (extra space and incorrect trailing 's') More... 6 days ago
[BUGZ 70192] - Health Check Mechanism Failure Causing 503 Errors and High CPU/Memory
Jim Jagielski
as jim
More... 6 days ago
[BUGZ 70192] - Health Check Mechanism Failure Causing 503 Errors and High CPU/Memory More... 6 days ago
fr doc rebuild. More... 7 days ago
fr doc rebuild. More... 7 days ago
fr doc XML files updates. More... 7 days ago
fr doc XML files updates. More... 7 days ago
* .github/workflows/windows.yml: Don't run on changes under
Joe Orton
as jorton
More... 7 days ago
* .github/workflows/windows.yml: Don't run on changes under modules/arch/unix/, os/unix/, test/modules/arch/linux/ or to server/mpm_unix.c. [skip ci] More... 7 days ago
* test/modules/arch/linux/test_007_notify_reload.py: New test suite for
Joe Orton
as jorton
More... 7 days ago
* test/modules/arch/linux/test_007_notify_reload.py: New test suite for Type=notify-reload. More... 7 days ago
* docs/manual/mod/mod_systemd.xml: Document Type=notify-reload,
Joe Orton
as jorton
More... 7 days ago
* docs/manual/mod/mod_systemd.xml: Document Type=notify-reload, ReloadSignal= and ExecReload=. More... 7 days ago
mod_systemd: Implement watchdog support:
Joe Orton
as jorton
More... 7 days ago