summaryrefslogtreecommitdiff
path: root/fuse.py
Commit message (Expand)AuthorAgeFilesLines
* Allow fuse to handle SIGINT (Ctrl-C) gracefullysvnverigak2012-03-061-1/+8
* Add support for OSXFUSE in Darwinverigak2012-03-061-1/+2
* Add a setup.py fileverigak2012-03-061-0/+2
* Remove redundant whitespace.verigak2011-12-051-5/+5
* Fix fuse4x for the Mac. MacFuse support should now be considered legacy.verigak2011-12-051-25/+57
* Use FuseOSError, an OSError subclass for all exceptions thrown by Operations.verigak2010-08-261-22/+28
* Changed default read implementation to raise a more meaningful error.verigak2010-01-021-1/+1
* Fix chown when one of the arguments is -1 (issue 25).verigak2010-01-021-0/+5
* Check the return value of fuse_main_real and raise a RuntimeError on error.verigak2010-01-021-2/+4
* Added FreeBSD support.verigak2009-11-011-1/+18
* - Imported patch by alex.morega that adds 32-bit PPC Linux support (see Issue...verigak2009-10-281-13/+28
* Implemented destroy()verigak2009-10-221-2/+9
* Fix segfault of fuse_get_context().verigak2009-10-051-2/+3
* The multiplication by 1.0 was redundant since we import division from __futur...verigak2009-09-141-2/+2
* Expose init as discussed in Issue 18.verigak2009-09-071-2/+10
* Made Operations a subclass of object so that filesystems that overrideverigak2009-09-071-1/+1
* - Raise an exception if libfuse does not exist.verigak2009-09-071-19/+21
* We have to use create_string_buffer when we memmove, because python unicodeverigak2009-08-171-14/+17
* Previous comment (taken from fuse.h) was misleading.verigak2009-08-161-2/+2
* The first substring was redundant.verigak2009-08-071-1/+1
* getxatr and listxattr now check the size returned by Operations andverigak2009-08-051-11/+14
* readlink should truncate strings longer than bufsizeverigak2009-06-291-1/+2
* There is an incombatibility between Linux and Mac OS X concerning st_nlink ofverigak2009-06-191-1/+5
* readdir of class FUSE now checks the return value of fillerverigak2009-06-091-1/+2
* Moved _operation_wrapper inside FUSE so it can overriden when subclassing FUSEverigak2009-06-091-12/+12
* - Added a raw_fi to the constructor of FUSE. If it set to True (False by defa...verigak2009-06-031-76/+123
* read can now return EOF (when using direct_io)verigak2009-04-271-2/+3
* Broke the very long lines of text to make source more readable.verigak2009-04-071-17/+28
* Fixed statfs for Linux.verigak2009-04-011-112/+110
* Some reorganization to make source more readable and more sane.verigak2009-03-221-299/+230
* Small code improvements (thanks David Simmer)verigak2009-03-151-3/+2
* Better defaults for the *xattr functions.verigak2009-02-131-4/+6
* Add compatibility for 64bit Linux.verigak2009-02-131-32/+50
* removexattr was brokenverigak2008-12-151-2/+2
* Fixed `setxattr` to get `value` as a string, even when its binary data.verigak2008-12-131-1/+2
* Fixed misleading variable name. (Credit: Bill Janssen)verigak2008-11-131-1/+1
* Updated the email of the copyright.verigak2008-11-131-1/+1
* Initial commit to Google Code.verigak2008-11-131-0/+567