aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_opt.h
AgeCommit message (Collapse)AuthorLines
2025-06-27license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txtizxl007-1/+1
Signed-off-by: izxl007 <zeng.zheng@zte.com.cn>
2016-04-23Remove leading _ on header guards to comply with reserved identifier ↵Sam Stuewe-3/+3
requirements (#29) Remove leading _ on header guards to comply with reserved identifier requirements
2013-02-19fuse_opt_parse(): fix memory leakMiklos Szeredi-2/+3
when storing a newly allocated string for format "%s", free the previous value stored at that location. Reported by Marco Schuster
2011-05-25Spell checking comments, etc...Reuben Hawkins-4/+4
...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
2010-02-18* Fix definition of FUSE_OPT_ENT for C++. Reported by TimMiklos Szeredi-1/+1
Bruylants
2008-10-16* Allow commas in options to be escaped with a backslash * Add new function: ↵Miklos Szeredi-0/+9
fuse_opt_add_opt_escaped() * Add missing fuse_reply_bmap() to the version script
2007-12-12change indentingMiklos Szeredi-28/+28
2007-10-16Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi-1/+1
2007-10-16doc updatesMiklos Szeredi-1/+4
2007-04-25update copyright datesMiklos Szeredi-1/+1
2006-08-28fix licenseMiklos Szeredi-2/+2
2006-01-20fixMiklos Szeredi-5/+36
2006-01-07fixMiklos Szeredi-1/+1
2006-01-06fixMiklos Szeredi-24/+29
2005-12-16fixMiklos Szeredi-18/+25
2005-12-14fixMiklos Szeredi-1/+4
2005-12-09new versionMiklos Szeredi-8/+8
2005-12-09added option parsingMiklos Szeredi-0/+212