index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
librefuse
/
refuse_opt.c
Age
Commit message (
Expand
)
Author
2016-11-16
Major rework of fuse_opt_parse(3) so that it supports all the functionality o...
pho
2016-11-15
fuse_opt_match(3): Support every form of templates, not just the simple strcm...
pho
2016-11-14
Implement missing fuse_opt_add_opt(3) and fuse_opt_add_opt_escaped(3)
pho
2011-03-01
fuse_opt_parse() was using uninitialized struct fuse_opt_option::data,
soda
2009-01-19
fix -Wsign-compare issue
lukem
2007-11-05
Header cleanup: don't need defs.h to do a few includes for us. Also,
pooka
2007-10-06
Use a two clause license for all the code I contributed.
xtraeme
2007-05-17
More fixes:
christos
2007-05-16
- Always check strdup return. For now we are lazy and bail instead of cleaning
christos
2007-04-17
The error return code from fuse_opt_add_arg() and fuse_opt_insert_arg() is
agc
2007-04-17
Forgot to move the prototype in a comment to the correct place.
xtraeme
2007-04-17
Sync comments with reality.
xtraeme
2007-04-17
Wrap long lines.
xtraeme
2007-04-16
Flesh out the args management a bit more:
agc
2007-03-13
Revert the most recent changes I made - they weren't ready for primetime.
agc
2007-03-13
+ Only use EXIT_SUCCESS and EXIT_FAILURE for the return code to the
agc
2007-02-28
Minor cosmetic changes to clean up some lint.
agc
2007-02-28
* Move fuse_opt* defs and prototypes into fuse_opt.h.
xtraeme