index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libfuse
Age
Commit message (
Expand
)
Author
2014-02-05
Allow libfuse to compile with WARNINGS=yes. No functional change.
Sylvestre Gallon
2014-02-05
check return values in libfuse.
Sylvestre Gallon
2014-01-29
Add fuse support for IO_APPEND.
Sylvestre Gallon
2014-01-23
Fix .readdir() code following what is done in .getdir().
Sylvestre Gallon
2014-01-21
Mark fuse_opt_parse()'s third argument as a point to const, to match the
Jeremie Courreges-Anglas
2014-01-20
Include fuse_opt.h in fuse.h.
Sylvestre Gallon
2014-01-20
hook mknod() if create() implementation is not present.
Sylvestre Gallon
2014-01-16
Add support for mknod in fuse.
Sylvestre Gallon
2014-01-02
Call fuse callbacks on FBT_INIT and FBT_DESTROY.
Sylvestre Gallon
2013-12-20
Add support for truncate in fuse.
Sylvestre Gallon
2013-12-17
define FUSE_{MAJOR,MINOR}_VERSION which many fuse helpers assume is defined.
Jasper Lievisse Adriaanse
2013-12-10
Remove an attempt to free a non-heap object.
Sylvestre Gallon
2013-12-09
Fix issues with dirent returning junk due to removal of bzero in version 1.14.
Bob Beck
2013-12-03
Does not append a NUL character to buf in readlink(2).
Sylvestre Gallon
2013-12-03
Add support for FBT_RECLAIM that allow us to free the representation
Sylvestre Gallon
2013-11-21
Fix a big memory leak in libfuse.
Sylvestre Gallon
2013-11-13
Document the negative errno quirk used by callbacks in struct fuse_operations.
Stefan Sperling
2013-11-11
In fuse_loop(), use ssize_t to store return values from read(2) and write(2).
Stefan Sperling
2013-11-09
Simplify fuse_unmount(). No functional change.
Stefan Sperling
2013-11-09
Properly check realpath() return value during argv processing in libfuse.
Stefan Sperling
2013-11-07
add fuse_invalidate() and fuse_setup() functions.
Sylvestre Gallon
2013-11-06
Handle fuse client private data. Needed by encfs.
Sylvestre Gallon
2013-11-04
fuse_opt_insert_arg() can take empty string as argument.
Sylvestre Gallon
2013-11-02
Update the fuse_opt to have option like -h working.
Sylvestre Gallon
2013-11-01
Add missing bitfields needed by gvfs.
Sylvestre Gallon
2013-10-08
1) our dirent entries are now 8 byte aligned.
Philip Guenther
2013-10-07
Fix some different signedness error. this commit make clang happier.
Sylvestre Gallon
2013-10-07
Remove an unused variable and a useless bzero
Sylvestre Gallon
2013-10-07
Refactor fb_len and fb_err handling in libfuse.
Sylvestre Gallon
2013-10-07
Remove useless debug code from libfuse
Sylvestre Gallon
2013-10-07
Adapt libfuse to FUSE kernel changes
Sylvestre Gallon
2013-09-21
Fix an ino_t inconsistency in libfuse. This commit unbreak
Sylvestre Gallon
2013-08-13
Switch time_t, ino_t, clock_t, and struct kevent's ident and data
Philip Guenther
2013-08-10
Plug fd and mem leak in fuse_open's error path. ok syl@
Jeremie Courreges-Anglas
2013-08-10
Remove some useless DPRINTF.
Sylvestre Gallon
2013-08-08
rename fuse docs after existent functions;
Jason McIntyre
2013-08-08
Prep for big ino_t: cast to unsigned long long and format with %ll or %q
Philip Guenther
2013-07-11
Merge fuse_opt code with stsp@ fuse_opt code.
syl
2013-07-05
Add support for fuse_teardown(3). This function
syl
2013-07-05
various tidy up;
Jason McIntyre
2013-06-21
Make fuse device clonable.
syl
2013-06-15
s/zlib/fuse/ in comment.
Jasper Lievisse Adriaanse
2013-06-14
style change.
syl
2013-06-14
hard code default values in the struct stat returned by getattr.
syl
2013-06-14
Add support for fuse_get_context(3) needed by ntfs-3g.
syl
2013-06-14
add support for fuse_version(3). Needed by ntfs-3g.
syl
2013-06-12
style for loops
Ted Unangst
2013-06-12
correct realloc usage
Ted Unangst
2013-06-12
style
Ted Unangst
2013-06-12
fuse_opt support from Sylvestre
Ted Unangst
[next]