summaryrefslogtreecommitdiffstats
path: root/modules/dav/main/mod_dav.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_dav: Add dav_get_provider_name() function to obtain the nameGraham Leggett2016-06-121-0/+6
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-3/+3
* mod_dav: Add support for childtags to dav_error.Graham Leggett2016-05-311-8/+25
* Added many log numbers to log statements thatRainer Jung2016-01-191-0/+1
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-3/+3
* Save a few bytes in conf poolChristophe Jaillet2015-06-061-1/+1
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-101-3/+6
* tab vs spaceChristophe Jaillet2014-10-221-2/+2
* Fix PR 56480: PROPFIND walker doesn't encode hrefs properlyBen Reser2014-06-131-3/+5
* mod_dav: Fix invalid Location header when a resource is created by passing anBen Reser2014-05-061-1/+1
* Fix PR 55397: dav_resource->uri treated as an unparsed uri.Ben Reser2013-10-061-10/+7
* mod_dav: Fix PR 55306.Ben Reser2013-10-031-1/+2
* 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
* 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: 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: Improve error handling in dav_method_put(), add newJeff Trawick2013-04-041-16/+15
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-45/+45
* 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
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-16/+16
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-11/+11
* Various code cleanupStefan Fritsch2011-06-221-2/+2
* Avoid some memory allocations by using apr_table_setn where the string argumentsStefan Fritsch2011-06-131-3/+3
* Improvements found by cppcheck:Stefan Fritsch2011-05-151-1/+1
* revert r1026746:Stefan Fritsch2011-02-121-32/+0
* If an unknown Content-* header is received for a PUT request, we must notStefan Fritsch2010-10-241-0/+32
* If a malformed Content-Range header is received for a PUT request, weStefan Fritsch2010-10-241-15/+27
* - Remove a load of unused variables (or variables that are set but never read).Stefan Fritsch2010-08-031-5/+3
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Remove errno from dav_error interface. Calls to dav_new_error()Jeff Trawick2009-11-191-29/+22
* mod_dav_fs: Include uri when logging a PUT error due to connection abort.Stefan Fritsch2009-11-091-3/+8
* Return 409 instead of 500 for a LOCK request if the parent resource does notStefan Fritsch2009-11-091-0/+15
* mod_dav: Allow other modules to add things to the DAV or Allow headersGraham Leggett2009-09-141-0/+39
* Remove unused conf variable.Paul Querna2009-09-011-4/+0
* * Prevent a segfault if the destination URI of a copy / move operation isRuediger Pluem2008-04-021-0/+5
* * Set character set for HTML outputs generated by mod_ldap,Ruediger Pluem2007-12-241-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Clean up some code in mod_dav.Garrett Rooney2006-02-131-6/+0
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-10/+10
* * Fix a null pointer dereference in dav_method_mkcol during the handling ofRuediger Pluem2005-11-051-1/+1
* * modules/dav/main/mod_dav.h: Wrap all public functions inJustin Erenkrantz2005-02-251-6/+6
* Improve interaction with caches in mod_dav.Sander Striker2005-02-141-0/+7
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* use new apr_strtoff function to parse PUT ranges correctly.André Malo2004-05-251-6/+18
* * modules/dav/main/mod_dav.c (dav_method_put): Fix segfaultJoe Orton2004-05-211-1/+1