index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
core.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-26
mod_proxy: follow up to r1918626: Simplify ap_proxy_fixup_uds_filename() and ...
Yann Ylavic
3
-20
/
+21
2024-06-26
mod_proxy_http2: ap_proxy_determine_connection()'s given &url is in/out.
Yann Ylavic
1
-1
/
+2
2024-06-26
mod_proxy: Fixup UDS filename for mod_proxy called through r->handler.
Yann Ylavic
4
-23
/
+45
2024-06-25
fix comparison of local path on Windows
Eric Covener
1
-1
/
+16
2024-06-25
validate hostname
Eric Covener
1
-0
/
+11
2024-06-25
* modules/mappers/mod_rewrite.c: Fill in logno.
Joe Orton
2
-2
/
+2
2024-06-25
pytest: fix asset list extraction from nghttp output
Rainer Jung
1
-1
/
+1
2024-06-24
docs bld break
Eric Covener
3
-2
/
+3
2024-06-24
MMN bump for recent additions
Eric Covener
1
-1
/
+3
2024-06-24
block inadvertent subst of special filenames
Eric Covener
1
-12
/
+26
2024-06-24
tighten up prefix_stat and %3f handling
Eric Covener
3
-28
/
+149
2024-06-24
add ap_set_content_type_ex to differentiate
Eric Covener
11
-25
/
+51
2024-06-24
mod_proxy: escape for non-proxypass configuration
Eric Covener
1
-2
/
+5
2024-06-24
add UNCList directive on Windows
Eric Covener
4
-0
/
+156
2024-06-24
mod_http2: early exit if bb is null
Eric Covener
1
-0
/
+7
2024-06-22
fr doc rebuild.
Lucien Gentis
1
-0
/
+1
2024-06-22
fr doc xml file update.
Lucien Gentis
1
-1
/
+2
2024-06-21
mpm_event: Follow up to r1918482: CONN_STATE_LINGER* are not the last anymore.
Yann Ylavic
1
-8
/
+15
2024-06-21
mpm_event: Follow up to r1918482: CONN_STATE_ASYNC_WAITIO > CONN_STATE_LINGER.
Yann Ylavic
1
-1
/
+1
2024-06-21
mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO.
Yann Ylavic
8
-76
/
+70
2024-06-19
mod_proxy: Follow up to r1918438: Don't cleanup conn before running the addre...
Yann Ylavic
1
-2
/
+2
2024-06-19
mod_proxy: Follow up to r1918412 and r1918429: Special case WIN32/OS2 only.
Yann Ylavic
1
-21
/
+26
2024-06-19
mod_proxy: Follow up to r1918412: Find if one of the conn->addr[->next] is al...
Yann Ylavic
1
-1
/
+11
2024-06-19
Steal two lognos.
Joe Orton
1
-1
/
+1
2024-06-18
mod_proxy: Keep connection alive on addressTTL expiry if the DNS didn't change.
Yann Ylavic
1
-20
/
+38
2024-06-18
mod_proxy: Fix DNS requests and connections closed before the configured addr...
Yann Ylavic
2
-9
/
+12
2024-06-18
Fix the Japanese translation docs of the LimitRequestBody
Joe Orton
2
-4
/
+7
2024-06-18
emphasize no default value
Eric Covener
1
-0
/
+1
2024-06-17
steal 2
Eric Covener
1
-1
/
+1
2024-06-14
fix cmake windows build of proxy lbmethod mods
Eric Covener
1
-0
/
+4
2024-06-13
fix win cmake build by prefixing local enum values
Eric Covener
1
-21
/
+21
2024-06-13
* include/httpd.h: Fix comment.
Joe Orton
1
-1
/
+1
2024-06-11
mpm_event,mod_http2: Keep compatibility with CONN_STATE_PROCESSING + OK
Yann Ylavic
7
-119
/
+164
2024-06-10
CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149).
Joe Orton
1
-1
/
+1
2024-06-04
CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149).
Joe Orton
1
-0
/
+2
2024-06-03
Add avif mime type
Joe Orton
2
-0
/
+2
2024-06-03
mod_status: Fix missing initialization, follow up to r1918098
Joe Orton
1
-1
/
+1
2024-06-01
Follow up to r1918098 (and r1918022): Actually bump the MMN.
Yann Ylavic
1
-1
/
+1
2024-06-01
Follow up to r1918098 (and r1918022): Push missing changes.
Yann Ylavic
2
-4
/
+4
2024-06-01
mpm_event, mod_status: Separate processing and write completion queues.
Yann Ylavic
10
-58
/
+98
2024-05-31
mpm_event: Don't spam with "Stopping process due to MaxConnectionsPerChild"
Yann Ylavic
1
-4
/
+2
2024-05-30
CI: For LDAP tests, switch to using OpenLDAP slapd running on
Joe Orton
3
-6
/
+6
2024-05-29
Follow up to r1918022: MMN minor bump and checks for the new conn_state_e ali...
Yann Ylavic
4
-2
/
+15
2024-05-28
Fix ENGINE use with OpenSSL 3.2, which appears to be broken due to a
Joe Orton
3
-10
/
+28
2024-05-28
mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state.
Yann Ylavic
7
-127
/
+159
2024-05-28
Steal an APLONGO for PR 448.
Yann Ylavic
1
-1
/
+1
2024-05-27
*) mod_http2: sync with module's github.
Stefan Eissing
7
-13
/
+86
2024-05-27
steal a number
Stefan Eissing
1
-1
/
+1
2024-05-22
* modules/proxy/config.m4: Stop exporting ajp_* functions from mod_proxy_ajp.so
Joe Orton
1
-1
/
+5
2024-05-20
Explicitly reject CGI output which includes a Transfer-Encoding
Joe Orton
2
-1
/
+10
[next]