index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
ap_mmn.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Multipath TCP (MPTCP) support (Proxy)
Joe Orton
2024-09-12
1
-1
/
+2
*
mod_proxy: Fix selection of ProxyPassMatch workers with host/port substitutio...
Yann Ylavic
2024-08-01
1
-1
/
+2
*
factor out IS_SLASH, perdir fix
Eric Covener
2024-06-26
1
-1
/
+2
*
mod_proxy: Fixup UDS filename for mod_proxy called through r->handler.
Yann Ylavic
2024-06-26
1
-1
/
+2
*
MMN bump for recent additions
Eric Covener
2024-06-24
1
-1
/
+3
*
mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO.
Yann Ylavic
2024-06-21
1
-3
/
+4
*
mpm_event,mod_http2: Keep compatibility with CONN_STATE_PROCESSING + OK
Yann Ylavic
2024-06-11
1
-1
/
+2
*
Follow up to r1918098 (and r1918022): Actually bump the MMN.
Yann Ylavic
2024-06-01
1
-1
/
+1
*
mpm_event, mod_status: Separate processing and write completion queues.
Yann Ylavic
2024-06-01
1
-1
/
+2
*
Follow up to r1918022: MMN minor bump and checks for the new conn_state_e ali...
Yann Ylavic
2024-05-29
1
-1
/
+2
*
regex: Add AP_REG_NOTEMPTY_ATSTART maching option.
Yann Ylavic
2024-01-16
1
-1
/
+2
*
regex: Add ap_regexec_ex() which can take a starting offset to match from.
Yann Ylavic
2024-01-16
1
-1
/
+2
*
mod_proxy: Add ap_proxy_worker_get_name() and deprecate ap_proxy_worker_name().
Yann Ylavic
2023-09-21
1
-1
/
+2
*
mod_proxy: Handle backend address renewal with address_ttl= parameter.
Yann Ylavic
2023-09-21
1
-1
/
+2
*
*) mod_http2: added support for bootstrapping WebSockets via HTTP/2, as
Stefan Eissing
2023-06-20
1
-1
/
+2
*
*) core: add `final_resp_passed` flag to request_rec to allow
Stefan Eissing
2023-06-01
1
-1
/
+2
*
core: Add the token_checker hook, that allows authentication to take
Graham Leggett
2023-04-25
1
-1
/
+3
*
core: Be explicit if an enclosing directive contains a path or a
Graham Leggett
2023-04-14
1
-1
/
+2
*
Follow up to r1908380: MMN minor bump for AP_CTIME_OPTION_GMTOFF.
Yann Ylavic
2023-03-20
1
-1
/
+2
*
Do not double encode encoded slashes
Ruediger Pluem
2023-03-13
1
-1
/
+2
*
bundle in r1904518
Eric Covener
2023-01-09
1
-1
/
+1
*
bump again
Jim Jagielski
2022-12-01
1
-1
/
+1
*
Bump mmn
Jim Jagielski
2022-11-30
1
-9
/
+10
*
*) core: add ap_sb_get_child_thread() to retrieve child_num
Stefan Eissing
2022-04-19
1
-1
/
+2
*
Merge PR 311:
Stefan Eissing
2022-04-13
1
-1
/
+1
*
*) core: add ap_h1_append_header() for single header values.
Stefan Eissing
2022-04-04
1
-1
/
+2
*
*) core/mod_http/mod_http2:
Stefan Eissing
2022-04-04
1
-2
/
+5
*
*) core: adding a new hook and method to the API:
Stefan Eissing
2022-03-18
1
-1
/
+4
*
* core/mpm: add hook 'child_stopped` that gets called when the MPM has
Stefan Eissing
2022-02-24
1
-1
/
+3
*
*) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakes
Stefan Eissing
2022-02-04
1
-2
/
+0
*
core: Follow up to r1897460: Provide ap_thread_main_create().
Yann Ylavic
2022-01-27
1
-1
/
+1
*
core: Efficient ap_thread_current() when apr_thread_local() is missing.
Yann Ylavic
2022-01-25
1
-2
/
+4
*
event: Add AP_MPM_CAN_AGAIN and AGAIN to signal to the MPM that
Graham Leggett
2022-01-24
1
-1
/
+2
*
event: Add support for non blocking behaviour in the
Graham Leggett
2022-01-21
1
-1
/
+2
*
mod_proxy: Bump max worker name to 384 chars.
Yann Ylavic
2021-12-21
1
-2
/
+4
*
http: Enforce that fully qualified uri-paths not to be forward-proxied
Yann Ylavic
2021-12-13
1
-1
/
+2
*
Fix ap_mmn.h after r1893971.
Yann Ylavic
2021-10-07
1
-1
/
+1
*
core: Add ap_unescape_url_ex() for better decoding control, and deprecate
Yann Ylavic
2021-10-07
1
-0
/
+3
*
Add dav_get_liveprop_element() to hide the implementation by which
Graham Leggett
2021-09-26
1
-2
/
+3
*
mod_proxy: Handle ap_proxy_buckets_lifetime_transform() errors.
Yann Ylavic
2021-09-24
1
-1
/
+2
*
mod_proxy: Restore ap_proxy_transfer_between_connections().
Yann Ylavic
2021-09-24
1
-2
/
+11
*
mod_proxy: typedef struct proxy_tunnel_conn proxy_tunnel_conn_t.
Yann Ylavic
2021-09-24
1
-1
/
+2
*
In case one of the pre_connection hooks causes the hook run to stop by an error
Ruediger Pluem
2021-09-21
1
-1
/
+2
*
core: Add ap_create_connection() to create a server or client/proxy connection.
Yann Ylavic
2021-09-09
1
-1
/
+2
*
core: follow up to r1891148: WC bucket defaulting to FLUSH bucket.
Yann Ylavic
2021-08-20
1
-1
/
+1
*
Corrected MODULE_MAGIC_NUMBER_MINOR.
Stefan Eissing
2021-07-31
1
-1
/
+1
*
* core/mpm: add hook 'child_stopping` that gets called when the MPM is
Stefan Eissing
2021-07-31
1
-0
/
+2
*
mod_proxy: Avoid confusion of prefix/regex matching workers at loading. PR 6...
Yann Ylavic
2021-07-05
1
-1
/
+3
*
core: Write Completion (WC) bucket type.
Yann Ylavic
2021-06-29
1
-1
/
+3
*
*) core/mod_proxy/mod_ssl:
Stefan Eissing
2021-06-08
1
-1
/
+2
[next]