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
/
fuse_opt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-15
Use memset(3) instead of bzero(3) for consistency and as per POSIX
helg
1
-2
/
+2
2017-12-15
Export only symbols to what's declared in fuse.h/fuse_opt.h
jca
1
-1
/
+6
2017-12-14
fuse_opt_add_opt_escaped needs to allocate space for the terminating NUL
jca
1
-1
/
+2
2017-12-13
If the list of templates 'o' passed to fuse_opt_parse(3) is NULL then
helg
1
-5
/
+2
2017-12-11
sscanf(3) is now used to parse templates that contain format specifiers
helg
1
-9
/
+7
2017-12-11
Update to fuse_opt_parse(3) so that all option templates are now matched for
helg
1
-46
/
+54
2017-12-11
The fuse_opt_match(3) library function does not match options correctly.
helg
1
-57
/
+19
2017-11-16
Add support for:
helg
1
-45
/
+101
2017-01-04
Revert fuse_opt.c r1.17. It broke exfat-fuse and perhaps other plugins.
stsp
1
-2
/
+2
2016-11-23
Empty strings are invalid arguments.
mpi
1
-2
/
+2
2016-05-24
NUL-terminate argv when parsing options, following other
okan
1
-2
/
+3
2015-10-19
missing deref on char check. from David Binderman
tedu
1
-2
/
+2
2015-08-24
When an option is not recognized call the processing function with
mpi
1
-4
/
+6
2015-07-07
Unbreak option parsing:
ajacoutot
1
-1
/
+8
2015-02-06
SIZE_MAX is standard, we should be using it in preference to the
millert
1
-2
/
+3
2014-10-08
use reallocarray(); ok doug
deraadt
1
-2
/
+2
2014-05-20
Add support for -o XXX or -oXXX options in libfuse.
syl
1
-9
/
+29
2014-04-15
Init outargs only once, and fix a bad bzero().
syl
1
-3
/
+3
2014-01-21
Mark fuse_opt_parse()'s third argument as a point to const, to match the
jca
1
-5
/
+5
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
1
-34
/
+72
2013-07-11
Merge fuse_opt code with stsp@ fuse_opt code.
syl
1
-45
/
+224
2013-06-12
style for loops
tedu
1
-6
/
+6
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
1
-0
/
+153