aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_opt.c
AgeCommit message (Expand)AuthorLines
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-1/+1
2019-09-04Introduce callback for loggingStefan Hajnoczi-4/+5
2019-06-06Avoid pointer arithmetic with `void *`Michael Forney-1/+1
2016-10-02Extended per-file comments.Nikolaus Rath-0/+3
2013-07-24libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcMiklos Szeredi-0/+1
2013-02-19fuse_opt_parse(): fix memory leakMiklos Szeredi-1/+3
2012-07-19Remove compat functionsMiklos Szeredi-7/+0
2012-07-19Remove old symbol versionsMiklos Szeredi-3/+0
2012-01-27Interpret octal escape codes in optionsMiklos Szeredi-2/+14
2011-03-30Fix a potential resource leak (newargv)Laszlo Papp-2/+7
2008-10-16* Allow commas in options to be escaped with a backslash * Add new function: ...Miklos Szeredi-33/+56
2007-12-12change indentingMiklos Szeredi-263/+265
2007-12-12Disable old symbol versions if __UCLIBC__ is definedMiklos Szeredi-1/+18
2007-10-16Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi-1/+1
2007-07-25Don't call /bin/[u]mount if /etc/mtab is a symlinkMiklos Szeredi-5/+7
2007-07-12Reset args->argc in fuse_opt_free_args()Miklos Szeredi-0/+1
2007-04-25update copyright datesMiklos Szeredi-1/+1
2006-01-20fixMiklos Szeredi-25/+30
2006-01-06fixMiklos Szeredi-17/+26
2005-12-16fixMiklos Szeredi-41/+32
2005-12-14fixMiklos Szeredi-1/+1
2005-12-12fixMiklos Szeredi-5/+5
2005-12-10fixMiklos Szeredi-2/+4
2005-12-09fixMiklos Szeredi-1/+1
2005-12-09new versionMiklos Szeredi-10/+4
2005-12-09added option parsingMiklos Szeredi-0/+363