summaryrefslogtreecommitdiffstats
path: root/lib/libfuse
AgeCommit message (Expand)AuthorFilesLines
2013-11-07add fuse_invalidate() and fuse_setup() functions.syl2-11/+33
2013-11-06Handle fuse client private data. Needed by encfs.syl3-3/+6
2013-11-04fuse_opt_insert_arg() can take empty string as argument.syl1-2/+2
2013-11-02Update the fuse_opt to have option like -h working.syl3-51/+183
2013-11-01Add missing bitfields needed by gvfs.syl2-13/+32
2013-10-081) our dirent entries are now 8 byte aligned.guenther1-4/+5
2013-10-07Fix some different signedness error. this commit make clang happier.syl3-11/+13
2013-10-07Remove an unused variable and a useless bzerosyl1-3/+1
2013-10-07Refactor fb_len and fb_err handling in libfuse.syl1-73/+13
2013-10-07Remove useless debug code from libfusesyl1-9/+2
2013-10-07Adapt libfuse to FUSE kernel changessyl2-33/+70
2013-09-21Fix an ino_t inconsistency in libfuse. This commit unbreaksyl1-3/+4
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther1-1/+1
2013-08-10Plug fd and mem leak in fuse_open's error path. ok syl@jca1-5/+5
2013-08-10Remove some useless DPRINTF.syl3-29/+4
2013-08-08rename fuse docs after existent functions;jmc2-32/+26
2013-08-08Prep for big ino_t: cast to unsigned long long and format with %ll or %qguenther1-12/+13
2013-07-11Merge fuse_opt code with stsp@ fuse_opt code.syl2-47/+231
2013-07-05Add support for fuse_teardown(3). This functionsyl4-6/+24
2013-07-05various tidy up;jmc1-27/+25
2013-06-21Make fuse device clonable.syl1-39/+17
2013-06-15s/zlib/fuse/ in comment.jasper1-2/+2
2013-06-14style change.syl1-7/+7
2013-06-14hard code default values in the struct stat returned by getattr.syl1-1/+8
2013-06-14Add support for fuse_get_context(3) needed by ntfs-3g.syl5-5/+43
2013-06-14add support for fuse_version(3). Needed by ntfs-3g.syl4-6/+20
2013-06-12style for loopstedu2-8/+9
2013-06-12correct realloc usagetedu1-8/+10
2013-06-12styletedu1-2/+3
2013-06-12fuse_opt support from Sylvestretedu5-11/+215
2013-06-12some simple initial fixes; this file still needs read properlyjmc1-6/+6
2013-06-05rename should be working now, from Sylvestre Gallontedu1-1/+31
2013-06-04fix readdir, from sylvestretedu2-4/+7
2013-06-03first stab at rewordingtedu1-30/+34
2013-06-035.4tedu1-2/+2
2013-06-03rcsidstedu6-0/+6
2013-06-03add userland fuse library. ok beck deraadttedu13-0/+2287