summaryrefslogtreecommitdiff
path: root/src/mod_webdav.c
Commit message (Expand)AuthorAgeFilesLines
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-1/+2
* maintain cq->bytes_in in chunk API; keep bytes_out/bytes_in syncedStefan Bühler2015-08-221-9/+3
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-1/+1
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-95/+82
* Remove chunkqueue_get_{append,prepend}* APIStefan Bühler2015-02-081-5/+13
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-33/+29
* [mod_webdav] fix logic error in handling file creation errorStefan Bühler2014-02-161-1/+1
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-161-2/+2
* [mod_webdav] fix fd leak found with parfait (fixes #2530, thx kukackajiri)Stefan Bühler2014-01-101-2/+2
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* Use NULL instead of 0 where pointers are expected.Cyril Brulebois2012-08-311-1/+1
* Mark some data as static.Cyril Brulebois2012-08-311-1/+1
* fix mod_webdav crash from #1793 (fixes #2048, thx hiroya)Stefan Bühler2009-10-161-1/+1
* mod_webdav: Delete old properties before updating new for MOVE (fixes #1317)Stefan Bühler2009-10-111-1/+18
* mod_webdav: Patch to skip login information for domain part of Destination fi...Stefan Bühler2009-10-111-1/+5
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-16/+12
* Fix unused function webdav_lockdiscovery in mod_webdavStefan Bühler2009-07-101-0/+3
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-2/+3
* Fix some problems with more strict compilers (#1923)Stefan Bühler2009-03-071-1/+1
* Use FD_CLOEXEC if possible (fixes #1821)Stefan Bühler2008-12-071-0/+4
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-93/+93
* Fix type in previous commitStefan Bühler2008-04-291-1/+1
* Fix more warnings (unused var, pointer types in md5.c)Stefan Bühler2008-04-291-0/+4
* Fixed many warnings (compare (un)signed, unused vars, and initialize with zero)Stefan Bühler2008-04-291-0/+6
* * fixed crash on 32bit archs when debug-msgs are printed in mod_scgi,Jan 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