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
*
Synch 2.4 and trunk.
Christophe Jaillet
2019-07-20
1
-1
/
+0
*
Fix crashes when running with debug APR (APR_POOL_DEBUG),
Rainer Jung
2019-07-16
1
-0
/
+5
*
*) mod_http2/mpm_event: Fixes the behaviour when a HTTP/2 connection has no...
Stefan Eissing
2019-07-03
1
-3
/
+4
*
* server/main.c (main): Don't create a separate subpool for pcommands
Joe Orton
2019-06-25
1
-2
/
+1
*
After reinstatement of DSO support in APR/APR-util, revert r1837437,
Graham Leggett
2019-06-23
1
-49
/
+19
*
* server/scoreboard.c (open_scoreboard): Create the scoreboard in the
Joe Orton
2019-06-21
1
-12
/
+5
*
* server/util.c: Make "nul" symbol private.
Joe Orton
2019-06-20
1
-1
/
+1
*
Add an --enable-reduced-exports configure option to link libmain.a
Joe Orton
2019-06-20
2
-2
/
+2
*
Be a little more verbose when an error in trigerred in 'ap_set_file_slot()'
Christophe Jaillet
2019-06-13
1
-2
/
+2
*
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
*
Provide TEST_CHAR marco in test_char.h
Yann Ylavic
2019-03-28
2
-8
/
+10
*
remove null check
Eric Covener
2019-03-18
1
-1
/
+1
*
* 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
2
-7
/
+1
*
* Play safe in case we get no name
Ruediger Pluem
2019-03-18
2
-1
/
+7
*
Merge consecutive slashes in the URL by default
Eric Covener
2019-03-17
3
-19
/
+23
*
MPMs unix: bind the bucket number of each child to its slot number
Yann Ylavic
2019-03-12
4
-33
/
+28
*
Follow up to r1847430.
Christophe Jaillet
2019-02-10
2
-2
/
+3
*
* server/core.c (core_pre_config): Reset state dir during pre_config.
Joe Orton
2019-02-05
1
-0
/
+1
*
Fix a typo reported by [stephane.blondon gmail.com]
Christophe Jaillet
2019-01-20
1
-1
/
+1
*
Reverse the order of 2 tests to potentially save a few cycles.
Christophe Jaillet
2019-01-13
1
-4
/
+5
*
core: Fix incorrect substitution of env vars in directives containing multipl...
Hank Ibell
2018-12-05
1
-1
/
+1
*
core: Split out the ability to parse wildcard files and directories
Graham Leggett
2018-11-25
2
-209
/
+230
*
request: forward as much buckets as possible in ap_request_core_filter().
Yann Ylavic
2018-10-24
1
-12
/
+49
*
Fix a shadow (and useless) variable.
Christophe Jaillet
2018-10-19
1
-5
/
+3
*
* Ensure that aborted connections are logged as such.
Ruediger Pluem
2018-10-15
1
-1
/
+6
*
mpm_event: avoid AH00484 with idle threads
Eric Covener
2018-10-10
1
-7
/
+18
*
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
[next]