aboutsummaryrefslogtreecommitdiffstats
path: root/perl/Fuse.xs
AgeCommit message (Collapse)AuthorLines
2004-11-11move perl python and lufis directories one level upMiklos Szeredi-572/+0
2004-10-10fixMiklos Szeredi-1/+1
2004-07-23clean up mount option passingMiklos Szeredi-1/+1
2004-07-14added patch from Brad FitzpatrickMiklos Szeredi-7/+7
2003-07-18seems the arguments for fuse_mount() have changed slightly.Mark Glines-1/+1
2002-04-22Weird. A scalar at the end of the list was folded into the middle of theMark Glines-2/+5
list. I don't know why.
2002-04-19follow the s/fuse_mount_ioslave/fuse_mount/g API changeMark Glines-1/+2
2002-04-19disabled debugging messagesMark Glines-1/+1
2002-04-18use fuse_mount_ioslave(), and get rid of that lame argv-rebuilding crapMark Glines-51/+11
disable threads indefinitely, pending stabilization of the perl threads API loopback.pl: fix open() and mknod() ghettoness
2002-03-17'struct statfs' changes size, and entries within it change position, dependingMark Glines-7/+9
on which headerfiles are included and which macros are defined. Because its unreliable, we now use struct fuse_statfs everywhere except in the kernel. Also fixed some perl fuse_main semantics - it now works much better when multithreading is disabled.
2002-03-11no longer link against efenceMark Glines-19/+40
add documentation for Fuse::main() and the optional flags (and mountpoint) fix the multithreading/debug flag stuff turn off multithreading by default (makes read() stable!)
2002-02-15fixed mkdir/rmdirMark Glines-39/+2
killed some debug messages in tested code, added some in untested stuff updated the readme
2002-02-15fixed read(), finally!Mark Glines-3/+7
2002-02-06some fixes - next up is read()Mark Glines-54/+77
2002-01-07Added statfs support to kernel, lib, examples, and perlMark Glines-5/+42
other minor perl fixes (still unstable)
2001-12-13fuser-perl changesMiklos Szeredi-26/+63
2001-12-03perl bindingsMiklos Szeredi-0/+521