aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_opt.c
Commit message (Collapse)AuthorAge
* Extended per-file comments.Gravatar Nikolaus Rath2016-10-02
| | | | | This should make more clear what file contains code for what purpose.
* libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcGravatar Miklos Szeredi2013-07-24
| | | | add AC_SYS_LARGEFILE to your configure.ac instead.
* 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
* Remove compat functionsGravatar Miklos Szeredi2012-07-19
|
* Remove old symbol versionsGravatar Miklos Szeredi2012-07-19
|
* Interpret octal escape codes in optionsGravatar Miklos Szeredi2012-01-27
| | | | Requested by Jan Engelhardt
* Fix a potential resource leak (newargv)Gravatar Laszlo Papp2011-03-30
|
* * 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
|
* Disable old symbol versions if __UCLIBC__ is definedGravatar Miklos Szeredi2007-12-12
|
* Clarify licence version to be "LGPLv2" for the libraryGravatar Miklos Szeredi2007-10-16
|
* Don't call /bin/[u]mount if /etc/mtab is a symlinkGravatar Miklos Szeredi2007-07-25
|
* Reset args->argc in fuse_opt_free_args()Gravatar Miklos Szeredi2007-07-12
|
* update copyright datesGravatar Miklos Szeredi2007-04-25
|
* fixGravatar Miklos Szeredi2006-01-20
|
* fixGravatar Miklos Szeredi2006-01-06
|
* fixGravatar Miklos Szeredi2005-12-16
|
* fixGravatar Miklos Szeredi2005-12-14
|
* fixGravatar Miklos Szeredi2005-12-12
|
* fixGravatar Miklos Szeredi2005-12-10
|
* fixGravatar Miklos Szeredi2005-12-09
|
* new versionGravatar Miklos Szeredi2005-12-09
|
* added option parsingGravatar Miklos Szeredi2005-12-09