Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add note mentioning changing maintainersHEADmaster | Terence D. Honles | 2018-01-17 | 2 | -1/+8 |
| | |||||
* | updating to v2.0.4v2.0.4 | Terence D. Honles | 2016-04-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #48 from rianhunter/master | Terence Honles | 2016-04-04 | 1 | -16/+40 |
|\ | | | | | Allow fuse flags, missing time fields, and optional paths | ||||
| * | Ignore input time field if it doesn't exist on stat | Rian Hunter | 2016-03-31 | 1 | -1/+3 |
| | | |||||
| * | Add support for flags in pyfuse.Operations | Rian Hunter | 2016-03-31 | 1 | -15/+37 |
|/ | |||||
* | Merge pull request #45 from eestrada/masterv2.0.3 | Terence Honles | 2016-03-15 | 7 | -16/+35 |
|\ | | | | | use Python 3 compatible code with future imports | ||||
| * | Make sure logging gets initialized in example code | Ethan Estrada | 2016-03-15 | 5 | -1/+18 |
| | | | | | | | | | | Since these are examples, use the `DEBUG` level so that developers can get a sense of what fusepy is doing under the hood. | ||||
| * | Run all Python 3 fixers | Ethan Estrada | 2016-03-15 | 1 | -11/+11 |
| | | | | | | | | | | | | Since all the syntax changes run the same in Python 2.6+ as well as Python 3, there is no reason to convert at install time using 2to3 unless there is need to support versions earlier than Python 2.6. | ||||
| * | Add Python3 compatibility boilerplate | Ethan Estrada | 2016-03-14 | 7 | -5/+7 |
|/ | |||||
* | Merge pull request #44 from eestrada/master | Terence Honles | 2016-03-14 | 3 | -110/+110 |
|\ | | | | | Remove trailing whitespace from files | ||||
| * | Remove trailing whitespace from files | Ethan Estrada | 2016-03-14 | 3 | -111/+111 |
| | | |||||
* | | updating minimum version to Python 2.6 | Terence Honles | 2016-03-14 | 4 | -27/+8 |
|/ | |||||
* | Merge pull request #43 from eestrada/master | Terence Honles | 2016-03-14 | 3 | -8/+8 |
|\ | | | | | Fix octal integer literals in examples | ||||
| * | Fix octal integer literals in examples | Ethan Estrada | 2016-03-08 | 3 | -8/+8 |
|/ | | | | | The form of octal literals used is compatible with Python 2.6+ and Python 3. | ||||
* | Merge pull request #22 from JohannesBuchner/master | Terence Honles | 2016-03-06 | 1 | -1/+1 |
|\ | | | | | unused create_string_buffer return value | ||||
| * | unused create_string_buffer return value | Johannes Buchner | 2013-10-11 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'nickcoutsos/patch-1' | Terence Honles | 2016-03-06 | 1 | -1/+3 |
|\ \ | |||||
| * | | fix string encoding as referenced in #24/#25 | Terence Honles | 2016-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | Update the return value of FUSE.listxattr | Nick Coutsos | 2013-06-26 | 1 | -1/+3 |
| |/ | | | | | | | | | | | By adding the extra '\x00' character to an otherwise empty string, fusepy makes it look like a file with no extra attributes has one (nameless?) attribute. xattr {file} prints one blank line, and xattr -l {file} prints "xattr: [Errno 22] Invalid argument: '{file}'" | ||||
* | | Merge pull request #17 from nmtadam/master | Terence Honles | 2016-03-06 | 1 | -3/+6 |
|\ \ | | | | | | | loopback example create update | ||||
| * | | loopback example fsync update | Adam Manzanares | 2013-05-10 | 1 | -2/+5 |
| | | | | | | | | | | | | No longer ignoring the datasync parameter. | ||||
| * | | loopback example update | Adam Manzanares | 2013-05-10 | 1 | -1/+1 |
| |/ | | | | | | | | | I was looking over the loopback example and I noticed that the create method was not truncating the file. | ||||
* | | Merge remote-tracking branch 'lpzummer/master' | Terence Honles | 2016-03-06 | 3 | -1/+77 |
|\ \ | |||||
| * | | Add MIPS architecture. | lpzummer | 2015-10-19 | 3 | -1/+77 |
| |/ | |||||
* | | Merge pull request #39 from rncry/master | Terence Honles | 2016-03-06 | 1 | -1/+5 |
|\ \ | | | | | | | Added missing fields in statvfs on linux | ||||
| * | | Added missing fields in statvfs on linux | rncry | 2015-12-03 | 1 | -1/+5 |
| |/ | | | | | Added the fields to ensure compatibility with linux. f_namemax is important for some operations. | ||||
* | | Merge pull request #42 from steinbeck65/aarch64_support | Terence Honles | 2016-03-06 | 2 | -1/+18 |
|\ \ | |/ |/| | Add support for arm64 architecture | ||||
| * | Add support for arm64 architecture | Greg Pearson | 2016-02-09 | 2 | -1/+18 |
|/ | |||||
* | safely save and restore signal handler | Terence Daniel Honles | 2013-03-20 | 1 | -2/+8 |
| | | | | | calls to `signal.signal` not on the main thread would raise a `ValueError`. Resolving by catching that exception and continuing | ||||
* | adding/cleaning documentation + allowing setup to work with Python2.5v2.0.2 | Terence Daniel Honles | 2013-03-02 | 2 | -49/+92 |
| | |||||
* | allowing setting of st_birthtime attribute | Terence Daniel Honles | 2013-03-02 | 1 | -1/+1 |
| | |||||
* | fixing encoding bugs | Terence Daniel Honles | 2012-08-18 | 1 | -5/+4 |
| | | | | | | - adding missing path decoding for readlink - removing encoding for xattr data (arbitrary binary data should be allowed) | ||||
* | adding missing MANIFEST.in | Terence Daniel Honles | 2012-07-28 | 1 | -0/+1 |
| | |||||
* | Merge branch 'bug/1'v2.0.1 | Terence Daniel Honles | 2012-07-27 | 2 | -14/+27 |
|\ | |||||
| * | fixing read method to properly return the actual amount read | Terence Daniel Honles | 2012-07-15 | 1 | -13/+26 |
|/ | |||||
* | bumping major version due to paths and metadata as unicode nowv2.0 | Terence Honles | 2012-05-07 | 8 | -248/+132 |
|\ | |||||
| * | updating readme/setup + pointing to new urls | Terence Honles | 2012-05-07 | 3 | -20/+26 |
| | | | | | | | | - fixed 1 missing utf-8 decode | ||||
| * | fixing examples for 3.x | Terence Honles | 2012-05-07 | 5 | -228/+106 |
|/ | | | | | | - context needs numliteral fixer - memory needs numliteral fixer - sftp requires paramiko which isn't supported in 3.x | ||||
* | consolidating all the fuse versions into one file + organization | Terence Honles | 2012-04-24 | 14 | -1512/+423 |
|\ | | | | | | | | | | | | | | | - consolidating all the fuse versions for maintenance reasons, the syntax is py3k as long as it doesn't break py2k, and then using 2to3 to fix any minor issues (number literals and exceptions) - examples are all moved into example subdirectory | ||||
| * | fixing line length to follow PEP8 | Terence Honles | 2012-04-24 | 1 | -30/+66 |
| | | |||||
| * | adding trove classifiers and long description as the README file | Terence Honles | 2012-04-24 | 1 | -0/+15 |
| | | |||||
| * | adding readme | Terence Honles | 2012-04-24 | 2 | -0/+48 |
| | | |||||
| * | removing fuse3x which can be generated by 2to3 | Terence Honles | 2012-04-24 | 4 | -805/+16 |
| | | |||||
| * | adding metadata encoding | Terence Honles | 2012-04-24 | 2 | -82/+152 |
| | | |||||
| * | bringing fuse2x.py and fuse3x.py together | Terence Honles | 2012-04-24 | 2 | -74/+201 |
| | | |||||
| * | renaming fuse -> fuse2x and fuse3 -> fuse3x and updating loading logic | Terence Honles | 2012-04-24 | 4 | -765/+4 |
| | | |||||
| * | bringing fuse.py and fuse24.py together | Terence Honles | 2012-04-24 | 2 | -111/+265 |
| | | |||||
| * | fixing trailing whitespace | Terence Honles | 2012-04-23 | 3 | -240/+240 |
| | | |||||
| * | organizing examples and package files | Terence Honles | 2012-04-23 | 12 | -13/+24 |
|/ | |||||
* | Allow fuse to handle SIGINT (Ctrl-C) gracefullysvn | verigak | 2012-03-06 | 1 | -1/+8 |
| | | | | | | | | | | Thanks to antickon for providing the solution. Fixes #28 git-svn-id: http://fusepy.googlecode.com/svn/trunk@65 1ebed218-b0a3-11dd-8075-91d349ce83ee |