summaryrefslogtreecommitdiffstats
path: root/modules/dav (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-033-49/+49
* Remove some ap_add_version_component() calls that don't provide any informationStefan Fritsch2011-11-091-2/+0
* Don't send a 500 if there is a timeoutStefan Fritsch2011-11-081-5/+14
* Change default FileETag to be "size mtime", i.e. remove the inode. Adjust theStefan Fritsch2011-11-081-2/+2
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-16/+16
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-233-18/+18
* refactor to pull setting of Accept-Ranges header into http_protocol.c whichEric Covener2011-09-081-1/+1
* adjustments of build priorities of modules without special dependenciesStefan Fritsch2011-07-131-1/+1
* Various code cleanupStefan Fritsch2011-06-222-4/+3
* Avoid some memory allocations by using apr_table_setn where the string argumentsStefan Fritsch2011-06-131-3/+3
* Log the proper module name on errorsStefan Fritsch2011-06-071-0/+1
* Log a more obvious message if apr cannot load its dbm shared library.Stefan Fritsch2011-06-071-0/+3
* Don't return an undefined value if opening of a read-only database fails.Stefan Fritsch2011-06-071-1/+1
* Fix various "variable 'x' set but not used" warnings.Stefan Fritsch2011-05-221-1/+5
* Improvements found by cppcheck:Stefan Fritsch2011-05-151-1/+1
* Create dav.imp dynamically from header to catch all exports.Guenter Knauf2011-03-201-64/+0