Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2006-09-16 | fix | Miklos Szeredi | -4/+4 | |
2006-09-10 | ulockmgr | Miklos Szeredi | -5/+11 | |
2006-09-02 | fix | Miklos Szeredi | -7/+20 | |
2006-03-17 | fix | Miklos Szeredi | -16/+10 | |
2006-03-01 | pass device file descriptor to fuse_unmount | Csaba Henk | -2/+5 | |
2006-02-21 | fix | Miklos Szeredi | -0/+18 | |
2006-02-17 | fix | Miklos Szeredi | -6/+8 | |
2006-02-03 | fix | Miklos Szeredi | -0/+1 | |
2006-01-06 | fix | Miklos Szeredi | -18/+18 | |
2005-11-16 | merge FreeBSD stuff | Miklos Szeredi | -55/+71 | |
2005-11-11 | fix | Miklos Szeredi | -2/+7 | |
2005-11-07 | fix up statfs interface | Miklos Szeredi | -6/+4 | |
2005-10-28 | fix | Miklos Szeredi | -0/+15 | |
2005-10-26 | add ftruncate() method | Miklos Szeredi | -0/+15 | |
2005-10-26 | atomic open+create added | Miklos Szeredi | -0/+12 | |
2005-10-26 | add access operation | Miklos Szeredi | -0/+24 | |
2005-10-03 | fix | Miklos Szeredi | -1/+0 | |
2005-09-13 | fix | Miklos Szeredi | -0/+2 | |
2005-09-08 | more reverting | Miklos Szeredi | -38/+0 | |
2005-08-25 | fix | Miklos Szeredi | -1/+19 | |
2005-08-23 | fix | Miklos Szeredi | -0/+23 | |
2005-08-14 | cleanup | Miklos Szeredi | -6/+12 | |
2005-08-11 | fix | Miklos Szeredi | -8/+5 | |
2005-08-03 | fix | Miklos Szeredi | -9/+19 | |
2005-07-21 | fixes | Miklos Szeredi | -5/+4 | |
2005-07-15 | added lowlevel API | Miklos Szeredi | -1/+1 | |
2005-07-13 | inode based API first working version | Miklos Szeredi | -1/+172 | |
2005-04-07 | fix | Miklos Szeredi | -12/+379 | |
2005-03-21 | Merge 2_2_bugfix up to 2_2_merge1 | Miklos Szeredi | -1/+1 | |
2005-02-02 | whitespace fixes | Miklos Szeredi | -9/+9 | |
2005-01-10 | update copyright year | Miklos Szeredi | -3/+3 | |
2004-11-26 | API change | Miklos Szeredi | -14/+21 | |
2004-11-08 | fix | Miklos Szeredi | -2/+2 | |
2004-11-08 | getdir related API change | Miklos Szeredi | -6/+6 | |
2004-10-21 | cleanups + step minor version | Miklos Szeredi | -6/+3 | |
2004-07-29 | add fuse_invalidate() to library API | Miklos Szeredi | -1/+9 | |
2004-07-07 | change email address | Miklos Szeredi | -3/+3 | |
2004-06-03 | build shared library | Miklos Szeredi | -1/+2 | |
2004-03-31 | fix zero size case for getxattr and listxattr | Miklos Szeredi | -1/+49 | |
2004-02-19 | statfs fixes | Miklos Szeredi | -19/+8 | |
2004-02-09 | *** empty log message *** | Miklos Szeredi | -1/+0 | |
2004-01-26 | fix | Miklos Szeredi | -1/+1 | |
2004-01-13 | code cleanup | Miklos Szeredi | -60/+30 | |
2003-12-15 | version numbers added | Miklos Szeredi | -5/+13 | |
2003-12-13 | Added 'fsync' stub in example/fusexmp.c | David McNab | -2/+14 | |
Added support for 'fsync' and 'statfs' to python interface, and to python fs example | ||||
2003-12-12 | added fsync operation | Miklos Szeredi | -4/+8 | |
2002-12-10 | added release() callback | Miklos Szeredi | -0/+3 | |
2002-03-17 | 'struct statfs' changes size, and entries within it change position, depending | Mark Glines | -6/+12 | |
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-01-11 | minor fixes | Miklos Szeredi | -1/+3 | |
2002-01-07 | Added statfs support to kernel, lib, examples, and perl | Mark Glines | -0/+18 | |
other minor perl fixes (still unstable) |