| Commit message (Expand) | Author | Age | Files | Lines |
* | Follow up to r1739201. | Yann Ylavic | 2016-10-28 | 1 | -11/+4 |
* | mod_dav: Note an API issue with the dav_hooks_repository.deliver(), | Evgeny Kotkov | 2016-10-10 | 1 | -2/+29 |
* | mod_dav: Fix a potential cause of unbounded memory usage or incorrect | Evgeny Kotkov | 2016-10-10 | 2 | -15/+17 |
* | Fix bogus K&R declarations | William A. Rowe Jr | 2016-08-19 | 2 | -2/+2 |
* | mod_dav: follow up to r1746207: fix typo (missing '/') for closing tag. | Yann Ylavic | 2016-08-17 | 1 | -1/+1 |
* | Fix spelling in comments and text files. | Rainer Jung | 2016-08-11 | 2 | -7/+7 |
* | * Fix compilation error introduced in r1748322 by double typedef | Ruediger Pluem | 2016-06-15 | 1 | -2/+2 |
* | Allow other modules to become providers and add ACLs | Graham Leggett | 2016-06-14 | 4 | -5/+248 |
* | mod_dav: making mod_dav.h compile with clang again | Stefan Eissing | 2016-06-13 | 1 | -2/+2 |
* | mod_dav: Add dav_begin_multistatus, dav_send_one_response, | Graham Leggett | 2016-06-12 | 2 | -17/+70 |
* | mod_dav: Add dav_get_provider_name() function to obtain the name | Graham Leggett | 2016-06-12 | 2 | -0/+7 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 2 | -4/+4 |
* | 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 |