summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix ambiguous symbol version for fuse_chan_newMiklos Szeredi2010-09-281-1/+0
* Fix option escaping for fusermount.Miklos Szeredi2010-09-281-1/+1
* Add NetBSD supportMiklos Szeredi2010-08-276-11/+43
* cuse: fix minor typos in error messagesMiklos Szeredi2010-08-271-4/+4
* libfuse: add buffer interfaceMiklos Szeredi2010-07-125-34/+490
* Add .gitignore filesMiklos Szeredi2010-06-241-6/+0
* * Make the number of max background requests and congestionMiklos Szeredi2010-06-231-0/+22
* Add fuse_reply_fd() reply function to the low level interfaceMiklos Szeredi2010-06-173-7/+221
* * Add a nopath option and flag, indicating that path argumentMiklos Szeredi2010-06-153-26/+72
* * Fix checking for symlinks in umount from /tmp. Reported by Alfuse_2_8_4Miklos Szeredi2010-04-261-1/+1
* * Released 2.8.3Miklos Szeredi2010-02-012-24/+3
* * Released 2.8.2fuse_2_8_2Miklos Szeredi2010-01-261-1/+1
* * Fix race if two "fusermount -u" instances are run in parallel.Miklos Szeredi2010-01-263-16/+20
* * Fix compile error on FreeBSD. Patch by Jay SullivanMiklos Szeredi2010-01-141-1/+1
* * Use '--no-canonicalize' option of mount(8) (available inMiklos Szeredi2009-12-231-14/+107
* * Released 2.8.1fuse_2_8_1Miklos Szeredi2009-09-111-1/+1
* Fix missing versioned symbol fuse_get_context@FUSE_2.2Miklos Szeredi2009-08-251-0/+12
* * Add missing fuse_session_data to versionscriptfuse_2_8_0Miklos Szeredi2009-08-184-20/+22
* * Add missing pthread link for libulockmgr. Patch by Petr SalingerMiklos Szeredi2009-07-161-1/+1
* * Clarify how the protocol version should be negotiated betweenMiklos Szeredi2009-07-161-5/+12
* * The context is extended with a 'umask' field. The umask is sentMiklos Szeredi2009-07-024-10/+104
* Add fuse_getgroups (high level lib) and fuse_req_getgroups (lowMiklos Szeredi2009-06-193-0/+76
* CUSE patches from Tejun Heo (add new files)Miklos Szeredi2009-06-184-5/+427
* CUSE patches from Tejun HeoMiklos Szeredi2009-06-187-104/+163
* Add missing fuse_reply_bmap to versionscript. Debian Bug#531329. Reported b...Miklos Szeredi2009-06-181-2/+6
* Don't call forget_node() if the lookup was negative and write()Miklos Szeredi2009-05-271-2/+5
* Add FUSE_CAP_EXPORT_SUPPORT to fuse_common.hMiklos Szeredi2009-05-251-0/+4
* Fix missing newlines in some printfsMiklos Szeredi2009-05-081-5/+5
* * Add missing setattr flags to <fuse_lowlevel.h>.Miklos Szeredi2008-12-081-0/+10
* * Implement poll support. Patch by Tejun HeoMiklos Szeredi2008-12-083-0/+142
* * Implement ioctl support. On high level interface onlyMiklos Szeredi2008-12-053-0/+142
* If open sets fi->nonseekable, libfuse will tell the kernel that the file is n...Miklos Szeredi2008-11-281-0/+2
* lowlevel lib: fix deadlock if fuse_reply_* is called from theinterrupt handli...Miklos Szeredi2008-11-271-6/+10
* * Allow commas in options to be escaped with a backslash * Add new function: ...Miklos Szeredi2008-10-162-34/+63
* Pass current file flags to read and write operationsMiklos Szeredi2008-10-142-6/+17
* Clean up debug output in highlevel libMiklos Szeredi2008-07-241-136/+332
* Skip calling mount(8) if /etc/mtab doesn't exist...Miklos Szeredi2008-07-101-2/+20
* Fix missing <sys/param.h> include for PATH_MAXMiklos Szeredi2008-06-102-0/+2
* Fix theoretical infinite loops in libfuseMiklos Szeredi2008-06-101-4/+12
* Don't allow bigger than 4kB writes by default...Miklos Szeredi2008-06-091-9/+29
* Fix mounting over symlinkMiklos Szeredi2008-06-091-1/+1
* Update warning message for missing newline at end of fuse.confMiklos Szeredi2008-04-091-5/+12
* Update error message for missing mountpoint parameterMiklos Szeredi2008-04-081-2/+2
* Highlevel lib: don't limit paths to 4095 charactersMiklos Szeredi2008-04-062-31/+58
* Fix memory leaks on mountMiklos Szeredi2008-03-251-0/+2
* Fix missing pthread_mutex_destroy...Miklos Szeredi2008-03-191-0/+1
* Add queuing on contention to per-node lock algorithm...Miklos Szeredi2008-03-072-46/+171
* update versions to 2.8.0-pre0Miklos Szeredi2008-02-201-1/+1
* Add per-node locking, instead of a global tree lock to protect the path from ...Miklos Szeredi2008-02-081-246/+317
* If the "FUSE_THREAD_STACK" environment is set, initialize the stack size of t...Miklos Szeredi2008-02-081-1/+13