summaryrefslogtreecommitdiff
path: root/fs/contrib/davfs
Commit message (Expand)AuthorAgeFilesLines
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-24/+29
* Whole bunch of Python3 str->bytes fixesgcode@loowis.durge.org2012-08-131-2/+4
* DAVFS: re-use persistent connections when possiblerfkelly02011-05-142-22/+86
* DAVFS: ensure redirect responses are properly closedrfkelly02011-03-291-1/+1
* fix some malformed XML in DAVFSrfkelly02011-03-111-7/+10
* remove some debugging stuffrfkelly02011-03-101-5/+0
* allow uniform use of logging throughout the modulerfkelly02011-01-311-5/+5
* remove debugging print from DAVFSrfkelly02011-01-311-2/+1
* fix my commented-out logging code in DAVFSrfkelly02011-01-291-1/+1
* DAVFS: never issue PROPFIND with empty body.rfkelly02011-01-281-2/+4
* DAVFS: remove pointless "incremental" parameter to _do_propfindrfkelly02011-01-081-1/+1
* DAVFS: incremental parsing of PROPFIND results, for lower-latency streamingrfkelly02011-01-081-98/+109
* DAVFS: declare some fields in <activelock> element as optionalrfkelly02011-01-051-3/+3
* fix some broken/missing ilistdir implementationsrfkelly02011-01-051-1/+1
* add fs.expose.importhookrfkelly02011-01-041-1/+1
* DAVFS: rearrange logging call stubsrfkelly02010-12-281-1/+2
* added ilistdir() and ilistdirinfo() methodsrfkelly02010-12-271-22/+44
* Added openers for Tahoe and Davwillmcgugan2010-12-181-4/+5
* Added FS command line scriptswillmcgugan2010-12-051-1/+1
* Fixed getmeta/hasmeta, added documentation and testswillmcgugan2010-11-201-1/+2
* OSFS.watch_inotify: add convert_os_errors wrapperrfkelly02010-11-101-1/+1
* Added getmeta and hasmeta methodswillmcgugan2010-11-071-0/+6
* DAVFS: send the Content-MD5 header if we know the md5 of the filerfkelly02010-11-071-0/+3
* DAVFS: expose the getpathurl() methodrfkelly02010-10-211-4/+4
* DAVFS: use response text for error details, not response object itself.rfkelly02010-10-201-8/+13
* DAVFS: more accurate size determination when setting Content-Length in uploadsrfkelly02010-10-192-3/+20
* DAVFS: convert HTTP error 405 to ResourceInvalidErrorrfkelly02010-10-171-1/+1
* DAVFS: translate 405 status into ResourceInvalidErrorrfkelly02010-10-171-1/+3
* Fix various DAVFS issues from issue #40rfkelly02010-10-121-8/+8
* check for PermissionDeniedError in DAVFS.open() (issue #32)rfkelly02010-10-041-1/+4
* make DAVFS pass all the latest testsrfkelly02010-10-042-2/+7
* DAVFS: fix handling of 204 status code in setcontents (issue #24)rfkelly02010-09-271-2/+2
* make listdirinfo() an official part of the FS APIrfkelly02010-09-271-14/+60
* fix varname typo in DAVFSrfkelly02010-09-061-2/+2
* add docs for latest additionsrfkelly02010-08-041-3/+6
* include "contrib" filesystems in setup.pyrfkelly02010-08-021-0/+4
* adding initial version of DAVFS - no tests yet...rfkelly02010-08-013-0/+1032