summaryrefslogtreecommitdiff
path: root/src/mod_webdav.c
Commit message (Expand)AuthorAgeFilesLines
* - merged fixes from the ssl fixes branchlighttpd-merge-1.4.xdarix2006-09-231-6/+6
* * con->file_finished 1 is con->send->is_closed = 1 nowjan2006-08-031-16/+16
* removed WP() as it is gone nowjan2006-07-181-5/+0
* * src/*c, src/*.h:darix2006-07-031-27/+27
* r628@D2XNG01J: Jan | 2006-07-02 15:33:45 +0200Jan2006-07-021-9/+10
* r619@D2XNG01J: Jan | 2006-06-26 03:26:20 +0200Jan2006-07-021-3/+2
* moved the prepare down to a place after the create tablejan2006-04-121-17/+18
* fixed more litmus testsjan2006-04-121-5/+52
* check locks on DELETE and other writing commandsjan2006-04-031-2/+56
* added experimental LOCK support for mod_webdavjan2006-04-031-6/+454
* - remove all trailing whitespaces in the c filesdarix2006-03-311-155/+155
* - added PATCH_OPTION() macro that replaces all the local PATCH()darix2006-03-311-26/+23
* - added Content-Range to PUT as required by the RFC2616 Section 9.6jan2006-03-271-63/+133
* allow proxy to svn-apache do a commitjan2006-03-021-0/+4
* renamed server.force-lower-case-files to server.force-lowercase-filenamsjan2006-01-111-1/+1
* fixed mem-leak (fixes #450)jan2006-01-111-0/+3
* Depth: 1 PROPFIND request have to include the requested collection toojan2006-01-031-5/+9
* fixed the handling of the global webdav.log-xml optionjan2006-01-031-0/+1
* take the right docroot if simple-vhost is used for MOVE/COPY operations (fixe...jan2005-11-261-1/+1
* fixed typojan2005-11-181-1/+2
* more unsigned/sign compare fixesjan2005-11-181-1/+4
* don't try to call sqlite3 function if we don't have a sqlite3 db setjan2005-11-101-86/+101
* accept no-error as return for the last xml-chunkjan2005-11-101-1/+6
* simplified buffer-encoding functions into one functionjan2005-11-071-2/+6
* added debugging to webdavjan2005-11-011-3/+19
* fixed compilation of libxml2 is not installedjan2005-09-291-0/+2
* expect XML_ERR_DOCUMENT_END for the final packetjan2005-09-291-1/+1
* ported to request_content_queue and fixed segfault of sqlite is compiled in b...jan2005-09-291-13/+108
* removed con->request.content (mem-buffer) by a chunk-queue jan2005-09-261-8/+72
* closed memleaks at shutdownjan2005-08-291-0/+11
* closed mem-leaks on shutdownjan2005-08-271-0/+3
* get the properties of the file, not the directoryjan2005-08-211-1/+1
* remove signess warnings, fixed PROPFIND listings, send 404 in PROPPATCH if re...jan2005-08-211-20/+41
* only of sqlite3 and libxml2 are available enable PROPPATCH and friendsjan2005-08-211-23/+54
* added MOVE, COPY, PROPPATCH and nearly complete PROPFIND (Level 1-3 of litmus...jan2005-08-201-155/+1143
* added PUT, all basic litmus tests passedjan2005-08-191-3/+40
* does include the parent directory in the PROPFIND outputjan2005-08-191-1/+3
* added DELETE and MKCOL to mod_webdavjan2005-08-191-8/+233
* added a switch to enable webdav on demandjan2005-08-191-9/+12
* added read-only WebDAV supportjan2005-08-191-0/+320