aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2003-11-03read combining patchMiklos Szeredi-1/+141
2003-11-03added new filesystemsMiklos Szeredi-1/+25
2003-10-29*** empty log message ***Miklos Szeredi-0/+13
2003-10-22fixMiklos Szeredi-12/+24
2003-10-13fixMiklos Szeredi-35/+38
2003-10-07updated Debian packaging:Roland Bauerschmidt-3/+12
* debian/genchanges.sh: Only run gpg/pgp if available. Closes: #209358. * debian/fuse-module.control: Fixed typo (fuse-module instead of fule-module). Closes: #212576.
2003-10-04fixesMiklos Szeredi-17/+12
2003-09-08patch for 2.6 by Michael GrigorievMiklos Szeredi-2/+410
2003-09-08caching patch by Michael GrigorievMiklos Szeredi-8/+101
2003-07-18seems the arguments for fuse_mount() have changed slightly.Mark Glines-1/+1
2003-06-02specfile fixMiklos Szeredi-3/+14
2003-05-26spec file fixMiklos Szeredi-4/+16
2003-03-13formatting fixesMiklos Szeredi-1/+1
2003-03-10fix umount oopsMiklos Szeredi-2/+6
2003-03-05spec file changesMiklos Szeredi-93/+42
2003-03-04fuse.spec updatedMiklos Szeredi-5/+16
2003-02-19final touches before releaseMiklos Szeredi-2/+12
2003-02-18version changeMiklos Szeredi-1/+1
2003-02-13SuSE compilation fixMiklos Szeredi-0/+15
2002-12-11release() changesMiklos Szeredi-10/+22
2002-12-10release() changesMiklos Szeredi-6/+16
2002-12-10release() changesMiklos Szeredi-22/+14
2002-12-10added release() callbackMiklos Szeredi-2/+90
2002-12-06makefile fixMiklos Szeredi-1/+1
2002-12-05fixesMiklos Szeredi-154/+237
2002-12-03fixesMiklos Szeredi-19/+23
2002-10-28Portability fixMiklos Szeredi-12/+12
2002-10-25version change + cleanupsMiklos Szeredi-24/+509
2002-10-25use fuse_mount in fuse_mainMiklos Szeredi-136/+148
2002-10-24fix for ESTALE problem introduced in 2.4.19Miklos Szeredi-19/+43
2002-10-24fix incompatiblity with Red Hat kernelsMiklos Szeredi-1/+7
2002-10-07cvsignore fixesMiklos Szeredi-3/+4
2002-10-07statfs header cleanupMiklos Szeredi-20/+23
2002-09-29loopback has been moved to examples/Mark Glines-1/+1
2002-09-29forgot to commit this earlier: removed some debugging, and enabled full ↵Mark Glines-1/+0
functionality.
2002-06-26cleaned up semantics of fd-passing and error handlingMark Glines-13/+30
2002-06-26updated MANIFEST to reflect lack of examples in same dirMark Glines-3/+2
made rmount/rmount_remote binary-clean (oops)
2002-06-26moved examples into a subdirectoryMark Glines-7/+260
updated the README
2002-06-26fixed the last bug I know about!Mark Glines-5/+17
2002-05-29fixesMiklos Szeredi-2/+2
2002-04-22added a getattr test, removed a test for loopback.pl being executable (whichMark Glines-4/+10
doesn't matter)
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-22tuned testing system slightlyMark Glines-12/+5
2002-04-22added a test frameworkMark Glines-45/+420
updated README fixed a couple of bugs in loopback.pl
2002-04-19follow the s/fuse_mount_ioslave/fuse_mount/g API changeMark Glines-1/+2
2002-04-19interface cleanupMiklos Szeredi-29/+37
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-19updated the BUGS section with my TODO listMark Glines-9/+8
2002-04-19disabled debugging messagesMark Glines-1/+1
2002-04-18use fuse_mount_ioslave(), and get rid of that lame argv-rebuilding crapMark Glines-77/+28
disable threads indefinitely, pending stabilization of the perl threads API loopback.pl: fix open() and mknod() ghettoness