summaryrefslogtreecommitdiff
path: root/modules/dav
Commit message (Expand)AuthorAgeFilesLines
* Merge r1529559, r1531505 from trunk:Jim Jagielski2013-10-183-19/+29
* Merge r1528718 from trunk:Jim Jagielski2013-10-183-3/+10
* Merge r1506714 from trunk:Jim Jagielski2013-07-271-2/+3
* Fix indentation (plus now needed line-wrap).Rainer Jung2013-06-271-2/+3
* mod_dav: Improve error handling in dav_method_put(), add newGraham Leggett2013-05-263-16/+54
* mod_dav: Sending a MERGE request against a URI handled by mod_dav_svn withGraham Leggett2013-05-261-5/+6
* mod_dav: Do not fail PROPPATCH when prop namespace is not known. PR 52559Graham Leggett2013-05-261-1/+9
* mod_dav: When a PROPPATCH attempts to remove a non-existent deadGraham Leggett2013-05-261-0/+4
* mod_dav: Sending an If or If-Match header with an invalid ETag doesn'tGraham Leggett2013-05-261-11/+11
* mod_dav: Make sure that when we prepare an If URL for Etag comparison,Graham Leggett2013-05-261-1/+10
* mod_dav: Ensure URI is correctly uriencoded on return. PR 54611Graham Leggett2013-05-231-1/+3
* mod_dav: Do not segfault on PROPFIND with a zero length DBM. PR 52559Graham Leggett2013-05-121-4/+4
* Merge r1331110 from trunk:Jim Jagielski2013-01-081-1/+1
* Merge r1398970, r1407853, r1398480, r1398478, r1411862, r1397320:Stefan Fritsch2012-12-091-1/+1
* Merge r1234180, r1234297, r1234565:Stefan Fritsch2012-01-222-2/+2
* Backport r1209766, r1210252, r1210284:Stefan Fritsch2011-12-053-49/+49
* Remove some ap_add_version_component() calls that don't provide any informationStefan Fritsch2011-11-081-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
* Removed dav_get_limit_xml_body() from mod_dav.h.Guenter Knauf2011-03-201-3/+0
* More NetWare build fixes.Guenter Knauf2011-03-203-13/+12
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-183-3/+3
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-183-3/+3
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-093-3/+5
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-083-3/+3
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-083-21/+21
* revert r1026746:Stefan Fritsch2011-02-121-32/+0
* Remove mis-placed period.Daniel Earl Poirier2010-11-021-1/+1
* Add to modules' help text (displayed by ./configure -h) moreDaniel Earl Poirier2010-11-013-3/+3
* 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
* Fix broken "creationdate" property in mod_dav_fs andRainer Jung2010-08-203-19/+14
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-061-4/+4
* - Remove a load of unused variables (or variables that are set but never read).Stefan Fritsch2010-08-031-5/+3
* Removed obsolete include paths from NetWare makefiles.Guenter Knauf2010-07-221-1/+0
* CVE-2010-1452: Fix handling of missing path segments in the parsed URI struct...Paul Querna2010-07-211-1/+2
* re-order many struct members for better alignment on 64bitStefan Fritsch2010-06-301-4/+4
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-064-2/+5