[Python-modules-commits] [python-llfuse] tag release-0.29 deleted (was a790896)
Nikolaus Rath
nikratio-guest at moszumanska.debian.org
Thu Feb 25 17:53:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
nikratio-guest pushed a change to tag release-0.29
in repository python-llfuse.
*** WARNING: tag release-0.29 was deleted! ***
was a790896 Released 0.29
This change permanently discards the following revisions:
discards a790896 Released 0.29
discards 529c327 Use python-dbg to install debugging package.
discards fab5ec8 Removed README.txt
discards 88826fc Include src/*.c
discards 81af97d getxattr: fix segfault
discards dafe35e Update module docstring.
discards afe9060 Check FUSE major version.
discards 603c621 Add explicit casts for signed/unsigned comparisons.
discards 6a152c1 Enable more compiler warnings.
discards ac7f764 Use correct C types in structures.
discards 3d7895f main(): release GIL when calling into FUSE.
discards 4311972 invalidate_*: Don't require inodes to be type int.
discards 004f95b Implemented invalidate_inode and invalidate_entry.
discards 1abc7cc Fixed some pylint warnings.
discards 618b3b9 Conflict with S3QL < 0.29.
discards 26af8bf correctly handle data = None.
discards 141953b readdir(): pass correct offsets, increment acc_size.
discards d66282b Insert .. entry for root directory. Fix setattr(), attr is not a dict. access(): fix signature read, write, setattr: fix data retrieval.
discards 1e7f8be fill_entry_param(): fix typo in attribute name.
discards 13d739d Intersperse -o when building options.
discards df96eb5 Ignore debug build.
discards 570351b Always use sizeof() with malloc.
discards 1015e2c Link mount option description to fuse git repo.
discards 26d8453 Fix buffer overflow.
discards 73fa981 Remove unused import.
discards bd7faf2 EntryAttributes: ino -> st_ion.
discards 4f221ff Add src to module load path.
discards 9d492c7 Rewrite using sqlite3.
discards 0be633b Add index link.
discards 69eb459 ENOATTR and ROOT_INODE are py:data: and not py:attribute:.
discards 2f03840 Add contrib, util and / as source paths.
discards 9c1d7d4 Exclude from code analysis. Load autosummary extension.
discards d26f5ae Documented . and .. behavior for readdir and lookup.
discards 0cf7ca3 Fixed some references.
discards 0a87914 Added ROOT_INODE.
discards 764f98a Fix some object references in docstrings.
discards 77dd7b0 Use libc errno headers rather than python errno module.
discards e970ee0 Add StatvfsData and ENOATTR.
discards 23d6c91 Use intersphinx to link to Python stdlib.
discards a06dbee Added XATTR_CREATE, XATTR_REPLACE.
discards e61b5bb Added contents of struct fuse_file_info.
discards eb0f6fd UTF-8 Encoding for rst/conf.py.
discards 2395e91 Implemented remaining request handlers.
discards d093c08 Remove bogus line.
discards 0e5c610 Add src to load path in order for sphinx to work correctly.
discards a26811c Include documentation in release tarball.
discards 54dc443 Reduce code duplication and also remove the newline after the signature.
discards cb253ea Use Cython function signatures in docstring for Sphinx autodoc.
discards b679d79 Set UTF-8 source encoding.
discards 0d9bce0 Removed leading whitespace in section headings.
discards 3df4b98 Remove comment about S3QL and lacking documentation.
discards e5b6aae Documented forget, getattr, setattr, readlink, mknod, mkdir.
discards e5cbe2b Document global lock.
discards abb0fbd Make `llfuse` link to index page.
discards 2c51c09 Added const_fuse_ctx.
discards f1c713b Include module name in descriptions.
discards 38659d3 Added separate sections for data structures and global lock. Switched markup for top level section headers.
discards 9afda6d fuse_setattr(): use new variable for return attributes. fuse_forget(): fix call to fuse_reply_none().
discards 91c82d3 make_fuse_args(): allocate each element of argv[] (since FUSE will try to free it). Do not allocate the fuse_arg structure (FUSE will not free it).
discards 5f7ba29 Wildcard import all from fuse_lowlevel.
discards 0dcd46a Refactor code into several files.
discards ed9cefa Implemented fuse_forget, fuse_getattr, fuse_setattr, fuse_readlink, fuse_mknod, fuse_mkdir. Added RequestContext class.
discards 1ef5303 Implemented fuse_init, fuse_destroy, fuse_lookup. Added EntryAttributes class.
discards 7281dde Added setxattr, getxattr, listdir, close.
discards 422c91d Added support for nanosecond time resolution.
discards 727005d s/release/tarball/
discards 4219994 getting started: link to example.
discards c1342ee Add example file system.
discards 4aca758 Switch highlight to sh
discards f0f82e7 Added installation instructions.
discards bb993fa Updated to reflect one-module layout and new documentation.
discards aaee18d Create one big llfuse module instead of a package with different submodules.
discards 5cb9659 Add Eclipse and PyDev files.
discards 70b9671 Started work on documentation.
discards a8f721a Change llfuse to LLFUSE. Exclude about.rst. Tune some options.
discards a831e24 Don't force rebuild.
discards 0869d81 Use PyBytes_* instead of PyString_* for Python 3 compatibility.
discards d53f38b Added upload_docs().
discards 330cead Properly specify files for source distribution.
discards 30ef906 Require distribute 0.6.2 for py3k support.
discards 0b46e9e Added doc
discards f91242b Compile with -Werror.
discards 713a898 added sphinx config
discards 8c6dd51 Use const_char and ulong_t types
discards 8bfebf7 Remove build-docs file
discards 10740ee Added llfuse.close
discards 286867b Started documentation
discards dc57415 Added debian/
discards 4ce8742 Do not allow Python code to create Lock and NoLockManager instances
discards a534c7c Updated file headers with copyright notice etc.
discards ecd789c Continued working on llfuse.main() implementation.
discards 31f8ed7 Added files from S3QL.
discards 6cb1516 Define FUSE_USE_VERSION. Always recompile .pyx files (we can't check for changed .pyd files and Cython does not yet support timestamping).
discards f168ee7 Added first set of FUSE low level headers.
discards 9ebeb97 Acquire lock on module init
discards fe1d425 Added fuse cflags
discards c4c93b7 Moved .pxd files into separate directory. Removed pxd files that are included in Cython 0.13.
discards b939d80 Initial import
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-llfuse.git
More information about the Python-modules-commits
mailing list