index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
dav
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_dav: Add support for childtags to dav_error.
Graham Leggett
2016-05-31
2
-8
/
+27
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-0
/
+1
*
Follow up to r1715880: revert abusive ap_casecmpstr[n]() usages.
Yann Ylavic
2015-11-24
1
-1
/
+1
*
More ap_casecmpstr[n]() usages (follow up to r1715876).
Yann Ylavic
2015-11-23
3
-5
/
+5
*
Remove some useless 'return' statements.
Christophe Jaillet
2015-11-21
1
-1
/
+0
*
Fix some style issues on files that can easily be synch'ed with 2.4.x
Christophe Jaillet
2015-09-30
1
-4
/
+4
*
In order to save a few cycles, delay a hash table lookup which is not necessa...
Christophe Jaillet
2015-09-08
1
-1
/
+2
*
Third try, follows up 1694901 and 1694902
Gregg Lewis Smith
2015-08-09
1
-1
/
+1
*
followup to r1694901, it was too greedy
Gregg Lewis Smith
2015-08-09
1
-1
/
+1
*
ap_config_auto.h is not used/created in non-Autoconf compilers like MSVC
Gregg Lewis Smith
2015-08-09
1
-0
/
+2
*
Save a few bytes in conf pool
Christophe Jaillet
2015-06-06
1
-1
/
+1
*
mod_dav: Avoid doing the walk on a COPY source for handling preconditions if
Ben Reser
2015-05-03
1
-2
/
+4
*
* mod_dav_fs: set default value of DavLockDB using installation layout
Jan Kaluža
2015-04-17
1
-1
/
+10
*
Avoid a potential integer underflow in the lock timeout value sent back to a ...
Christophe Jaillet
2015-03-13
1
-2
/
+12
*
core, modules: like r1657897 but for core and other modules than mod_proxy.
Yann Ylavic
2015-03-10
2
-4
/
+7
*
* modules/dav/main/config.m4: Remove long-redundant expat reference.
Joe Orton
2015-01-09
1
-4
/
+0
*
Fix indent.
Christophe Jaillet
2014-11-11
1
-6
/
+7
*
tab vs space
Christophe Jaillet
2014-10-22
1
-2
/
+2
*
Fix PR 56480: PROPFIND walker doesn't encode hrefs properly
Ben Reser
2014-06-13
4
-27
/
+22
*
mod_dav: Fix invalid Location header when a resource is created by passing an
Ben Reser
2014-05-06
1
-1
/
+1
*
Typo in comment
Christophe Jaillet
2014-04-21
1
-1
/
+1
*
Style, indentation. No functional change.
Christophe Jaillet
2014-01-11
1
-9
/
+9
*
Add missing break in 'dav_generic_do_refresh' to avoid useless computation.
Christophe Jaillet
2014-01-09
1
-0
/
+1
*
As in 'dav_generic_do_refresh', add missing break in 'dav_fs_do_refresh' to a...
Christophe Jaillet
2014-01-09
1
-0
/
+1
*
SECURITY: CVE-2013-6438 (cve.mitre.org)
Ben Reser
2014-01-08
1
-1
/
+3
*
more apr_file_write_full() simplification (like r1542413)
Jeff Trawick
2013-11-15
1
-4
/
+2
*
Followup to r1529559: mod_dav_fs: Fix encoding of hrefs in PROPFIND response.
Ben Reser
2013-10-12
1
-4
/
+17
*
Fix PR 55397: dav_resource->uri treated as an unparsed uri.
Ben Reser
2013-10-06
3
-15
/
+12
*
mod_dav: Fix PR 55306.
Ben Reser
2013-10-03
3
-3
/
+10
*
mod_dav: set r->status_line in dav_error_response.
Jan Kaluža
2013-09-30
1
-0
/
+1
*
Fix bug #55304 with the provided patch, slightly reformatted.
Greg Stein
2013-07-24
1
-2
/
+3
*
Fix indentation (plus now needed line-wrap).
Rainer Jung
2013-06-28
1
-2
/
+3
*
Clarify the existing behavior.
Graham Leggett
2013-05-24
1
-0
/
+4
*
Reverting as per veto in http://svn.apache.org/r1486021.
Graham Leggett
2013-05-24
1
-2
/
+4
*
CVE-2013-1896
Graham Leggett
2013-05-23
1
-5
/
+6
*
core: Stop the HTTP_IN filter from attempting to write error buckets
Graham Leggett
2013-05-14
1
-3
/
+5
*
mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981.
Graham Leggett
2013-04-30
1
-6
/
+11
*
mod_dav: Make sure the URI length is calculated correctly.
Graham Leggett
2013-04-30
1
-3
/
+5
*
mod_dav: Do not segfault on PROPFIND with a zero length DBM. PR 52559
Graham Leggett
2013-04-27
1
-4
/
+4
*
mod_dav: Do not fail PROPPATCH when prop namespace is not known. PR 52559
Graham Leggett
2013-04-27
1
-1
/
+9
*
mod_dav: When a PROPPATCH attempts to remove a non-existent dead
Graham Leggett
2013-04-27
1
-0
/
+4
*
mod_dav: PROPPATCH delete (svn propdel) silently discards errors. PR 53525
Graham Leggett
2013-04-27
1
-4
/
+2
*
mod_dav: Ensure URI is correctly uriencoded on return. PR 54611
Graham Leggett
2013-04-27
1
-1
/
+3
*
mod_dav: Sending an If or If-Match header with an invalid ETag doesn't
Graham Leggett
2013-04-27
1
-11
/
+11
*
mod_dav: Make sure that when we prepare an If URL for Etag comparison,
Graham Leggett
2013-04-23
1
-0
/
+7
*
mod_dav: Improve error handling in dav_method_put(), add new
Jeff Trawick
2013-04-04
3
-16
/
+54
*
[Test] First try : remove extra ';'
Christophe Jaillet
2012-10-11
1
-1
/
+1
*
NetWare build tweaks.
Guenter Knauf
2012-08-09
3
-8
/
+8
*
Replace use of apr_file_write() with apr_file_write_full() to prevent
Stefan Fritsch
2012-04-26
1
-1
/
+1
*
Make APACHE_MODULE() accept an optional prerequisite module for configure.
Stefan Fritsch
2012-01-20
2
-2
/
+2
[next]