summaryrefslogtreecommitdiffstats
path: root/modules/dav (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_dav: Add support for childtags to dav_error.Graham Leggett2016-05-312-8/+27
* Added many log numbers to log statements thatRainer Jung2016-01-191-0/+1
* Follow up to r1715880: revert abusive ap_casecmpstr[n]() usages.Yann Ylavic2015-11-241-1/+1
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-233-5/+5
* Remove some useless 'return' statements.Christophe Jaillet2015-11-211-1/+0
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-4/+4
* In order to save a few cycles, delay a hash table lookup which is not necessa...Christophe Jaillet2015-09-081-1/+2
* Third try, follows up 1694901 and 1694902Gregg Lewis Smith2015-08-091-1/+1
* followup to r1694901, it was too greedyGregg Lewis Smith2015-08-091-1/+1
* ap_config_auto.h is not used/created in non-Autoconf compilers like MSVCGregg Lewis Smith2015-08-091-0/+2
* Save a few bytes in conf poolChristophe Jaillet2015-06-061-1/+1
* mod_dav: Avoid doing the walk on a COPY source for handling preconditions ifBen Reser2015-05-031-2/+4
* * mod_dav_fs: set default value of DavLockDB using installation layoutJan Kaluža2015-04-171-1/+10
* Avoid a potential integer underflow in the lock timeout value sent back to a ...Christophe Jaillet2015-03-131-2/+12
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-102-4/+7
* * modules/dav/main/config.m4: Remove long-redundant expat reference.Joe Orton2015-01-091-4/+0
* Fix indent.Christophe Jaillet2014-11-111-6/+7
* tab vs spaceChristophe Jaillet2014-10-221-2/+2
* Fix PR 56480: PROPFIND walker doesn't encode hrefs properlyBen Reser2014-06-134-27/+22
* mod_dav: Fix invalid Location header when a resource is created by passing anBen Reser2014-05-061-1/+1
* Typo in commentChristophe Jaillet2014-04-211-1/+1
* Style, indentation. No functional change.Christophe Jaillet2014-01-111-9/+9
* Add missing break in 'dav_generic_do_refresh' to avoid useless computation.Christophe Jaillet2014-01-091-0/+1
* As in 'dav_generic_do_refresh', add missing break in 'dav_fs_do_refresh' to a...Christophe Jaillet2014-01-091-0/+1
* SECURITY: CVE-2013-6438 (cve.mitre.org)Ben Reser2014-01-081-1/+3
* more apr_file_write_full() simplification (like r1542413)Jeff Trawick2013-11-151-4/+2
* Followup to r1529559: mod_dav_fs: Fix encoding of hrefs in PROPFIND response.Ben Reser2013-10-121-4/+17
* Fix PR 55397: dav_resource->uri treated as an unparsed uri.Ben Reser2013-10-063-15/+12
* mod_dav: Fix PR 55306.Ben Reser2013-10-033-3/+10
* mod_dav: set r->status_line in dav_error_response.Jan Kaluža2013-09-301-0/+1
* Fix bug #55304 with the provided patch, slightly reformatted.Greg Stein2013-07-241-2/+3
* Fix indentation (plus now needed line-wrap).Rainer Jung2013-06-281-2/+3
* Clarify the existing behavior.Graham Leggett2013-05-241-0/+4
* Reverting as per veto in http://svn.apache.org/r1486021.Graham Leggett2013-05-241-2/+4
* CVE-2013-1896Graham Leggett2013-05-231-5/+6
* core: Stop the HTTP_IN filter from attempting to write error bucketsGraham Leggett2013-05-141-3/+5
* mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981.Graham Leggett2013-04-301-6/+11
* mod_dav: Make sure the URI length is calculated correctly.Graham Leggett2013-04-301-3/+5
* mod_dav: Do not segfault on PROPFIND with a zero length DBM. PR 52559Graham Leggett2013-04-271-4/+4
* mod_dav: Do not fail PROPPATCH when prop namespace is not known. PR 52559Graham Leggett2013-04-271-1/+9
* mod_dav: When a PROPPATCH attempts to remove a non-existent deadGraham Leggett2013-04-271-0/+4
* mod_dav: PROPPATCH delete (svn propdel) silently discards errors. PR 53525Graham Leggett2013-04-271-4/+2
* mod_dav: Ensure URI is correctly uriencoded on return. PR 54611Graham Leggett2013-04-271-1/+3
* mod_dav: Sending an If or If-Match header with an invalid ETag doesn'tGraham Leggett2013-04-271-11/+11
* mod_dav: Make sure that when we prepare an If URL for Etag comparison, Graham Leggett2013-04-231-0/+7
* mod_dav: Improve error handling in dav_method_put(), add newJeff Trawick2013-04-043-16/+54
* [Test] First try : remove extra ';'Christophe Jaillet2012-10-111-1/+1
* NetWare build tweaks.Guenter Knauf2012-08-093-8/+8
* Replace use of apr_file_write() with apr_file_write_full() to preventStefan Fritsch2012-04-261-1/+1
* Make APACHE_MODULE() accept an optional prerequisite module for configure.Stefan Fritsch2012-01-202-2/+2