aboutsummaryrefslogtreecommitdiffstats
path: root/perl/loopback.pl
AgeCommit message (Collapse)AuthorLines
2002-06-26moved examples into a subdirectoryMark Glines-136/+0
updated the README
2002-06-26fixed the last bug I know about!Mark Glines-4/+9
2002-04-22added a test frameworkMark Glines-3/+3
updated README fixed a couple of bugs in loopback.pl
2002-04-19write(): fixed seek/append semantics, this fixes gcc/ldMark Glines-24/+12
symlink(): only /tmp/testify dest, this fixes ln -s
2002-04-18use fuse_mount_ioslave(), and get rid of that lame argv-rebuilding crapMark Glines-21/+13
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-14/+37
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-4/+22
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-13/+4
killed some debug messages in tested code, added some in untested stuff updated the readme
2002-02-06some fixes - next up is read()Mark Glines-9/+11
2001-12-13fuser-perl changesMiklos Szeredi-0/+117