index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Windows: fix "Include" of UNC paths
Eric Covener
2024-09-11
1
-1
/
+1
*
add ap_set_content_type_ex to differentiate
Eric Covener
2024-06-24
1
-1
/
+1
*
add UNCList directive on Windows
Eric Covener
2024-06-24
1
-0
/
+101
*
* server/core.c (set_override): Catch errors returned by
Joe Orton
2024-04-16
1
-2
/
+4
*
*) mod_http2: added support for bootstrapping WebSockets via HTTP/2, as
Stefan Eissing
2023-06-20
1
-0
/
+30
*
Follow up to r1909356: c89/style fix.
Yann Ylavic
2023-04-23
1
-4
/
+4
*
core: Restore original regex value when nesting Location,
Graham Leggett
2023-04-22
1
-0
/
+14
*
core: Be explicit if an enclosing directive contains a path or a
Graham Leggett
2023-04-14
1
-25
/
+23
*
core: Use the main ErrorLogFormat for ap_log_perror() and while loading vhosts.
Yann Ylavic
2023-03-14
1
-0
/
+5
*
* Log URI causing to exceed the limit to ease analysis
Ruediger Pluem
2023-01-04
1
-4
/
+10
*
* Optimize code flow
Ruediger Pluem
2023-01-04
1
-17
/
+19
*
use a liberal default limit for LimitRequestBody of 1GB
Eric Covener
2022-06-01
1
-1
/
+1
*
*) core: adding a new hook and method to the API:
Stefan Eissing
2022-03-18
1
-0
/
+57
*
core: Make sure and check that LimitXMLRequestBody fits in system memory.
Yann Ylavic
2022-03-07
1
-0
/
+9
*
Revert 1897156.
Graham Leggett
2022-01-20
1
-35
/
+16
*
core: Allow an optional expression to be specified for an effective
Graham Leggett
2022-01-17
1
-16
/
+35
*
In case one of the pre_connection hooks causes the hook run to stop by an error
Ruediger Pluem
2021-09-21
1
-0
/
+25
*
*) core: provide ap_ssl_* functions in new http_ssl.h header file.
Stefan Eissing
2021-03-26
1
-0
/
+1
*
*) core: Adding SSL related inquiry functions to the server API.
Stefan Eissing
2021-02-23
1
-0
/
+1
*
core: axe struct core_net_rec.
Yann Ylavic
2020-12-14
1
-17
/
+7
*
Follow up to r1836032: better flush limits checks and description.
Yann Ylavic
2020-12-11
1
-12
/
+12
*
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
1
-3
/
+6
*
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
*
Avoid a core dump at startup if "AllowOverride nonfatal" is used without any ...
Christophe Jaillet
2020-08-30
1
-1
/
+4
*
core: Remove support for the Content-MD5 header, removed in RFC7231.
Graham Leggett
2020-07-03
1
-34
/
+0
*
"[mod_dav_fs etag handling] should really honor the FileETag setting".
Graham Leggett
2020-06-28
1
-1
/
+4
*
Axe an empty line to synch with 2.4.x.
Christophe Jaillet
2020-05-23
1
-1
/
+0
*
config: allow for environment variable substitution fallback to default value.
Yann Ylavic
2020-04-22
1
-0
/
+11
*
Add missing pool tags to help debugging.
Yann Ylavic
2020-04-16
1
-0
/
+1
*
Issue a warning for non-existent directories when running configtest
Eric Covener
2020-04-11
1
-0
/
+9
*
core: handle morphing buckets setaside/reinstate and kill request core filter.
Yann Ylavic
2020-03-31
1
-4
/
+0
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-1
/
+1
*
factor out default regex flags
Eric Covener
2020-02-07
1
-1
/
+1
*
Fix an issue on Windows where <IfFile> looks for a file on a non-existent dri...
Christophe Jaillet
2019-09-04
1
-1
/
+8
*
After reinstatement of DSO support in APR/APR-util, revert r1837437,
Graham Leggett
2019-06-23
1
-49
/
+19
*
Fix a compilation error when GPROF is defined.
Christophe Jaillet
2019-04-20
1
-1
/
+1
*
Fix use of StateDir directive after r1852982:
Joe Orton
2019-04-18
1
-5
/
+6
*
Merge consecutive slashes in the URL by default
Eric Covener
2019-03-17
1
-0
/
+7
*
* server/core.c (core_pre_config): Reset state dir during pre_config.
Joe Orton
2019-02-05
1
-0
/
+1
*
core: Fix incorrect substitution of env vars in directives containing multipl...
Hank Ibell
2018-12-05
1
-1
/
+1
*
Define "state directory" for storing persistent child-writable state,
Joe Orton
2018-10-05
1
-0
/
+44
*
core: always allocate filters (ap_filter_t) on f->c->pool.
Yann Ylavic
2018-09-04
1
-0
/
+1
*
Add StrictHostCheck
Eric Covener
2018-08-14
1
-3
/
+17
*
core: set ap_request_core_filter() last.
Yann Ylavic
2018-07-31
1
-1
/
+1
*
core: axe data_in_in/output_filter from conn_rec.
Yann Ylavic
2018-07-20
1
-1
/
+4
*
core: Add ReadBufferSize, FlushMaxThreshold and FlushMaxPipelined directives.
Yann Ylavic
2018-07-16
1
-6
/
+105
*
util_filter: Axe conn_rec->empty brigade.
Yann Ylavic
2018-07-16
1
-1
/
+0
*
util_filter: keep filters with aside buckets in order.
Yann Ylavic
2018-07-11
1
-1
/
+0
[next]