summaryrefslogtreecommitdiffstats
path: root/modules/dav/main (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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: 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-091-2/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-032-46/+46
* 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-232-13/+13
* 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
* 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-201-6/+6
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-1/+1
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-181-1/+1
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-091-1/+1
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-081-1/+1
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-081-7/+7
* 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-011-1/+1
* 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-201-7/+3
* - Remove a load of unused variables (or variables that are set but never read).Stefan Fritsch2010-08-031-5/+3
* 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-07-011-4/+4
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-062-0/+3
* more NetWare makefile cleanups.Guenter Knauf2009-12-011-3/+1
* Remove errno from dav_error interface. Calls to dav_new_error()Jeff Trawick2009-11-195-81/+77
* 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
* fixed dav_hooks_repository_fs struct member order, fixed comments.Guenter Knauf2009-10-271-2/+2
* mod_dav: Provide a mechanism to obtain the request_rec and pathnameGraham Leggett2009-10-091-0/+6
* mod_dav: Allow other modules to become providers and add resource typesGraham Leggett2009-09-193-39/+103
* mod_dav: Allow other modules to add things to the DAV or Allow headersGraham Leggett2009-09-143-0/+77
* Remove unused conf variable.Paul Querna2009-09-011-4/+0
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-2/+1
* * Prevent a segfault if the destination URI of a copy / move operation isRuediger Pluem2008-04-021-0/+5
* * Avoid SEGFAULT as hooks->set_headers can be NULL. Furthermore do not set theRuediger Pluem2008-01-011-8/+21
* * Style police. No functional changes.Ruediger Pluem2007-12-291-5/+7