summaryrefslogtreecommitdiffstats
path: root/modules/dav (follow)
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r1739201.Yann Ylavic2016-10-281-11/+4
* mod_dav: Note an API issue with the dav_hooks_repository.deliver(),Evgeny Kotkov2016-10-101-2/+29
* mod_dav: Fix a potential cause of unbounded memory usage or incorrectEvgeny Kotkov2016-10-102-15/+17
* Fix bogus K&R declarationsWilliam A. Rowe Jr2016-08-192-2/+2
* mod_dav: follow up to r1746207: fix typo (missing '/') for closing tag.Yann Ylavic2016-08-171-1/+1
* Fix spelling in comments and text files.Rainer Jung2016-08-112-7/+7
* * Fix compilation error introduced in r1748322 by double typedefRuediger Pluem2016-06-151-2/+2
* Allow other modules to become providers and add ACLsGraham Leggett2016-06-144-5/+248
* mod_dav: making mod_dav.h compile with clang againStefan Eissing2016-06-131-2/+2
* mod_dav: Add dav_begin_multistatus, dav_send_one_response,Graham Leggett2016-06-122-17/+70
* mod_dav: Add dav_get_provider_name() function to obtain the nameGraham Leggett2016-06-122-0/+7
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-092-4/+4
* 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