perl-fuse.git
2011-07-29 Derrik PatesOn Perl 5.8, importing Unix::Mknod doesn't import symbo...
2011-07-29 Derrik PatesReplace all tests that require knowing syscall numbers.
2011-07-23 Derrik PatesChanged clone_params_{new,del} to Perl_clone_params_...
2011-07-23 Derrik PatesMerge branch 'master' of github.com:dpavlin/perl-fuse
2011-07-23 Derrik PatesChanges to improve compatibility with Perl 5.8.
2011-07-04 Dobrica PavlinusicMerge branch 'master' of github.com:dpavlin/perl-fuse
2011-07-03 Derrik PatesVarious changes to tests and Makefile.
2011-07-03 Dobrica Pavlinusic0.13 release with FreeBSD, NetBSD and OS X support
2011-06-29 Derrik PatesMake the code work without USE_ITHREADS. FreeBSD's...
2011-06-28 Derrik PatesMerge branch 'master' of github.com:dpavlin/perl-fuse
2011-06-28 Derrik PatesNetBSD 5.1, not 5.0.
2011-06-28 Derrik PatesNetBSD 5.1, not 5.0.
2011-06-24 Derrik PatesUpdates to README.
2011-06-24 Derrik PatesSmall pack mask change for 32-bit Linux compatibility.
2011-06-24 Derrik PatesChanges to statfs.t to work better with 32-bit versions...
2011-06-24 Derrik PatesMultiple changes for better *BSD compatibility, including:
2011-05-26 Bojan PetrovicCircumvent buggy negation of assigned $!.
2011-05-21 Bojan PetrovicHandle pipe creation in mknod() on FreeBSD.
2011-05-21 Derrik PatesMerge pull request #7 from ALPHA-60/master
2011-05-21 Derrik PatesWhen testing, check if '/proc/mounts' exists. (by Bojan...
2011-05-21 Bojan PetrovicMerge remote-tracking branch 'dpavlin/master'
2011-05-21 Derrik PatesHandle mknod() differently when running FreeBSD, as...
2011-05-21 Derrik PatesFor FreeBSD and NetBSD, define XATTR_{CREATE,REPLACE...
2011-05-21 Bojan PetrovicWhen testing, check if '/proc/mounts' exists.
2011-05-21 Bojan PetrovicDo not include 'xattr.h' on FreeBSD.
2011-05-20 Dobrica Pavlinusicdocument changes for version 0.12
2011-05-19 Derrik PatesCheck that the option string is not an empty string...
2011-05-19 Derrik PatesScrewed up parentheses balance with last commit. Oops...
2011-05-19 Derrik PatesFound an error message that was using the old offset...
2011-05-19 Derrik PatesMake sure the first element in the args list is an...
2011-05-19 Derrik PatesUpdate the readdir example to use the new syntax, so...
2011-05-19 Derrik PatesRemove inclusion of Data::Dumper. Remove incorrect...
2011-05-19 Derrik PatesMove XATTR_{CREATE,REPLACE} into the XS code, so we...
2011-05-19 Derrik PatesRemove a couple of unnecessary '#if FUSE_VERSION >...
2011-05-19 Derrik PatesAlign groups of hv_{fetch,store} calls. Compare to...
2011-05-18 Derrik PatesAssorted minor cleanups. Restore 'symlink' fops member...
2011-05-18 Derrik PatesAdd return checking to several asprintf()s used for...
2011-05-18 Derrik PatesVoid cast some hv_store calls to get rid of warnings.
2011-05-18 Derrik PatesExport the 'private_data' member of the fuse_context...
2011-05-18 Derrik PatesImplement additional FUSE operations.
2011-05-18 Derrik PatesFold margs and fargs together into args; this fixes...
2011-05-18 Derrik PatesHandle getdir entries in order passed. Currently they...
2011-05-18 Derrik PatesAdded support for 'nullpath_ok' option to fuse_main().
2011-05-18 Derrik PatesAdd the fuse_version() static method. This is the basis...
2011-02-28 Daniel Fretta couple more file handle bugfixes
2011-02-26 Daniel Fretta couple file handle bugfixes
2011-02-26 Daniel Frettflags are the 3rd parameter, not the 4th for hv_delete_ent
2011-02-25 Dobrica Pavlinusiccleanup example
2011-02-25 Dobrica Pavlinusicdocument readdir
2011-02-25 Dobrica Pavlinusicclose RT #55953 - readdir
2011-02-25 Dobrica PavlinusicMerge branch 'frett-readdir'
2011-02-25 Daniel Frettadded build files to the .gitignore file
2011-02-25 Daniel FrettMerge branch 'rt-55953-readdir' into master
2011-02-24 Alex SudakovRT#55953 added readdir implementation
2011-02-16 Daniel Frettreduce code duplication in the CLONE method and make...
2011-02-15 Daniel Frettfixed thread cloning in <= perl5.10.0
2011-02-15 Daniel Frettremove usage of MUTABLE_SV and MUTABLE_HV for older...
2011-02-15 Daniel Frettmake open file handles thread-safe. Fixes RT #57517...
2011-02-15 Daniel Frettnot having a supported threads model shouldn't be fatal...
2011-02-15 Daniel Frettneed to define the context when not building threaded...
2011-02-15 Dobrica Pavlinusicdocument Daniel Frett tread-safe callback contribution...
2011-02-15 Dobrica Pavlinusiccredit Derrik with 64-bit changes
2011-02-14 Daniel Frettupdated Fuse binding to utilize thread-safe static...
2011-01-17 Dobrica Pavlinusicdocument changes in 0.10_1
2011-01-17 Dobrica Pavlinusicbump version to 0.10_1
2011-01-17 Dobrica PavlinusicMerge remote branch 'remotes/origin/64-bit'
2010-12-09 Derrik Pates64-bit support, 2.6 binding
2010-08-23 Dobrica Pavlinusicfix permissions redis
2010-05-21 Arturthere are plenty, some os specific, valid opts, so...
2010-05-16 Dobrica Pavlinusicbump version [0.09_4] and document it rt-30790-xattr-includes 0.09_4
2010-05-16 Dobrica PavlinusicMerge branch 'rt-57517-file-handles'
2010-05-16 Justin FletcherAddition of file handles on open files rt-57517-file-handles
2010-05-11 Dobrica Pavlinusicremove version number
2010-05-10 Dobrica PavlinusicMerge branch 'master' of github.com:dpavlin/perl-fuse
2010-05-10 Dobrica Pavlinusicadded META pointers to repository and bugtracker
2010-05-10 Dobrica Pavlinusicadded META pointers to repository and bugracker
2010-05-10 Vlatko Kosturjakdocumentation fix
2008-03-19 Dobrica Pavlinusicanother try to fix files larger than 2Gb: for this... 0.09_3
2008-03-16 Dobrica Pavlinusiccpan target to push latest verison out
2008-03-16 Dobrica Pavlinusicupdate latest Changes
2008-03-16 Dobrica Pavlinusicversion bump [0.09_2] 0.09_2
2008-03-16 Dobrica Pavlinusicexpose and fix 2Gb file bug, RT #32639, RT #33903
2008-01-21 Dobrica Pavlinusicfuse_get_context documentation patch from jaslong
2008-01-07 Dobrica Pavlinusicupdate from Reuben Thomas: fixes a bug in mkdir (failed...
2007-12-06 Dobrica PavlinusicAdded contributed filesystem described in e-mail messag...
2007-11-15 Dobrica Pavlinusicadded Chris, bump version to 0.09 0.09
2007-11-15 Dobrica Pavlinusicpatch from Chris Dolan via rt.cpan.org #30631
2007-11-15 Dobrica Pavlinusiccalls mount instread of cat /proc/mountpoints to make...
2007-01-20 Dobrica Pavlinusicone more define (_FILE_OFFSET_BITS=64) on darwin
2007-01-20 Dobrica Pavlinusicsupport for MacFUSE implementation for Mac OS X from...
2007-01-20 Dobrica PavlinusicChanges from Marc to implement fuse_get_context(): 0.09_1
2006-12-03 Dobrica Pavlinusicfixes for Andrew for dh-make-perl which uses fakeroot
2006-11-29 Dobrica Pavlinusicbump version to 0.08, added Changes for this version 0.08
2006-11-29 Dobrica Pavlinusicfix to test helper as proposed by ANDREWC@cpan.org...
2006-11-09 Dobrica Pavlinusicwarn about required permissions also
2006-10-19 Dobrica Pavlinusicmake CPANPLUS happy and don't report errors if fuse...
2006-08-29 Dobrica Pavlinusicfix path to local svn
2006-08-22 Dobrica Pavlinusicpatch from Mark Glines to allow Fuse to be run from...
2006-07-30 Dobrica Pavlinusicchanges from Nick Waterman <laptop@noseynick.com> to...
2006-06-06 Dobrica PavlinusicCPAN release 0.07 0.07
next