| Commit message (Expand) | Author | Date | Files | Lines |
| * | restrict per-dir file funcs centrallyHEADtrunk | Eric Covener | 2026-06-05 11:27:34 +0100 | 5 | -25/+27 |
| * | ap_regname: restrict to reasonable captures | Eric Covener | 2026-06-05 11:17:58 +0100 | 4 | -5/+24 |
| * | dav_fs_get_resource: disallow DAV_FS_STATE_DIR | Eric Covener | 2026-06-05 11:09:00 +0100 | 1 | -2/+27 |
| * | ap_proxy_cookie_revers: fix dup path/domain | Eric Covener | 2026-06-05 11:06:53 +0100 | 1 | -0/+12 |
| * | merge_response_headers: fix lang iteration | Eric Covener | 2026-06-05 11:03:07 +0100 | 2 | -2/+2 |
| * | fix iteration | Eric Covener | 2026-06-05 11:00:53 +0100 | 1 | -1/+3 |
| * | * modules/generators/mod_autoindex.c (add_header): Reject invalid | Joe Orton | 2026-06-05 10:45:07 +0100 | 1 | -2/+2 |
| * | * modules/filters/mod_substitute.c (do_pattmatch): | Joe Orton | 2026-06-05 10:36:25 +0100 | 1 | -3/+6 |
| * | mod_proxy_beacon: self-registering balancer membership over UDP | Jim Jagielski | 2026-06-05 09:02:50 +0100 | 11 | -1/+2274 |
| * | Just small adjust, missing = | Jean-Frederic Clere | 2026-06-05 08:55:07 +0100 | 1 | -3/+3 |
| * | * modules/proxy/mod_proxy_ftp.c (proxy_ftp_dir_filter): Use | Joe Orton | 2026-06-04 16:48:00 +0100 | 1 | -4/+6 |
| * | docs: Rewrite AllowOverride Options= warning | Rich Bowen | 2026-06-04 16:22:55 +0100 | 1 | -8/+29 |
| * | mod_log_config: Add regression for SNI logging (r1927034) | Giannis Christodoulou | 2026-06-04 10:40:10 +0100 | 7 | -3/+111 |
| * | mod_proxy_html: Simplify to use the ap_varbuf API. | Joe Orton | 2026-06-04 10:03:50 +0100 | 1 | -148/+121 |
| * | * modules/filters/mod_xml2enc.c (fix_skipto): Fix accounting. | Joe Orton | 2026-06-04 09:46:03 +0100 | 1 | -0/+1 |
| * | * modules/filters/mod_xml2enc.c (xml2enc_hooks): assert() | Joe Orton | 2026-06-04 09:43:59 +0100 | 1 | -0/+1 |
| * | fix: V-004 security vulnerability | Joe Orton | 2026-06-04 08:52:10 +0100 | 1 | -6/+8 |
| * | mod_proxy_ajp: Add protocol robustness tests | Giannis Christodoulou | 2026-06-04 08:32:47 +0100 | 1 | -0/+126 |
| * | mod_proxy: add response handling tests | Giannis Christodoulou | 2026-06-04 07:55:13 +0100 | 2 | -7/+184 |
| * | test: move runtests-pyhttpd.sh into pyhttpd/ as runtests.sh | Jim Jagielski | 2026-06-04 03:15:25 +0100 | 4 | -53/+52 |
| * | Remove .htaccess from expr test htdocs; add svn:ignore so it stays untracked | Jim Jagielski | 2026-06-04 00:29:04 +0100 | 1 | -1/+0 |
| * | pytest_suite: port Perl todo/xfail gaps found when testing against 2.4.x | Jim Jagielski | 2026-06-04 00:23:47 +0100 | 3 | -11/+65 |
| * | test/pyhttpd: move pyproject.toml and uv.lock under pyhttpd/ | Jim Jagielski | 2026-06-03 23:32:17 +0100 | 4 | -8/+8 |
| * | test/pytest_suite: fix more tests broken by httpx auto-decompression | Jim Jagielski | 2026-06-03 22:25:44 +0100 | 4 | -16/+28 |
| * | test/pytest_suite: fix deflate round-trip tests to use raw gzip bytes | Jim Jagielski | 2026-06-03 22:14:57 +0100 | 3 | -11/+35 |
| * | Ignore __pycache__ directories recursively via svn:global-ignores | Jim Jagielski | 2026-06-03 21:35:56 +0100 | 0 | -0/+0 |
| * | pyhttpd: fix built-in module loading, add venv support | Jim Jagielski | 2026-06-03 21:27:40 +0100 | 6 | -37/+781 |
| * | test/pytest_suite: auto-create .venv via python3+pip when uv is unavailable | Jim Jagielski | 2026-06-03 20:05:31 +0100 | 1 | -4/+5 |
| * | test/pytest_suite: restore missing fixtures, fix exec bits, add svn:ignore | Jim Jagielski | 2026-06-03 19:58:05 +0100 | 77 | -2/+2 |
| * | Hold-over from development on git | Jim Jagielski | 2026-06-03 18:52:16 +0100 | 1 | -39/+0 |
| * | Remove another should-be-untracked and improve the main script | Jim Jagielski | 2026-06-03 18:42:47 +0100 | 2 | -1/+34 |
| * | These should not be tracked | Jim Jagielski | 2026-06-03 18:34:54 +0100 | 3 | -7/+1 |
| * | pytest_suite: add missing modules/access/htaccess/ directory and index.html | Jim Jagielski | 2026-06-03 18:28:47 +0100 | 1 | -0/+0 |
| * | pytest_suite: fix hardcoded absolute paths in .htaccess files | Jim Jagielski | 2026-06-03 18:24:44 +0100 | 2 | -2/+2 |
| * | pytest_suite: fix startup failures and add missing Perl helper templates | Jim Jagielski | 2026-06-03 18:21:22 +0100 | 39 | -3/+434 |
| * | Add in the Python port of the old PERL httpd-test framework. | Jim Jagielski | 2026-06-03 17:20:30 +0100 | 1065 | -0/+25286 |
| * | * modules/ldap/util_ldap.c (uldap_connection_find): Fix inheritance in | Joe Orton | 2026-06-03 16:53:50 +0100 | 1 | -2/+17 |
| * | fr doc XML files updates. | Lucien Gentis | 2026-06-03 16:45:42 +0100 | 5 | -17/+112 |
| * | steal some lognos for a private patch | Eric Covener | 2026-06-03 14:36:01 +0100 | 1 | -1/+1 |
| * | * modules/ssl/ssl_util_ocsp.c (send_request): Increase wbuf with the | Joe Orton | 2026-06-03 11:43:09 +0100 | 1 | -1/+1 |
| * | CI: Update used actions to use newer Node.js than 20 | Joe Orton | 2026-06-03 11:40:17 +0100 | 2 | -12/+8 |
| * | Use ap_get_status_line() instead of string literals | Michael Osipov | 2026-06-03 10:08:46 +0100 | 3 | -4/+4 |
| * | Use HTTP_* and ap_is_*() macros instead of literals | Michael Osipov | 2026-06-03 10:07:51 +0100 | 26 | -72/+70 |
| * | And document changes - Python versions of old standby Perl scripts. | Jim Jagielski | 2026-06-02 21:39:02 +0100 | 1 | -0/+5 |
| * | support: add Python ports of the Perl support scripts | Jim Jagielski | 2026-06-02 21:29:00 +0100 | 8 | -4/+1590 |
| * | Steal a logno. | Joe Orton | 2026-06-02 17:28:18 +0100 | 1 | -1/+1 |
| * | fr doc XML files updates. | Lucien Gentis | 2026-06-02 16:54:04 +0100 | 4 | -57/+132 |
| * | test/h2: ignore AH02430 for the whole TestRfc9113 class | Jim Jagielski | 2026-06-02 16:50:29 +0100 | 2 | -0/+16 |
| * | Remove "experimental" adj | Jim Jagielski | 2026-06-02 16:04:06 +0100 | 1 | -1/+1 |
| * | Make sure the pollers collect | Jim Jagielski | 2026-06-02 15:39:34 +0100 | 1 | -1/+40 |
| * | Bump next-number to sync with numbers used in motorz. | Joe Orton | 2026-06-02 15:32:29 +0100 | 1 | -1/+1 |
| * | Fix RedirectMatch regex in ACME exemption recipe (bug 70084) | Rich Bowen | 2026-06-02 13:56:14 +0100 | 1 | -1/+1 |
| * | * .github/workflows/windows.yml: Use checkout@v6. | Ivan Zhakov | 2026-06-02 11:50:20 +0100 | 1 | -1/+1 |
| * | Update doccos and fold in MotorZ HTML | Jim Jagielski | 2026-06-02 11:50:09 +0100 | 688 | -8885/+9255 |
| * | Fix Windows GHA build. | Ivan Zhakov | 2026-06-02 11:49:33 +0100 | 1 | -3/+8 |
| * | [PATCH] mpm_motorz: performance, bug fixes, concurrency hardening, async HTTP/2 | Jim Jagielski | 2026-06-02 11:04:18 +0100 | 20 | -291/+3339 |
| * | expr parse fail should hide conditional content | Eric Covener | 2026-06-01 18:41:30 +0100 | 3 | -0/+25 |
| * | fr doc XML files updates. | Lucien Gentis | 2026-06-01 16:49:55 +0100 | 3 | -137/+133 |
| * | fr doc file rebuilt in HTML5. | Lucien Gentis | 2026-05-31 16:17:18 +0100 | 1 | -12/+12 |
| * | fr doc XML file update. | Lucien Gentis | 2026-05-31 16:14:25 +0100 | 1 | -5/+5 |
| * | Rebuild html to push out html5 validation tweaks | Rich Bowen | 2026-05-31 01:30:02 +0100 | 257 | -2611/+2611 |
| * | Tweak to make w3.org html validator a little happier | Rich Bowen | 2026-05-31 01:28:48 +0100 | 2 | -18/+13 |
| * | rebuild alllll the docs, yet again, with the new HTML5 doctype | Rich Bowen | 2026-05-30 23:33:29 +0100 | 978 | -89745/+88356 |
| * | Switch HTML output from XHTML 1.0 Strict to HTML5 | Rich Bowen | 2026-05-30 23:29:02 +0100 | 25 | -49/+39 |
| * | fr doc XML foles updates. | Lucien Gentis | 2026-05-30 16:21:49 +0100 | 9 | -20/+43 |
| * | Adds missing hooks to the request handling doc. | Rich Bowen | 2026-05-29 18:57:10 +0100 | 1 | -96/+391 |
| * | fr doc XML files updates. | Lucien Gentis | 2026-05-29 16:42:24 +0100 | 7 | -27/+89 |
| * | *) mod_http2: update to version 2.0.42 | Stefan Eissing | 2026-05-29 10:09:41 +0100 | 5 | -52/+30 |
| * | fr doc new file and XML files updates. | Lucien Gentis | 2026-05-28 16:23:08 +0100 | 8 | -9/+162 |
| * | Rebuild | Rich Bowen | 2026-05-28 01:10:10 +0100 | 8 | -8/+8 |
| * | Correct regex backreference in ACME RedirectMatch bz#70084 | Rich Bowen | 2026-05-28 01:09:00 +0100 | 1 | -1/+1 |
| * | fr doc XML files updates. | Lucien Gentis | 2026-05-27 16:51:13 +0100 | 3 | -54/+86 |
| * | Remove redundant "third-party" phrasing. | Rich Bowen | 2026-05-27 15:23:44 +0100 | 1 | -4/+5 |
| * | *) mod_http2: update to version 2.0.41 | Stefan Eissing | 2026-05-27 10:37:31 +0100 | 3 | -2/+9 |
| * | Rebuild install docs | Rich Bowen | 2026-05-26 22:34:54 +0100 | 9 | -57/+45 |
| * | Removes link to autogenerated docs which are no longer generated. | Rich Bowen | 2026-05-26 22:29:56 +0100 | 1 | -6/+0 |
| * | Follow-up to r1932498. | Christophe Jaillet | 2026-05-26 21:35:23 +0100 | 1 | -1/+1 |
| * | Remove a compatibility reference to httpd 2.0.x. | Christophe Jaillet | 2026-05-26 19:01:00 +0100 | 1 | -2/+0 |
| * | fr doc XML files updates. | Lucien Gentis | 2026-05-26 16:30:29 +0100 | 7 | -59/+80 |
| * | docs: Modernize install.xml | Rich Bowen | 2026-05-26 11:11:21 +0100 | 1 | -50/+41 |
| * | Rebuild html, meta files | Rich Bowen | 2026-05-26 10:34:44 +0100 | 14 | -19/+33 |
| * | Correct link to Fedora docs | Rich Bowen | 2026-05-26 10:33:14 +0100 | 1 | -1/+1 |
| * | Correct systemctl syntax | Rich Bowen | 2026-05-26 10:29:25 +0100 | 1 | -5/+19 |
| * | docs: Regenerate rewrite PNGs at 125% size for readability | Rich Bowen | 2026-05-26 10:21:36 +0100 | 6 | -0/+0 |
| * | *) mod_http2: update to version 2.0.40 | Stefan Eissing | 2026-05-26 08:42:30 +0100 | 3 | -5/+11 |
| * | Rebuild with new images | Rich Bowen | 2026-05-25 21:24:12 +0100 | 35 | -47/+179 |
| * | docs: Add SVG source for RewriteCond syntax diagram, regenerate PNG | Rich Bowen | 2026-05-25 21:20:58 +0100 | 2 | -0/+47 |
| * | docs: Add SVG source for RewriteRule syntax diagram, regenerate PNG | Rich Bowen | 2026-05-25 21:16:40 +0100 | 2 | -0/+44 |
| * | docs: Regenerate PNGs from SVG sources | Rich Bowen | 2026-05-25 20:31:55 +0100 | 1 | -0/+0 |
| * | docs: Remove unused rewrite_rule_flow diagram | Rich Bowen | 2026-05-25 20:07:23 +0100 | 1 | -0/+0 |
| * | docs: Add SVG source for rewrite_process_uri, regenerate PNG | Rich Bowen | 2026-05-25 20:04:07 +0100 | 2 | -0/+134 |
| * | docs: Add backreference flow diagram (Figure 3) in rewrite/tech | Rich Bowen | 2026-05-25 19:41:54 +0100 | 5 | -0/+114 |
| * | docs: Insert mod_rewrite overview flowchart as Figure 1 in rewrite/tech | Rich Bowen | 2026-05-25 19:21:52 +0100 | 1 | -2/+10 |
| * | docs: Add SVG source for rewrite overview flowchart | Rich Bowen | 2026-05-25 19:19:46 +0100 | 3 | -0/+144 |
| * | docs: Normalize "server-variables" to "server variables" in mod_rewrite | Rich Bowen | 2026-05-25 18:48:18 +0100 | 2 | -7/+8 |
| * | docs: Clarify DPI flag wording re: PATH_INFO vs URL-path | Rich Bowen | 2026-05-25 18:21:11 +0100 | 1 | -6/+8 |
| * | Add crosslinks between env.html and expr.html | Rich Bowen | 2026-05-25 17:34:57 +0100 | 2 | -2/+37 |
| * | strchr() takes a char * as a first parameter, and in the cases a const char * is passed. | Christophe Jaillet | 2026-05-25 16:56:03 +0100 | 2 | -6/+6 |
| * | fr doc XML file update. | Lucien Gentis | 2026-05-25 16:54:06 +0100 | 1 | -23/+25 |
| * | memchr() takes a char * as a first parameter, and 'buf' is a const char *. | Christophe Jaillet | 2026-05-25 16:51:50 +0100 | 1 | -1/+1 |