Make the code work without USE_ITHREADS. FreeBSD's default Perl build
[perl-fuse.git] / Fuse.xs
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