Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-10-02 | Extended per-file comments. | Nikolaus Rath | -0/+3 | |
This should make more clear what file contains code for what purpose. | ||||
2013-07-24 | libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc | Miklos Szeredi | -0/+1 | |
add AC_SYS_LARGEFILE to your configure.ac instead. | ||||
2013-02-19 | fuse_opt_parse(): fix memory leak | Miklos Szeredi | -1/+3 | |
when storing a newly allocated string for format "%s", free the previous value stored at that location. Reported by Marco Schuster | ||||
2012-07-19 | Remove compat functions | Miklos Szeredi | -7/+0 | |
2012-07-19 | Remove old symbol versions | Miklos Szeredi | -3/+0 | |
2012-01-27 | Interpret octal escape codes in options | Miklos Szeredi | -2/+14 | |
Requested by Jan Engelhardt | ||||
2011-03-30 | Fix 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 | |
fuse_opt_add_opt_escaped() * Add missing fuse_reply_bmap() to the version script | ||||
2007-12-12 | change indenting | Miklos Szeredi | -263/+265 | |
2007-12-12 | Disable old symbol versions if __UCLIBC__ is defined | Miklos Szeredi | -1/+18 | |
2007-10-16 | Clarify licence version to be "LGPLv2" for the library | Miklos Szeredi | -1/+1 | |
2007-07-25 | Don't call /bin/[u]mount if /etc/mtab is a symlink | Miklos Szeredi | -5/+7 | |
2007-07-12 | Reset args->argc in fuse_opt_free_args() | Miklos Szeredi | -0/+1 | |
2007-04-25 | update copyright dates | Miklos Szeredi | -1/+1 | |
2006-01-20 | fix | Miklos Szeredi | -25/+30 | |
2006-01-06 | fix | Miklos Szeredi | -17/+26 | |
2005-12-16 | fix | Miklos Szeredi | -41/+32 | |
2005-12-14 | fix | Miklos Szeredi | -1/+1 | |
2005-12-12 | fix | Miklos Szeredi | -5/+5 | |
2005-12-10 | fix | Miklos Szeredi | -2/+4 | |
2005-12-09 | fix | Miklos Szeredi | -1/+1 | |
2005-12-09 | new version | Miklos Szeredi | -10/+4 | |
2005-12-09 | added option parsing | Miklos Szeredi | -0/+363 | |