Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2003-12-12 | fix | Miklos Szeredi | -1/+1 | |
2003-12-12 | oops - forgot to add fuse/python/setup.py before - here it is! | David McNab | -0/+20 | |
2003-12-11 | python module | David 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-11 | fix | Miklos Szeredi | -136/+521 | |
2003-12-03 | added RTA to filesystem list | Miklos Szeredi | -0/+15 | |
2003-11-09 | Also check the return value of kmalloc in case of memory starvation. | Michael Grigoriev | -1/+5 | |
2003-11-09 | Removed an unused variable and added a bit of error checking in read combining | Michael Grigoriev | -2/+5 | |
code. | ||||
2003-11-04 | fix | Miklos Szeredi | -1/+5 | |
2003-11-03 | read combining patch | Miklos Szeredi | -1/+141 | |
2003-11-03 | added new filesystems | Miklos Szeredi | -1/+25 | |
2003-10-29 | *** empty log message *** | Miklos Szeredi | -0/+13 | |
2003-10-22 | fix | Miklos Szeredi | -12/+24 | |
2003-10-13 | fix | Miklos Szeredi | -35/+38 | |
2003-10-07 | updated 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-04 | fixes | Miklos Szeredi | -17/+12 | |
2003-09-08 | patch for 2.6 by Michael Grigoriev | Miklos Szeredi | -2/+410 | |
2003-09-08 | caching patch by Michael Grigoriev | Miklos Szeredi | -8/+101 | |
2003-07-18 | seems the arguments for fuse_mount() have changed slightly. | Mark Glines | -1/+1 | |
2003-06-02 | specfile fix | Miklos Szeredi | -3/+14 | |
2003-05-26 | spec file fix | Miklos Szeredi | -4/+16 | |
2003-03-13 | formatting fixes | Miklos Szeredi | -1/+1 | |
2003-03-10 | fix umount oops | Miklos Szeredi | -2/+6 | |
2003-03-05 | spec file changes | Miklos Szeredi | -93/+42 | |
2003-03-04 | fuse.spec updated | Miklos Szeredi | -5/+16 | |
2003-02-19 | final touches before release | Miklos Szeredi | -2/+12 | |
2003-02-18 | version change | Miklos Szeredi | -1/+1 | |
2003-02-13 | SuSE compilation fix | Miklos Szeredi | -0/+15 | |
2002-12-11 | release() changes | Miklos Szeredi | -10/+22 | |
2002-12-10 | release() changes | Miklos Szeredi | -6/+16 | |
2002-12-10 | release() changes | Miklos Szeredi | -22/+14 | |
2002-12-10 | added release() callback | Miklos Szeredi | -2/+90 | |
2002-12-06 | makefile fix | Miklos Szeredi | -1/+1 | |
2002-12-05 | fixes | Miklos Szeredi | -154/+237 | |
2002-12-03 | fixes | Miklos Szeredi | -19/+23 | |
2002-10-28 | Portability fix | Miklos Szeredi | -12/+12 | |
2002-10-25 | version change + cleanups | Miklos Szeredi | -24/+509 | |
2002-10-25 | use fuse_mount in fuse_main | Miklos Szeredi | -136/+148 | |
2002-10-24 | fix for ESTALE problem introduced in 2.4.19 | Miklos Szeredi | -19/+43 | |
2002-10-24 | fix incompatiblity with Red Hat kernels | Miklos Szeredi | -1/+7 | |
2002-10-07 | cvsignore fixes | Miklos Szeredi | -3/+4 | |
2002-10-07 | statfs header cleanup | Miklos Szeredi | -20/+23 | |
2002-09-29 | loopback has been moved to examples/ | Mark Glines | -1/+1 | |
2002-09-29 | forgot to commit this earlier: removed some debugging, and enabled full ↵ | Mark Glines | -1/+0 | |
functionality. | ||||
2002-06-26 | cleaned up semantics of fd-passing and error handling | Mark Glines | -13/+30 | |
2002-06-26 | updated MANIFEST to reflect lack of examples in same dir | Mark Glines | -3/+2 | |
made rmount/rmount_remote binary-clean (oops) | ||||
2002-06-26 | moved examples into a subdirectory | Mark Glines | -7/+260 | |
updated the README | ||||
2002-06-26 | fixed the last bug I know about! | Mark Glines | -5/+17 | |
2002-05-29 | fixes | Miklos Szeredi | -2/+2 | |
2002-04-22 | added a getattr test, removed a test for loopback.pl being executable (which | Mark Glines | -4/+10 | |
doesn't matter) | ||||
2002-04-22 | Weird. A scalar at the end of the list was folded into the middle of the | Mark Glines | -2/+5 | |
list. I don't know why. |