index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Multipath TCP (MPTCP) support (Proxy)
Joe Orton
2024-09-12
2
-1
/
+3
*
mod_proxy: Fix selection of ProxyPassMatch workers with host/port substitutio...
Yann Ylavic
2024-08-01
1
-1
/
+2
*
core: Improve AP_REQUEST_ #defines.
Yann Ylavic
2024-07-16
1
-2
/
+2
*
factor out IS_SLASH, perdir fix
Eric Covener
2024-06-26
2
-1
/
+13
*
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
*
add ap_set_content_type_ex to differentiate
Eric Covener
2024-06-24
2
-0
/
+18
*
add UNCList directive on Windows
Eric Covener
2024-06-24
2
-0
/
+28
*
mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO.
Yann Ylavic
2024-06-21
4
-15
/
+13
*
* include/httpd.h: Fix comment.
Joe Orton
2024-06-13
1
-1
/
+1
*
mpm_event,mod_http2: Keep compatibility with CONN_STATE_PROCESSING + OK
Yann Ylavic
2024-06-11
3
-10
/
+19
*
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
3
-4
/
+7
*
Follow up to r1918022: MMN minor bump and checks for the new conn_state_e ali...
Yann Ylavic
2024-05-29
1
-1
/
+2
*
mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state.
Yann Ylavic
2024-05-28
2
-11
/
+16
*
let httpd handle CL/TE for non-http handlers
Eric Covener
2024-04-03
1
-0
/
+2
*
Update copyright year
Rainer Jung
2024-03-30
1
-1
/
+1
*
regex: Add AP_REG_NOTEMPTY_ATSTART maching option.
Yann Ylavic
2024-01-16
2
-1
/
+4
*
regex: Add ap_regexec_ex() which can take a starting offset to match from.
Yann Ylavic
2024-01-16
2
-5
/
+25
*
* include/ap_socache.h: Update comment only, to remove reference to
Joe Orton
2023-11-22
1
-3
/
+4
*
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
*
request_rec: Single bit for body_indeterminate (while it's not in 2.4.x yet).
Yann Ylavic
2023-06-23
1
-2
/
+3
*
*) mod_http2: added support for bootstrapping WebSockets via HTTP/2, as
Stefan Eissing
2023-06-20
2
-1
/
+27
*
* Fix copy and paste error
Ruediger Pluem
2023-06-09
1
-1
/
+1
*
*) core: add `final_resp_passed` flag to request_rec to allow
Stefan Eissing
2023-06-01
2
-1
/
+7
*
core: Add the token_checker hook, that allows authentication to take
Graham Leggett
2023-04-25
3
-1
/
+71
*
Include header file for the explicit regex.
Graham Leggett
2023-04-14
1
-6
/
+6
*
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
*
util_time: Follow up to r1908383: ap_recent_ctime_ex() docx about trailing NUL.
Yann Ylavic
2023-03-14
1
-1
/
+1
*
core: Add formats %{z} and %{strftime-format} to ErrorLogFormat. PR 62161.
Yann Ylavic
2023-03-14
1
-0
/
+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: Apply ap_max_mem_free to created threads' pool allocator.
Yann Ylavic
2022-07-15
1
-30
/
+26
*
handle large writes in ap_rputs
Eric Covener
2022-06-01
1
-1
/
+21
*
Fix some typo
Christophe Jaillet
2022-05-08
1
-2
/
+2
*
*) core: add ap_sb_get_child_thread() to retrieve child_num
Stefan Eissing
2022-04-19
2
-1
/
+4
*
Merge PR 311:
Stefan Eissing
2022-04-13
3
-6
/
+25
*
Remove libsystemd dependency from main httpd binary
Joe Orton
2022-04-12
1
-0
/
+10
*
*) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specific
Stefan Eissing
2022-04-07
1
-0
/
+12
*
* Fix typo
Ruediger Pluem
2022-04-04
1
-1
/
+1
*
*) core: add ap_h1_append_header() for single header values.
Stefan Eissing
2022-04-04
2
-1
/
+12
*
*) core/mod_http/mod_http2:
Stefan Eissing
2022-04-04
4
-2
/
+310
*
*) core: adding a new hook and method to the API:
Stefan Eissing
2022-03-18
2
-1
/
+29
*
* Improve detection of _Thread_local
Ruediger Pluem
2022-03-09
1
-1
/
+3
*
* core/mpm: add hook 'child_stopped` that gets called when the MPM has
Stefan Eissing
2022-02-24
2
-3
/
+21
*
Resolves BZ65861 - clarify post_config api doc
Rich Bowen
2022-02-23
1
-0
/
+10
[next]