index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*) core/mod_proxy/mod_ssl:
Stefan Eissing
2021-06-08
1
-0
/
+91
*
mpm_prefork: mask signals during ap_run_child_init().
Yann Ylavic
2021-06-04
1
-0
/
+35
*
* We could get here again if a second thread deals with the
Ruediger Pluem
2021-06-03
1
-0
/
+5
*
* server/mpm/event/event.c,
Joe Orton
2021-05-17
2
-16
/
+16
*
* Spelling fixes after review by @bigio.
Stefan Eissing
2021-05-12
1
-4
/
+4
*
Pass NULL instead of a "null ACL"
Eric Covener
2021-04-21
1
-6
/
+2
*
legacy default slash-matching behavior w/ 'MergeSlashes OFF'
Eric Covener
2021-04-21
1
-3
/
+16
*
core/ap_ssl_*: changes after review by rpluem
Stefan Eissing
2021-04-20
1
-9
/
+10
*
fix StrictHostCheck crash w/ HTTP/1.0
Eric Covener
2021-04-17
1
-1
/
+1
*
server/protocol.c: remove old hooks links that had been moved to server/ssl.c
Stefan Eissing
2021-04-13
1
-5
/
+0
*
*) core/mod_ssl/mod_md: adding OCSP response provisioning as core feature. ...
Stefan Eissing
2021-04-13
1
-1
/
+24
*
*) core: provide ap_ssl_* functions in new http_ssl.h header file.
Stefan Eissing
2021-03-26
5
-104
/
+167
*
Make sure that conn->keepalive is NOT reset after being set in ap_read_reques...
Jean-Frederic Clere
2021-03-24
1
-0
/
+1
*
Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...
Stefan Eissing
2021-03-09
1
-7
/
+1
*
Changed ap_ssl_answer_challenge() and its hook to provide PEM data for
Stefan Eissing
2021-03-03
1
-4
/
+4
*
Adding more ap_ssl_* functions and hooks to the core server.
Stefan Eissing
2021-03-02
1
-0
/
+36
*
*) core: Adding SSL related inquiry functions to the server API.
Stefan Eissing
2021-02-23
2
-0
/
+73
*
- fixed a clang error when dividing sizeof(T1i[]) / sizeof(T2).
Stefan Eissing
2021-02-01
1
-1
/
+1
*
core: axe struct core_net_rec.
Yann Ylavic
2020-12-14
2
-51
/
+40
*
core_input_filter: BRIGADE_NORMALIZE() can be called with an empty brigade.
Yann Ylavic
2020-12-14
1
-11
/
+4
*
Follow up to r1836032: better flush limits checks and description.
Yann Ylavic
2020-12-11
3
-17
/
+18
*
Follow up to r1836032: ReadBufferSize not configurable from htaccess.
Yann Ylavic
2020-12-11
1
-1
/
+1
*
Rearrange and clear global core config state allocated out of pconf
Joe Orton
2020-12-08
2
-4
/
+6
*
²main: -V to print the SHM mechanisms in use.
Yann Ylavic
2020-12-06
1
-4
/
+22
*
ap_pbase64decode(): save double NUL byte allocation and assignment.
Yann Ylavic
2020-11-27
1
-4
/
+2
*
core: fix c->client_ip for unix socket connections.
Yann Ylavic
2020-11-22
1
-3
/
+20
*
core: reset ap_runtime_dir to NULL after AP_SQ_MS_DESTROY_CONFIG.
Yann Ylavic
2020-11-22
1
-0
/
+1
*
Fix an harmless warning spoted by gcc 10 and -Werror=discarded-qualifiers
Christophe Jaillet
2020-11-15
1
-2
/
+2
*
Optimize 'ap_list_provider_names'.
Christophe Jaillet
2020-11-07
1
-10
/
+11
*
mpm_event: don't reset connections after lingering close timeout
Yann Ylavic
2020-11-04
1
-15
/
+0
*
mpm_event: don't kill keepalive connections on connections_above_limit().
Yann Ylavic
2020-11-04
1
-5
/
+7
*
* apr_base64_encode_len already includes space for the terminating zero
Ruediger Pluem
2020-10-23
1
-3
/
+2
*
Adjust signal handler before unblocking
Ruediger Pluem
2020-10-09
2
-5
/
+5
*
Save a few bytes of memory when registering Mutex
Christophe Jaillet
2020-10-04
1
-3
/
+3
*
Avoid a core dump at startup if "AllowOverride nonfatal" is used without any ...
Christophe Jaillet
2020-08-30
1
-1
/
+4
*
Fix a few warnings on 64 bits windows compilation
Christophe Jaillet
2020-08-29
1
-2
/
+2
*
Check for and use gettid() directly if available; glibc 2.30 and later
Joe Orton
2020-07-07
1
-3
/
+7
*
Bump the logno.
Graham Leggett
2020-07-06
1
-1
/
+1
*
Use a brigade instead of direct reads, allow APR to handle MMAP.
Graham Leggett
2020-07-06
1
-26
/
+37
*
Bump log numbers.
Graham Leggett
2020-07-03
1
-1
/
+1
*
Add MMAP support to ETag generation.
Graham Leggett
2020-07-03
1
-81
/
+113
*
core: Remove support for the Content-MD5 header, removed in RFC7231.
Graham Leggett
2020-07-03
2
-122
/
+0
*
Add log numbers to util_etag.c.
Graham Leggett
2020-07-03
1
-5
/
+5
*
Seek to the start of the file when calculating the ETag.
Graham Leggett
2020-07-03
1
-1
/
+10
*
Be defensive when calculating the digest. Make sure the offset is initialised
Graham Leggett
2020-07-03
1
-7
/
+36
*
Follow up to r1879449: yet better MPM poll callback API.
Yann Ylavic
2020-07-02
2
-18
/
+19
*
mpm_common: add pool argument to mpm_register_poll_callback[_timeout] hooks.
Yann Ylavic
2020-07-02
2
-21
/
+28
*
mpm_common: remove ap_mpm_unregister_poll_callback().
Yann Ylavic
2020-07-02
2
-16
/
+0
*
mpm_event: poll callbacks fixes and improvements.
Yann Ylavic
2020-07-02
2
-64
/
+100
*
Follow up to r1877955: don't reuse the connection for mixed C-L / T-E requests
Yann Ylavic
2020-06-30
1
-3
/
+10
[next]