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
*
* server/util_expr_parse.[ch]: Regenerate after r1869724.
Joe Orton
2019-11-13
2
-923
/
+726
*
Non terminal cannot have string aliases (only tokens appear in error
Joe Orton
2019-11-13
1
-16
/
+16
*
Revert r1869222, wrong files committed.
Yann Ylavic
2019-10-31
1
-128
/
+93
*
mod_proxy_http: follow up to r1869216.
Yann Ylavic
2019-10-31
1
-93
/
+128
*
mod_proxy_http: Fix 100-continue deadlock for spooled request bodies. PR 63855.
Yann Ylavic
2019-10-18
1
-4
/
+11
*
Fix a typo in a message.
Christophe Jaillet
2019-10-05
1
-1
/
+1
*
Merge r1866760 from ^/httpd/apreq/trunk:
Joe Orton
2019-09-30
1
-0
/
+4
*
Fix an issue on Windows where <IfFile> looks for a file on a non-existent dri...
Christophe Jaillet
2019-09-04
1
-1
/
+8
*
Fix a signed/unsigned comparison that can never match.
Christophe Jaillet
2019-08-10
1
-1
/
+1
*
Fix a signed/unsigned comparison that can never match.
Christophe Jaillet
2019-08-10
1
-2
/
+2
*
set PCRE_DOTALL by default
Eric Covener
2019-08-02
1
-1
/
+2
*
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
[next]