summaryrefslogtreecommitdiff
path: root/lib/libfuse/fuse_opt.c
AgeCommit message (Expand)Author
2018-05-15Use memset(3) instead of bzero(3) for consistency and as per POSIXhelg
2017-12-15Export only symbols to what's declared in fuse.h/fuse_opt.hJeremie Courreges-Anglas
2017-12-14fuse_opt_add_opt_escaped needs to allocate space for the terminating NULJeremie Courreges-Anglas
2017-12-13If the list of templates 'o' passed to fuse_opt_parse(3) is NULL thenhelg
2017-12-11sscanf(3) is now used to parse templates that contain format specifiershelg
2017-12-11Update to fuse_opt_parse(3) so that all option templates are now matched forhelg
2017-12-11The fuse_opt_match(3) library function does not match options correctly.helg
2017-11-16Add support for:helg
2017-01-04Revert fuse_opt.c r1.17. It broke exfat-fuse and perhaps other plugins.Stefan Sperling
2016-11-23Empty strings are invalid arguments.Martin Pieuchot
2016-05-24NUL-terminate argv when parsing options, following otherOkan Demirmen
2015-10-19missing deref on char check. from David BindermanTed Unangst
2015-08-24When an option is not recognized call the processing function withMartin Pieuchot
2015-07-07Unbreak option parsing:Antoine Jacoutot
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2014-10-08use reallocarray(); ok dougTheo de Raadt
2014-05-20Add support for -o XXX or -oXXX options in libfuse.Sylvestre Gallon
2014-04-15Init outargs only once, and fix a bad bzero().Sylvestre Gallon
2014-01-21Mark fuse_opt_parse()'s third argument as a point to const, to match theJeremie Courreges-Anglas
2013-11-04fuse_opt_insert_arg() can take empty string as argument.Sylvestre Gallon
2013-11-02Update the fuse_opt to have option like -h working.Sylvestre Gallon
2013-07-11Merge fuse_opt code with stsp@ fuse_opt code.syl
2013-06-12style for loopsTed Unangst
2013-06-12correct realloc usageTed Unangst
2013-06-12styleTed Unangst
2013-06-12fuse_opt support from SylvestreTed Unangst