aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_opt.h
Commit message (Collapse)AuthorAge
* Remove leading _ on header guards to comply with reserved identifier ↵Gravatar Sam Stuewe2016-04-23
| | | | | requirements (#29) Remove leading _ on header guards to comply with reserved identifier requirements
* fuse_opt_parse(): fix memory leakGravatar Miklos Szeredi2013-02-19
| | | | | | | when storing a newly allocated string for format "%s", free the previous value stored at that location. Reported by Marco Schuster
* Spell checking comments, etc...Gravatar Reuben Hawkins2011-05-25
| | | | | | | | | | | ...with the help of vim :set spell modified: FAQ modified: include/fuse.h modified: include/fuse_common.h modified: include/fuse_opt.h modified: lib/fuse_kern_chan.c modified: util/fusermount.c
* * Fix definition of FUSE_OPT_ENT for C++. Reported by TimGravatar Miklos Szeredi2010-02-18
| | | | Bruylants
* * Allow commas in options to be escaped with a backslash * Add new function: ↵Gravatar Miklos Szeredi2008-10-16
| | | | fuse_opt_add_opt_escaped() * Add missing fuse_reply_bmap() to the version script
* change indentingGravatar Miklos Szeredi2007-12-12
|
* Clarify licence version to be "LGPLv2" for the libraryGravatar Miklos Szeredi2007-10-16
|
* doc updatesGravatar Miklos Szeredi2007-10-16
|
* update copyright datesGravatar Miklos Szeredi2007-04-25
|
* fix licenseGravatar Miklos Szeredi2006-08-28
|
* fixGravatar Miklos Szeredi2006-01-20
|
* fixGravatar Miklos Szeredi2006-01-07
|
* fixGravatar Miklos Szeredi2006-01-06
|
* fixGravatar Miklos Szeredi2005-12-16
|
* fixGravatar Miklos Szeredi2005-12-14
|
* new versionGravatar Miklos Szeredi2005-12-09
|
* added option parsingGravatar Miklos Szeredi2005-12-09