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
/
fuse_opt.c
Age
Commit message (
Expand
)
Author
2016-05-24
NUL-terminate argv when parsing options, following other
Okan Demirmen
2015-10-19
missing deref on char check. from David Binderman
Ted Unangst
2015-08-24
When an option is not recognized call the processing function with
Martin Pieuchot
2015-07-07
Unbreak option parsing:
Antoine Jacoutot
2015-02-06
SIZE_MAX is standard, we should be using it in preference to the
Todd C. Miller
2014-10-08
use reallocarray(); ok doug
Theo de Raadt
2014-05-20
Add support for -o XXX or -oXXX options in libfuse.
Sylvestre Gallon
2014-04-15
Init outargs only once, and fix a bad bzero().
Sylvestre Gallon
2014-01-21
Mark fuse_opt_parse()'s third argument as a point to const, to match the
Jeremie Courreges-Anglas
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-07-11
Merge fuse_opt code with stsp@ fuse_opt code.
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