Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-06-27 | license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txt | izxl007 | -1/+1 | |
Signed-off-by: izxl007 <zeng.zheng@zte.com.cn> | ||||
2016-04-23 | Remove 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-19 | fuse_opt_parse(): fix memory leak | Miklos 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-25 | Spell 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 Tim | Miklos 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-12 | change indenting | Miklos Szeredi | -28/+28 | |
2007-10-16 | Clarify licence version to be "LGPLv2" for the library | Miklos Szeredi | -1/+1 | |
2007-10-16 | doc updates | Miklos Szeredi | -1/+4 | |
2007-04-25 | update copyright dates | Miklos Szeredi | -1/+1 | |
2006-08-28 | fix license | Miklos Szeredi | -2/+2 | |
2006-01-20 | fix | Miklos Szeredi | -5/+36 | |
2006-01-07 | fix | Miklos Szeredi | -1/+1 | |
2006-01-06 | fix | Miklos Szeredi | -24/+29 | |
2005-12-16 | fix | Miklos Szeredi | -18/+25 | |
2005-12-14 | fix | Miklos Szeredi | -1/+4 | |
2005-12-09 | new version | Miklos Szeredi | -8/+8 | |
2005-12-09 | added option parsing | Miklos Szeredi | -0/+212 | |