avoid cpan indexing of test::helper
[perl-fuse.git] / Fuse.xs
2012-04-08 Derrik PatesAssorted additional cleanups.
2012-04-04 Derrik PatesTabbing cleanups for poll helper functions.
2012-04-04 Derrik PatesUse the new-style sparse structure population syntax.
2012-04-04 Derrik PatesMake ioctl implementation BSD-friendly.
2012-03-23 Derrik PatesUse __APPLE__ for OS X-specific sections.
2012-03-23 Derrik PatesRemove #if's for pre-FUSE 2.6 API checks.
2012-03-14 Derrik PatesFixing ioctl on 32bit arches.
2012-03-04 Derrik PatesSupport more accurate timestamps for utimens().
2012-03-02 Derrik PatesRewrite timestamp handling to support different represe...
2012-03-01 Derrik PatesUpdated Changes and fixed a couple indents.
2012-03-01 Derrik PatesAdd fix for RT #71271.
2011-08-10 Derrik PatesAdding working but somewhat preliminary poll() support.
2011-08-10 Derrik PatesAllow 'nonseekable' for open/create on Fuse 2.8.
2011-08-02 Derrik PatesCast the 'cmd' argument as unsigned.
2011-08-02 Derrik PatesFix handling of XATTR_{CREATE,REPLACE} once and for...
2011-08-02 Derrik PatesFix up ioctl read path so we don't fprintf() error...
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-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-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-06-29 Derrik PatesMake the code work without USE_ITHREADS. FreeBSD's...
2011-06-24 Derrik PatesMultiple changes for better *BSD compatibility, including:
2011-05-21 Derrik PatesMerge pull request #7 from ALPHA-60/master
2011-05-21 Bojan PetrovicMerge remote-tracking branch 'dpavlin/master'
2011-05-21 Derrik PatesFor FreeBSD and NetBSD, define XATTR_{CREATE,REPLACE...
2011-05-21 Bojan PetrovicDo not include 'xattr.h' on FreeBSD.
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 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 PavlinusicMerge branch 'frett-readdir'
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-14 Daniel Frettupdated Fuse binding to utilize thread-safe static...
2011-01-17 Dobrica PavlinusicMerge remote branch 'remotes/origin/64-bit'
2010-12-09 Derrik Pates64-bit support, 2.6 binding
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
2008-03-19 Dobrica Pavlinusicanother try to fix files larger than 2Gb: for this... 0.09_3
2008-03-16 Dobrica Pavlinusicexpose and fix 2Gb file bug, RT #32639, RT #33903
2007-01-20 Dobrica PavlinusicChanges from Marc to implement fuse_get_context(): 0.09_1
2006-08-22 Dobrica Pavlinusicpatch from Mark Glines to allow Fuse to be run from...
2006-05-29 Dobrica PavlinusicFix ISO C90 warnings
2006-05-29 Dobrica PavlinusicMark Glines fixed problem with newer fuse versions
2006-05-23 Dobrica PavlinusicVladimir V. Kolpakov contributed cleanup patch
2006-05-23 Dobrica Pavlinusicfix parametars is there is no debug option
2006-01-17 Dobrica Pavlinusicupdate to API 25 changes by Csaba Henk <csaba.henk...
2006-01-03 Dobrica Pavlinusicremove DEBUGf
2006-01-03 Dobrica Pavlinusicadded __FreeBSD__ compilation fixes
2006-01-02 Dobrica Pavlinusicfix 6 and 7 parametar handling
2006-01-02 Dobrica Pavlinusicpartial fix for statfs (namelen is still broken) [0... 0.07_2
2005-12-27 Dobrica PavlinusicChanges from Mark Glines in preparation for 0.07
2005-12-21 Dobrica PavlinusicMark Glines changes to add ithreads support:
2005-06-22 Dobrica Pavlinusicadded changes from Mark Wilkinson to support mount...
2005-04-10 Richard DaweAdd support for operations supported by FUSE 2.2.1...
2005-01-07 Dobrica Pavlinusiccompilation fix
2004-11-26 Dobrica PavlinusicIt seems that blockcount isn't last argument any longer...
2004-11-18 Dobrica Pavlinusicfix compilation problems 0.04
2004-11-11 Miklos SzerediInitial revision