summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Unmount ArchiveFS when ArchiveMountFS goes away, close archives when ArchiveF...btimby2012-04-231-0/+8
* Fixed bug reporting error messagewillmcgugan2012-04-221-2/+2
* Don't blindly echo current uid/gid, allow fs a chance to provide thembtimby2012-04-211-3/+4
* DRYbtimby2012-04-211-25/+30
* Don't derive BackReferenceError from FSError. See comments on r773.btimby2012-04-202-3/+2
* Fixed handling of encoding in FTPFSFactory.btimby2012-04-201-1/+1
* Forgot to decode paths in rename() methodbtimby2012-04-201-0/+4
* Added decorator to ensure pyftpdlib receives OS errors. Added configurable en...btimby2012-04-201-17/+104
* Use explicit exception to detect invalid path (BackReferenceError), see comme...btimby2012-04-203-12/+19
* Added TODO note for future enhancementbtimby2012-04-201-0/+4
* Handle case where client tries to cd .. in /. Nothing nefarious, accidentally...btimby2012-04-201-1/+8
* Some cleanup, more PEP8 stuffbtimby2012-04-191-11/+10
* Documentation, fixed makedirbtimby2012-04-191-23/+21
* Renamed ServerInterface to BaseServerInterface (should be overridden for auth...btimby2012-04-191-3/+3
* Fixed small bugs in implementation.btimby2012-04-191-31/+47
* Just whitespace and PEP8 changes.btimby2012-04-191-15/+31
* Need to do delete directly rather than allowing it to be delegatedbtimby2012-04-171-3/+8
* Fix for changing directorybtimby2012-04-171-1/+1
* Initial implementation of pyftpdlib integrationbtimby2012-04-172-0/+143
* I am about to check in the addition of 'ftp' protocol, I could not help mysel...btimby2012-04-161-30/+30
* Fixed problem deleting an archive (also a mounted file system)btimby2012-04-121-0/+9
* memoryfs.MemoryFile read() and write() methods now respect the file's opengcode@loowis.durge.org2012-04-101-0/+12
* Support opening the archive directlybtimby2012-03-121-1/+4
* Handle modified_time (not created_time). Can add other attributes in the futu...btimby2012-02-291-1/+1
* Fix for annoying shutdown warningwillmcgugan2012-02-251-3/+6
* Fixed some bugs in archivefs.btimby2012-02-101-5/+9
* Added regression test for zip file open bugwillmcgugan2012-01-301-0/+43
* watcher tweakwillmcgugan2012-01-282-3/+4
* watcher tweakwillmcgugan2012-01-271-0/+3
* fs.expose.fuse: use flags_to_mode in create() method; thanks jtoldsrfkelly02012-01-271-1/+2
* fs.expose.fuse: make utimens decode unicode paths; thanks jtoldsrfkelly02012-01-271-0/+1
* fs.expose.fuse: correctly report UnsupportedError for getxattr/listxattrs.rfkelly02012-01-271-2/+2
* opener fix and testswillmcgugan2012-01-262-1/+33
* fuse fix issue 105willmcgugan2012-01-241-1/+1
* Colour tweak to fstreewillmcgugan2012-01-241-1/+1
* Fix to use ascii art when terminal colours is disabledwillmcgugan2012-01-231-2/+2
* Some tweaks to make colours consistent on commandline appswillmcgugan2012-01-232-7/+7
* Added some polish to fstree command and unicode box lines rather than ascii artwillmcgugan2012-01-233-26/+75
* ArchiveMountFS now accepts a root file system rather than a root_path. This a...btimby2012-01-211-2/+1
* updated archivefswillmcgugan2012-01-201-12/+105
* archive fswillmcgugan2012-01-203-0/+315
* Changelogwillmcgugan2012-01-161-3/+4
* Added sqlitefs to fs.contribwillmcgugan2012-01-165-3/+727
* Removed debug printwillmcgugan2012-01-121-2/+1
* fs.expose.fuse: compatability with 64bit inodes on OSX.rfkelly02012-01-122-23/+73
* Added a remove_all function to utilswillmcgugan2012-01-123-12/+37
* Changed DeleteRootError to RemoveRootError for consistencywillmcgugan2012-01-1112-40/+40
* Fixed copydir/movedir, added DeleteRootErrorwillmcgugan2012-01-1120-219/+394
* Some optimizationswillmcgugan2012-01-084-39/+60
* fixwillmcgugan2012-01-051-2/+2