perl-fuse.git
2011-08-02 Derrik PatesOnly allow non-pkgconfig path on NetBSD (for refuse).
2011-08-02 Derrik PatesFix up ioctl read path so we don't fprintf() error...
2011-08-02 Derrik PatesRemove some debug output that's not needed anymore.
2011-08-02 Derrik PatesHandle the ioctl call returns better.
2011-08-02 Derrik PatesUse asm/ioctl.ph instead of my home-cooked ioctl business.
2011-08-02 Derrik PatesAdded examples for ioctl functionality. Currently linux...
2011-08-02 Derrik PatesAdd ioctl docs, and newlines in other needed places.
2011-08-02 Derrik PatesA couple more cleanups to the ioctl wrapper.
2011-08-02 Derrik PatesGot my directions flipped around for the ioctl data...
2011-08-01 Derrik PatesAdding FUSE 2.8 specific operation 'ioctl'.
2011-08-01 Derrik PatesUse the smaller size multiplier only for OS X.
2011-08-01 Derrik PatesMerge branch 'master' of github.com:dpavlin/perl-fuse
2011-08-01 Derrik PatesReplace system() calls for 'touch' and friends with...
2011-08-01 Dobrica Pavlinusicbump version to 0.14
2011-07-31 Derrik PatesChange mknod test to use Unix::Mknod and POSIX::mkfifo().
2011-07-29 Derrik PatesAdditional Changes item.
2011-07-29 Derrik PatesOkay, seems the #defines are *not* necessary for 5...
2011-07-29 Derrik PatesPerl 5.8.9 worked before this update; 5.8.8 did not...
2011-07-29 Derrik PatesDecrease the file size used in getattr.t by a factor...
2011-07-29 Derrik PatesREADME update, and use full path to mount when checking...
2011-07-29 Derrik PatesSummary of 0.14 candidate changes.
2011-07-29 Derrik PatesOn Perl 5.8, lchown() sometimes ends up with leaked...
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
next