index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libfuse
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-07
add fuse_invalidate() and fuse_setup() functions.
syl
2
-11
/
+33
2013-11-06
Handle fuse client private data. Needed by encfs.
syl
3
-3
/
+6
2013-11-04
fuse_opt_insert_arg() can take empty string as argument.
syl
1
-2
/
+2
2013-11-02
Update the fuse_opt to have option like -h working.
syl
3
-51
/
+183
2013-11-01
Add missing bitfields needed by gvfs.
syl
2
-13
/
+32
2013-10-08
1) our dirent entries are now 8 byte aligned.
guenther
1
-4
/
+5
2013-10-07
Fix some different signedness error. this commit make clang happier.
syl
3
-11
/
+13
2013-10-07
Remove an unused variable and a useless bzero
syl
1
-3
/
+1
2013-10-07
Refactor fb_len and fb_err handling in libfuse.
syl
1
-73
/
+13
2013-10-07
Remove useless debug code from libfuse
syl
1
-9
/
+2
2013-10-07
Adapt libfuse to FUSE kernel changes
syl
2
-33
/
+70
2013-09-21
Fix an ino_t inconsistency in libfuse. This commit unbreak
syl
1
-3
/
+4
2013-08-13
Switch time_t, ino_t, clock_t, and struct kevent's ident and data
guenther
1
-1
/
+1
2013-08-10
Plug fd and mem leak in fuse_open's error path. ok syl@
jca
1
-5
/
+5
2013-08-10
Remove some useless DPRINTF.
syl
3
-29
/
+4
2013-08-08
rename fuse docs after existent functions;
jmc
2
-32
/
+26
2013-08-08
Prep for big ino_t: cast to unsigned long long and format with %ll or %q
guenther
1
-12
/
+13
2013-07-11
Merge fuse_opt code with stsp@ fuse_opt code.
syl
2
-47
/
+231
2013-07-05
Add support for fuse_teardown(3). This function
syl
4
-6
/
+24
2013-07-05
various tidy up;
jmc
1
-27
/
+25
2013-06-21
Make fuse device clonable.
syl
1
-39
/
+17
2013-06-15
s/zlib/fuse/ in comment.
jasper
1
-2
/
+2
2013-06-14
style change.
syl
1
-7
/
+7
2013-06-14
hard code default values in the struct stat returned by getattr.
syl
1
-1
/
+8
2013-06-14
Add support for fuse_get_context(3) needed by ntfs-3g.
syl
5
-5
/
+43
2013-06-14
add support for fuse_version(3). Needed by ntfs-3g.
syl
4
-6
/
+20
2013-06-12
style for loops
tedu
2
-8
/
+9
2013-06-12
correct realloc usage
tedu
1
-8
/
+10
2013-06-12
style
tedu
1
-2
/
+3
2013-06-12
fuse_opt support from Sylvestre
tedu
5
-11
/
+215
2013-06-12
some simple initial fixes; this file still needs read properly
jmc
1
-6
/
+6
2013-06-05
rename should be working now, from Sylvestre Gallon
tedu
1
-1
/
+31
2013-06-04
fix readdir, from sylvestre
tedu
2
-4
/
+7
2013-06-03
first stab at rewording
tedu
1
-30
/
+34
2013-06-03
5.4
tedu
1
-2
/
+2
2013-06-03
rcsids
tedu
6
-0
/
+6
2013-06-03
add userland fuse library. ok beck deraadt
tedu
13
-0
/
+2287
[prev]