index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
Age
Commit message (
Expand
)
Author
Lines
2016-10-28
Fix memory leak in fusermount.
Nikolaus Rath
-7
/
+13
2016-10-28
Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3
Nikolaus Rath
-12
/
+11
2016-10-27
Removed obsolete FUSE_DEV_OLD
Nikolaus Rath
-54
/
+8
2016-10-15
Removed -o nonempty option
Nikolaus Rath
-11
/
+3
2014-07-15
fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="
Miklos Szeredi
-2
/
+2
2013-08-26
Merge remote-tracking branch 'origin/fuse_2_9_bugfix'
Miklos Szeredi
-0
/
+1
2013-08-26
Add missing includes
Daniel Thau
-0
/
+1
2013-07-26
Print help on stdout instead of stderr
Miklos Szeredi
-10
/
+9
2013-07-25
ulockmgr: strip ulockmgr support from this source package
Miklos Szeredi
-432
/
+1
2013-07-24
libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc
Miklos Szeredi
-2
/
+4
2012-07-04
Fix build with automake >= 1.12.1
Olivier Blin
-4
/
+4
2012-07-04
Fix install from out-of-tree build
Olivier Blin
-1
/
+1
2011-11-17
Fix the following compile error
Miklos Szeredi
-0
/
+1
2011-09-23
Replace daemon() function with fork()
Anatol Pomozov
-2
/
+15
2011-05-25
Spell checking comments, etc...
Reuben Hawkins
-1
/
+1
2011-05-23
cleaning up warnings
Reuben Hawkins
-4
/
+24
2011-04-15
fusermount: Added support for auto_unmount option
Max Krasnyansky
-14
/
+49
2011-03-30
Check the 'mtablock' for negative value
Laszlo Papp
-2
/
+4
2011-03-30
fusermount: clean up do_mount() function
Miklos Szeredi
-5
/
+4
2011-03-30
Eliminate the unused value
Laszlo Papp
-1
/
+1
2011-03-30
Fix resource leaks in fusermount
Laszlo Papp
-8
/
+10
2011-03-30
Do not pass NULL to xstrdup
Laszlo Papp
-8
/
+12
2011-03-30
Check the return value properly before passing it to any function
Laszlo Papp
-2
/
+4
2011-03-11
In case of failure to add to /etc/mtab don't umount.
Miklos Szeredi
-1
/
+1
2011-03-11
Revert "Fix cleanup in case of failed mount"
Miklos Szeredi
-30
/
+6
2011-01-31
fusermount: only allow mount and umount if util-linux suppports --no-canonica...
Miklos Szeredi
-135
/
+32
2011-01-31
fusermount: chdir to / before performing mount/umount
Miklos Szeredi
-15
/
+10
2011-01-31
Fix cleanup in case of failed mount
Miklos Szeredi
-6
/
+29
2010-11-08
fusermount: don't save/restore cwd
Miklos Szeredi
-15
/
+2
2010-11-08
update umount procedure
Miklos Szeredi
-9
/
+147
2010-09-28
Fix option escaping for fusermount.
Miklos Szeredi
-3
/
+17
2010-06-24
Add .gitignore files
Miklos Szeredi
-4
/
+0
2010-06-15
* Fix out-of-source build.
Miklos Szeredi
-3
/
+11
2010-06-01
* Remove "chmod root" from install of fusermount
Miklos Szeredi
-1
/
+0
2010-04-26
* Fix checking for symlinks in umount from /tmp. Reported by Al
Miklos Szeredi
-14
/
+32
2010-02-18
* Fix stack alignment for clone()
Miklos Szeredi
-5
/
+4
2010-01-26
* Fix race if two "fusermount -u" instances are run in parallel.
Miklos Szeredi
-57
/
+323
2009-07-02
* fusermount: Do not silently ignore command line arguments.
Miklos Szeredi
-0
/
+4
2009-05-08
Fix 'make install-strip'. Reported by Dominick Layfield
Miklos Szeredi
-1
/
+1
2008-07-10
Fix handling of (no)suid and (no)dev options...
Miklos Szeredi
-9
/
+27
2008-04-09
Update warning message for missing newline at end of fuse.conf
Miklos Szeredi
-3
/
+8
2008-03-25
Fix memory leaks on mount
Miklos Szeredi
-0
/
+1
2007-12-23
Fix './configure --disable-static'
Miklos Szeredi
-1
/
+1
2007-12-12
change indenting
Miklos Szeredi
-1252
/
+1305
2007-06-21
Add fs subtype support to mount.fuse
Miklos Szeredi
-15
/
+55
2007-06-20
Add fs subtype support to libfuse and fusermount
Miklos Szeredi
-48
/
+78
2007-06-03
libulockmgr: Work around a kernel bug in recv()
Miklos Szeredi
-2
/
+6
2007-04-27
Clean up init script, make it LSB compliant
Miklos Szeredi
-26
/
+62
2007-04-27
merge bugfix branch up to 2.6.4
Miklos Szeredi
-1
/
+1
2007-04-27
libfuse: call umount(8) directly...
Miklos Szeredi
-31
/
+2
[next]