aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2003-12-12fixMiklos Szeredi-1/+1
2003-12-12oops - forgot to add fuse/python/setup.py before - here it is!David McNab-0/+20
2003-12-11python moduleDavid McNab-0/+14
- added distutils support for build/install (as per standard python practice), consisting of setup.py script - added INSTALL file telling user to run setup.py instead of Make where possible Entered this in ChangeLog
2003-12-11fixMiklos Szeredi-136/+521
2003-12-03added RTA to filesystem listMiklos Szeredi-0/+15
2003-11-09Also check the return value of kmalloc in case of memory starvation.Michael Grigoriev-1/+5
2003-11-09Removed an unused variable and added a bit of error checking in read combiningMichael Grigoriev-2/+5
code.
2003-11-04fixMiklos Szeredi-1/+5
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.