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
*
Define "state directory" for storing persistent child-writable state,
Joe Orton
2018-10-05
1
-0
/
+44
*
* server/protocol.c (ap_rvputs): Call va_end before returning in the
Joe Orton
2018-10-05
1
-0
/
+1
*
move the assignment to the end of the loop.
Eric Covener
2018-09-12
1
-1
/
+2
*
Follow up to r1840265: really privatize ap_filter_{recycle,adopt_brigade}().
Yann Ylavic
2018-09-11
3
-9
/
+29
*
Follow up to r1840149: core input filter pending data.
Yann Ylavic
2018-09-07
2
-28
/
+55
*
fix StrictHostCheck in single/non-NVH vhosts
Eric Covener
2018-09-06
1
-3
/
+3
*
util_filter: protect ap_filter_t private fields from external (ab)use.
Yann Ylavic
2018-09-05
4
-142
/
+177
*
core: follow up to r1839997: some runtime optimizations.
Yann Ylavic
2018-09-04
1
-29
/
+28
*
core: follow up to r1839997: recycle request filters to a delayed ring first.
Yann Ylavic
2018-09-04
2
-27
/
+35
*
Axe spurious comment (added and addressed in r1839997).
Yann Ylavic
2018-09-04
1
-4
/
+0
*
core: always allocate filters (ap_filter_t) on f->c->pool.
Yann Ylavic
2018-09-04
3
-30
/
+163
*
util_filter: split pending filters ring in two: input and output ones.
Yann Ylavic
2018-09-03
1
-28
/
+38
*
MPMs: early initialize scoreboard's child generation number.
Yann Ylavic
2018-08-29
6
-12
/
+14
*
Fix a cppcheck warning.
Christophe Jaillet
2018-08-17
1
-2
/
+1
*
Fix a cppcheck warning.
Christophe Jaillet
2018-08-17
1
-0
/
+4
*
add ids
Eric Covener
2018-08-15
1
-3
/
+3
*
Add StrictHostCheck
Eric Covener
2018-08-14
3
-11
/
+68
*
Axe some redundant conditions. PR 62549.
Yann Ylavic
2018-08-13
3
-4
/
+4
*
Follow up to r1837822: typo.
Yann Ylavic
2018-08-10
1
-1
/
+1
*
ap_request_core_filter() can check whether the next filter should yield.
Yann Ylavic
2018-08-10
1
-1
/
+1
*
core: ap_filter_output_pending() to flush outer most filters first.
Yann Ylavic
2018-08-10
1
-10
/
+14
*
mod_status: Cumulate CPU time of exited child
Rainer Jung
2018-08-07
2
-0
/
+20
*
mod_status: Add cumulated response duration time
Rainer Jung
2018-08-07
1
-0
/
+3
*
event, worker: follow up to r1835845, r1837354: pruntime is global now.
Yann Ylavic
2018-08-03
2
-6
/
+6
*
event, worker: initialize the objects used by signal_threads() first.
Yann Ylavic
2018-08-03
2
-132
/
+135
*
Fix PR54848 in a 2.4.x backportable format. Ideally deprecating the use
Jim Jagielski
2018-08-01
1
-8
/
+17
*
core: set ap_request_core_filter() last.
Yann Ylavic
2018-07-31
1
-1
/
+1
*
http: Enforce consistently no response body with both 204 and 304 statuses.
Yann Ylavic
2018-07-30
1
-1
/
+1
*
mod_proxy_http: forward 100-continue.
Yann Ylavic
2018-07-24
1
-14
/
+16
*
core: axe data_in_in/output_filter from conn_rec.
Yann Ylavic
2018-07-20
3
-12
/
+16
*
core: follow up to r1836237: core filter's tmp_flush_bb not used anymore.
Yann Ylavic
2018-07-20
1
-7
/
+3
*
Correct see also comment
William A. Rowe Jr
2018-07-19
1
-2
/
+2
*
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
4
-3
/
+11
*
core: core output filter optimizations.
Yann Ylavic
2018-07-18
2
-290
/
+220
*
core: Add ReadBufferSize, FlushMaxThreshold and FlushMaxPipelined directives.
Yann Ylavic
2018-07-16
2
-21
/
+119
*
util_filter: Axe conn_rec->empty brigade.
Yann Ylavic
2018-07-16
2
-4
/
+8
*
core: Add ap_reuse_brigade_from_pool().
Yann Ylavic
2018-07-16
2
-10
/
+20
*
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
*
util_filter: keep filters with aside buckets in order.
Yann Ylavic
2018-07-11
2
-45
/
+76
*
global ap_server_conf must be reset when process->pconf is cleared
Eric Covener
2018-07-05
1
-0
/
+1
*
Follow up to r1833368: apr_crypto_prng_after_fork() changed its args.
Yann Ylavic
2018-06-28
1
-1
/
+1
*
Re-allow '_' (underscore) in hostnames.
Eric Covener
2018-06-25
1
-1
/
+1
*
add server_rec to log.c fatal startup errors
Eric Covener
2018-06-19
1
-10
/
+10
*
Follow up to r1833368: share openssl between modules.
Yann Ylavic
2018-06-13
1
-9
/
+4
*
Follow up to r1833368: fix "mixed declarations and code" warning (buildbot).
Yann Ylavic
2018-06-12
1
-4
/
+6
[next]