index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
* config.layout: Allow configure --localstatedir to over-ride /var/www
Joe Orton
2018-07-23
1
-3
/
+3
*
* mark mod_proxy_http2 and mod_md as 'experimental' on their documentation
Stefan Eissing
2018-07-23
2
-2
/
+2
*
* Add missing log numbers
Ruediger Pluem
2018-07-20
4
-4
/
+4
*
* Credits to Bill for the analysis and the pointer to the solution.
Ruediger Pluem
2018-07-20
1
-1
/
+1
*
* Always retrieve conditional function. static variable might contain garbage...
Ruediger Pluem
2018-07-20
3
-20
/
+14
*
* Remove invalid copy and paste comments
Ruediger Pluem
2018-07-20
2
-8
/
+0
*
* mod_proxy: Remove load order and link dependency between mod_lbmethod_*
Ruediger Pluem
2018-07-20
7
-4
/
+97
*
core: axe data_in_in/output_filter from conn_rec.
Yann Ylavic
2018-07-20
7
-30
/
+20
*
core: follow up to r1836237: core filter's tmp_flush_bb not used anymore.
Yann Ylavic
2018-07-20
1
-7
/
+3
*
xform
Eric Covener
2018-07-20
1
-2
/
+3
*
Correct see also comment
William A. Rowe Jr
2018-07-19
1
-2
/
+2
*
mod_proxy_hcheck: take balancer's SSLProxy* directives into account.
Yann Ylavic
2018-07-19
1
-18
/
+30
*
core: follow up to r1836237: whitelist in-memory buckets.
Yann Ylavic
2018-07-19
1
-8
/
+5
*
util_filter: axe loglevel explicit checks already done by ap_log_cerror().
Yann Ylavic
2018-07-19
1
-28
/
+19
*
core: avoid double loop in ap_filter_output_pending().
Yann Ylavic
2018-07-19
1
-4
/
+3
*
core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending().
Yann Ylavic
2018-07-19
6
-9
/
+34
*
core: core output filter optimizations.
Yann Ylavic
2018-07-18
3
-292
/
+234
*
* Makefile.in (install-suexec*): Fix make -jN install.
Joe Orton
2018-07-18
1
-3
/
+3
*
* using the, hopefully correct, ever elusive libressl version numbering chec...
Stefan Eissing
2018-07-17
1
-1
/
+1
*
English version reference update.
Lucien Gentis
2018-07-17
1
-1
/
+1
*
english as first/only language
Eric Covener
2018-07-16
1
-1
/
+1
*
paraphrase rfcs/code better
Eric Covener
2018-07-16
1
-2
/
+3
*
core: Add ReadBufferSize, FlushMaxThreshold and FlushMaxPipelined directives.
Yann Ylavic
2018-07-16
4
-22
/
+135
*
Rebuild.
Lucien Gentis
2018-07-16
238
-1441
/
+1441
*
XML update.
Lucien Gentis
2018-07-16
1
-5
/
+5
*
util_filter: Axe conn_rec->empty brigade.
Yann Ylavic
2018-07-16
4
-9
/
+11
*
core: Add ap_reuse_brigade_from_pool().
Yann Ylavic
2018-07-16
5
-26
/
+37
*
util_filter: follow up to r1835640: pending_filter_cleanup() precedence.
Yann Ylavic
2018-07-13
1
-6
/
+8
*
event: follow up to r1835845.
Yann Ylavic
2018-07-13
1
-11
/
+17
*
event, worker: runtime pool.
Yann Ylavic
2018-07-13
4
-19
/
+71
*
Explain the limitation of <IfFile> with a filename with surrounding quotes in...
Christophe Jaillet
2018-07-12
1
-1
/
+7
*
Adding html files after doc rebuild ; why did I have to do that ?
Lucien Gentis
2018-07-12
29
-0
/
+8888
*
Versionning manual/platform/windows.html.fr.
Lucien Gentis
2018-07-12
1
-0
/
+718
*
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835746 13f795...
Lucien Gentis
2018-07-12
1
-0
/
+708
*
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835744 13f795...
Lucien Gentis
2018-07-12
1
-707
/
+0
*
Rebuild.
Lucien Gentis
2018-07-12
1
-1
/
+1
*
WML update.
Lucien Gentis
2018-07-12
1
-1
/
+1
*
Rebuild.
Lucien Gentis
2018-07-12
64
-8
/
+159
*
New french translation.
Lucien Gentis
2018-07-12
30
-0
/
+8910
*
Rebuild.
Lucien Gentis
2018-07-12
3
-90
/
+95
*
Rebuild (with 8 bits characters replaced by their HTML entities because -Xboo...
Lucien Gentis
2018-07-12
215
-30606
/
+30579
*
XML update.
Lucien Gentis
2018-07-12
1
-9
/
+3
*
util_filter: keep filters with aside buckets in order.
Yann Ylavic
2018-07-11
5
-48
/
+90
*
* modules/ssl/ssl_engine_pphrase.c (modssl_load_engine_keypair): Load
Joe Orton
2018-07-11
1
-6
/
+21
*
Update docs and bump logno for PKCS#11 support change in r1835615.
Joe Orton
2018-07-11
2
-10
/
+4
*
* acinclude.m4 (APACHE_GEN_MAKEFILES): Respect configure --quiet by
Joe Orton
2018-07-10
1
-1
/
+1
*
XML update.
Lucien Gentis
2018-07-07
1
-4
/
+3
*
Review by popcorner with further edits by both CodeingBoy and popcorner,
William A. Rowe Jr
2018-07-06
19
-97
/
+111
*
* modules/ssl/ssl_engine_pphrase.c: Add logno tags.
Joe Orton
2018-07-06
2
-7
/
+7
*
Hook up PKCS#11 PIN entry through configured passphrase entry method.
Joe Orton
2018-07-06
3
-9
/
+232
[next]