[Python-modules-commits] [python-llfuse] tag release-0.29 created (now a790896)

Nikolaus Rath nikratio-guest at moszumanska.debian.org
Thu Feb 25 17:48:48 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.

        at  a790896   (commit)
This tag includes the following new commits:

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

The 98 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
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