summaryrefslogtreecommitdiff
path: root/src/mod_webdav.c
Commit message (Expand)AuthorAgeFilesLines
* * fixed crash on 32bit archs when debug-msgs are printed in mod_scgi,lighttpd-1.4.16Jan Kneschke2007-07-171-2/+2
* fixed compilation on c89 compilersJan Kneschke2007-04-101-1/+0
* mkcol/mkdir in mod_webdav now honors the umask aswell.Marcus Rückert2006-10-071-9/+10
* provide a useful error-msg when sqlite3_open failsJan Kneschke2006-10-041-1/+3
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-3/+3
* - mark a few params as unusedMarcus Rückert2006-10-031-5/+6
* added a better comment about the current (incomplete) state of LOCK supportJan Kneschke2006-09-281-11/+11
* - configure.in:Marcus Rückert2006-09-271-1/+1
* use the right return-value for an errorJan Kneschke2006-09-231-2/+2
* - mod_webdav honors the umask now.Marcus Rückert2006-09-211-4/+4
* backported to the 1.4.11 interfaceJan Kneschke2006-09-011-11/+14
* merged -r1042:1194 for mod_webdav.c from the 1.5.0 treeJan Kneschke2006-09-011-269/+881
* allow proxy to svn-apache do a commitJan Kneschke2006-03-021-0/+4
* renamed server.force-lower-case-files to server.force-lowercase-filenamsJan Kneschke2006-01-111-1/+1
* fixed mem-leak (fixes #450)Jan Kneschke2006-01-111-0/+3
* Depth: 1 PROPFIND request have to include the requested collection tooJan Kneschke2006-01-031-5/+9
* fixed the handling of the global webdav.log-xml optionJan Kneschke2006-01-031-0/+1
* take the right docroot if simple-vhost is used for MOVE/COPY operations (fixe...Jan Kneschke2005-11-261-1/+1
* fixed typoJan Kneschke2005-11-181-1/+2
* more unsigned/sign compare fixesJan Kneschke2005-11-181-1/+4
* don't try to call sqlite3 function if we don't have a sqlite3 db setJan Kneschke2005-11-101-86/+101
* accept no-error as return for the last xml-chunkJan Kneschke2005-11-101-1/+6
* simplified buffer-encoding functions into one functionJan Kneschke2005-11-071-2/+6
* added debugging to webdavJan Kneschke2005-11-011-3/+19
* fixed compilation of libxml2 is not installedJan Kneschke2005-09-291-0/+2
* expect XML_ERR_DOCUMENT_END for the final packetJan Kneschke2005-09-291-1/+1
* ported to request_content_queue and fixed segfault of sqlite is compiled in b...Jan Kneschke2005-09-291-13/+108
* removed con->request.content (mem-buffer) by a chunk-queue Jan Kneschke2005-09-261-8/+72
* closed memleaks at shutdownJan Kneschke2005-08-291-0/+11
* closed mem-leaks on shutdownJan Kneschke2005-08-271-0/+3
* get the properties of the file, not the directoryJan Kneschke2005-08-211-1/+1
* remove signess warnings, fixed PROPFIND listings, send 404 in PROPPATCH if re...Jan Kneschke2005-08-211-20/+41
* only of sqlite3 and libxml2 are available enable PROPPATCH and friendsJan Kneschke2005-08-211-23/+54
* added MOVE, COPY, PROPPATCH and nearly complete PROPFIND (Level 1-3 of litmus...Jan Kneschke2005-08-201-155/+1143
* added PUT, all basic litmus tests passedJan Kneschke2005-08-191-3/+40
* does include the parent directory in the PROPFIND outputJan Kneschke2005-08-191-1/+3
* added DELETE and MKCOL to mod_webdavJan Kneschke2005-08-191-8/+233
* added a switch to enable webdav on demandJan Kneschke2005-08-191-9/+12
* added read-only WebDAV supportJan Kneschke2005-08-191-0/+320