aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add mmap() and munmap() methods to low level APIMiklos Szeredi2011-12-067-8/+181
* Add support for ioctl on directoriesMiklos Szeredi2011-12-054-1/+21
* Make lock argument of fuse_reply_lock constMiklos Szeredi2011-12-053-2/+7
* Fix the following compile errorMiklos Szeredi2011-11-171-0/+1
* Reply with ENOMEM in case of failure to allocate requestMiklos Szeredi2011-10-232-9/+27
* Replace daemon() function with fork()Anatol Pomozov2011-09-233-7/+48
* Don't ignore --disable-mtabMiklos Szeredi2011-08-312-0/+7
* add lru for remember optiontherealneworld@gmail.com2011-08-242-41/+94
* Add ->flock() operation to low and high level interfacesMiklos Szeredi2011-07-0611-11/+200
* utimens must not follow symlinksSebastian Pipping2011-07-043-16/+13
* In ./configure check if umount support --fake and --no-canonicalizeMiklos Szeredi2011-06-021-0/+22
* add "remember" optiontherealneworld@gmail.com2011-06-027-28/+255
* Check if splice/vmsplice are supportedMiklos Szeredi2011-05-274-25/+83
* Update COPYING*Miklos Szeredi2011-05-262-120/+139
* Update NEWSMiklos Szeredi2011-05-261-0/+42
* Fix lost ChangeLog entry.Miklos Szeredi2011-05-261-0/+6
* Remove -lrt -ldl from fuse.pc for dynamic linkingMiklos Szeredi2011-05-263-3/+10
* adding details to utimens doxygen commentsReuben Hawkins2011-05-251-0/+5
* Spell checking comments, etc...Reuben Hawkins2011-05-256-12/+12
* cleaning up warningsReuben Hawkins2011-05-233-6/+26
* Cleaner build outputReuben Hawkins2011-05-202-0/+5
* Fix ioctl ABIMiklos Szeredi2011-05-194-10/+86
* Add ->forget_multi() operationMiklos Szeredi2011-05-194-6/+52
* Allow batching of forget requestsMiklos Szeredi2011-05-194-13/+80
* Fix splice_readMiklos Szeredi2011-05-192-2/+2
* Disable splice by defaultMiklos Szeredi2011-05-193-6/+25
* Don't hide output of /bin/mountMiklos Szeredi2011-05-191-10/+0
* Added changelog entry for the auto_unmount optionMax Krasnyansky2011-04-151-0/+4
* fusermount: Added support for auto_unmount optionMax Krasnyansky2011-04-151-14/+49
* libfuse: Added support for auto_unmount optionMax Krasnyansky2011-04-151-8/+27
* Update ChangeLogMiklos Szeredi2011-03-301-0/+5
* Check the 'mtablock' for negative valueLaszlo Papp2011-03-301-2/+4
* Fix a potential null pointer dereference issueLaszlo Papp2011-03-301-1/+2
* Fix a potential resource leak (newargv)Laszlo Papp2011-03-301-2/+7
* Initialize an allocated, but uninitialized memoryLaszlo Papp2011-03-301-1/+1
* Initialize the variable properly before passing to any functionLaszlo Papp2011-03-301-0/+1
* fusermount: clean up do_mount() functionMiklos Szeredi2011-03-301-5/+4
* Remove unnecessary variable assignmentMiklos Szeredi2011-03-301-1/+0
* Eliminate the unused valueLaszlo Papp2011-03-301-1/+1
* Fix use after free if fuse_reply...() returned ENOENTMiklos Szeredi2011-03-301-6/+0
* Fix resource leaks in fusermountLaszlo Papp2011-03-301-8/+10
* Fix a possible resource leak (free the old up)Laszlo Papp2011-03-301-0/+4
* Do not pass NULL to xstrdupLaszlo Papp2011-03-301-8/+12
* Check the return value properly before passing it to any functionLaszlo Papp2011-03-301-2/+4
* Fix a potential resource leakLaszlo Papp2011-03-301-1/+3
* Use the return value for error checkLaszlo Papp2011-03-301-3/+2
* Check the return value after an open syscallLaszlo Papp2011-03-301-2/+4
* Check the negative return value after an open syscallLaszlo Papp2011-03-301-2/+4
* In case of failure to add to /etc/mtab don't umount.Miklos Szeredi2011-03-112-1/+6
* Revert "Fix cleanup in case of failed mount"Miklos Szeredi2011-03-112-33/+6