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
...
*
* modules/http2: more copying of data to disentangle worker processing from ...
Stefan Eissing
2019-05-28
4
-6
/
+21
*
* modules/http2: reverting r1859724, as no good.
Stefan Eissing
2019-05-28
23
-426
/
+498
*
Addendum to r1856493: check NULLness of new arg parameter.
Stefan Eissing
2019-05-23
1
-1
/
+1
*
*) mod_http2: internal code cleanups and simplifications. Common output cod...
Stefan Eissing
2019-05-22
24
-534
/
+429
*
* Fix the logic to follow the comment. So far we only forwarded the header if
Ruediger Pluem
2019-05-22
1
-2
/
+2
*
fr doc rebuild.
Lucien Gentis
2019-05-18
4
-11
/
+7
*
XML fr doc update.
Lucien Gentis
2019-05-18
1
-9
/
+5
*
Follow up to r1859371: extend to other ap_proxy_connection_create[_ex]() users.
Yann Ylavic
2019-05-17
7
-49
/
+32
*
mod_proxy/ssl: Proxy SSL client certificate
Rainer Jung
2019-05-16
3
-6
/
+17
*
Arrange balancer_handler() to be able to call
Jean-Frederic Clere
2019-05-14
1
-98
/
+136
*
* Only do one retry to be more in line with the other modules.
Ruediger Pluem
2019-05-14
1
-1
/
+1
*
Axe some outdated compatibility notes
Christophe Jaillet
2019-05-11
1
-8
/
+4
*
Fix a typo spotted by Ioannis Cherouvim (PR 63414)
Christophe Jaillet
2019-05-09
1
-1
/
+1
*
The bump in r1855311 looks slighly optimistic.
Christophe Jaillet
2019-05-05
1
-4
/
+4
*
* modules/cache/mod_socache_shmcb.c (socache_shmcb_init): Describe
Joe Orton
2019-05-03
1
-2
/
+2
*
fr doc rebuild.
Lucien Gentis
2019-04-27
2
-1
/
+12
*
XML fr doc update.
Lucien Gentis
2019-04-27
1
-1
/
+12
*
revert r1857857.
Christophe Jaillet
2019-04-24
1
-0
/
+9
*
Fix a compilation error when GPROF is defined.
Christophe Jaillet
2019-04-20
1
-1
/
+1
*
Axe a useless comment.
Christophe Jaillet
2019-04-20
1
-9
/
+0
*
Fix use of StateDir directive after r1852982:
Joe Orton
2019-04-18
3
-15
/
+33
*
Transforms.
Joe Orton
2019-04-16
16
-295
/
+447
*
Add security note on CoreDumpDirectory for Linux.
Joe Orton
2019-04-16
1
-0
/
+11
*
Fix wrong use of ap_rputs with formats.
Rainer Jung
2019-04-14
1
-1
/
+1
*
Follow up to r1857129: CHANGES entry.
Yann Ylavic
2019-04-08
1
-0
/
+3
*
mod_reqtimeout: fix default_[stage]_rate_factor initializations.
Yann Ylavic
2019-04-08
1
-10
/
+10
*
Removing no longer existing h2 source file from cmake.
Stefan Eissing
2019-04-04
1
-1
/
+1
*
Well, our build with latest APR trunk seems to insist on updating apr_common.m4
Yann Ylavic
2019-04-02
1
-3
/
+36
*
Fix for: [Bug 62372] Load balancer byrequests required when bytraffic chosen
Jim Jagielski
2019-04-02
1
-2
/
+5
*
PR63305: fix graceful restart crashes in LDAP
Eric Covener
2019-04-01
3
-24
/
+49
*
fr doc rebuild.
Lucien Gentis
2019-03-30
14
-64
/
+135
*
XML files fr doc updates.
Lucien Gentis
2019-03-30
4
-8
/
+75
*
Revert r1856560: was not the latest apr_common.m4 version anyway...
Yann Ylavic
2019-03-29
1
-36
/
+3
*
Update apr_common.m4 to latest (trunk).
Yann Ylavic
2019-03-29
1
-3
/
+36
*
mod_cache: follow up to r1856493: cache_strqtok() to reject quoted tokens.
Yann Ylavic
2019-03-28
1
-12
/
+28
*
mod_cache: follow up to r1856493: always terminate cache_strqtok() returns.
Yann Ylavic
2019-03-28
1
-4
/
+6
*
mod_cache: Fix parsing of quoted Cache-Control token arguments. PR 63288.
Yann Ylavic
2019-03-28
4
-123
/
+130
*
Follow up to r1856490: missing one mod_log_forensic test_char_table case.
Yann Ylavic
2019-03-28
1
-1
/
+1
*
Provide TEST_CHAR marco in test_char.h
Yann Ylavic
2019-03-28
3
-9
/
+11
*
add loadmodule line to sochache_redis to httpd.conf in Windows
Gregg Lewis Smith
2019-03-26
1
-0
/
+1
*
*) mod_md: Store permissions are enforced on file creation, enforcing restr...
Stefan Eissing
2019-03-26
3
-11
/
+19
*
mod_proxy: follow up to r1836588: configurable Proxy100Continue.
Yann Ylavic
2019-03-22
5
-2
/
+50
*
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access_modern): Correctly
Joe Orton
2019-03-19
2
-0
/
+5
*
*) mod_md: Explicitly setting file permissions to break out of umasks. We w...
Stefan Eissing
2019-03-18
2
-0
/
+11
*
rephrase MimeOptions description
Eric Covener
2019-03-18
1
-7
/
+8
*
remove null check
Eric Covener
2019-03-18
1
-1
/
+1
*
* Solve a chicken and egg problem here:
Ruediger Pluem
2019-03-18
1
-11
/
+15
*
* r->parsed_uri.path can be NULL in case of the CONNECT method.
Ruediger Pluem
2019-03-18
1
-1
/
+3
*
* Play safe in case we get no name
Ruediger Pluem
2019-03-18
1
-0
/
+4
*
* Revert r1855741 which committed other stuff as well.
Ruediger Pluem
2019-03-18
3
-18
/
+12
[prev]
[next]