aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2012-05-16Fix -pthread in fuse.pcMiklos Szeredi-1/+1
2012-04-20Add missing fuse_fs_flock to fuse_versionscriptMiklos Szeredi-0/+1
2012-04-10Add 'flag_utime_omit_ok' flag to fuse_operationsMiklos Szeredi-0/+27
2012-04-10Check protocol version before sending notificationsMiklos Szeredi-0/+9
2012-01-27Interpret octal escape codes in optionsMiklos Szeredi-2/+14
2012-01-24Revert "Add mmap() and munmap() methods to low level API"Miklos Szeredi-72/+0
2012-01-13Disable symbol versions on MacOSXAnatol Pomozov-2/+6
2012-01-02Remove unnecessary mutex unlock at the end of multithreaded event loopMiklos Szeredi-1/+0
2011-12-09Free request in fuse_reply_data()Miklos Szeredi-2/+4
2011-12-09Don't unhash name in FORGETMiklos Szeredi-2/+1
2011-12-09Fix hang in wait_on_path()Miklos Szeredi-3/+31
2011-12-08FUSE_NODE_SLAB buildfixEmmanuel Dreyfus-11/+11
2011-12-07libfuse: Notifying the kernel of deletion.John Muir-0/+29
2011-12-06Add mmap() and munmap() methods to low level APIMiklos Szeredi-6/+91
2011-12-05Add support for ioctl on directoriesMiklos Szeredi-0/+8
2011-12-05Make lock argument of fuse_reply_lock constMiklos Szeredi-1/+1
2011-10-23Reply with ENOMEM in case of failure to allocate requestMiklos Szeredi-9/+20
2011-09-23Replace daemon() function with fork()Anatol Pomozov-5/+29
2011-08-31Don't ignore --disable-mtabMiklos Szeredi-0/+2
2011-08-24add lru for remember optiontherealneworld@gmail.com-41/+89
2011-07-06Add ->flock() operation to low and high level interfacesMiklos Szeredi-8/+117
2011-06-02add "remember" optiontherealneworld@gmail.com-28/+221
2011-05-27Check if splice/vmsplice are supportedMiklos Szeredi-24/+78
2011-05-25Spell checking comments, etc...Reuben Hawkins-1/+1
2011-05-19Fix ioctl ABIMiklos Szeredi-10/+73
2011-05-19Add ->forget_multi() operationMiklos Szeredi-6/+29
2011-05-19Allow batching of forget requestsMiklos Szeredi-12/+59
2011-05-19Fix splice_readMiklos Szeredi-2/+1
2011-05-19Disable splice by defaultMiklos Szeredi-6/+19
2011-05-19Don't hide output of /bin/mountMiklos Szeredi-10/+0
2011-04-15libfuse: Added support for auto_unmount optionMax Krasnyansky-8/+27
2011-03-30Fix a potential null pointer dereference issueLaszlo Papp-1/+2
2011-03-30Fix a potential resource leak (newargv)Laszlo Papp-2/+7
2011-03-30Initialize an allocated, but uninitialized memoryLaszlo Papp-1/+1
2011-03-30Initialize the variable properly before passing to any functionLaszlo Papp-0/+1
2011-03-30Remove unnecessary variable assignmentMiklos Szeredi-1/+0
2011-03-30Fix use after free if fuse_reply...() returned ENOENTMiklos Szeredi-6/+0
2011-03-30Fix a possible resource leak (free the old up)Laszlo Papp-0/+4
2011-03-30Fix a potential resource leakLaszlo Papp-1/+3
2011-03-30Use the return value for error checkLaszlo Papp-3/+2
2011-03-30Check the return value after an open syscallLaszlo Papp-2/+4
2011-03-30Check the negative return value after an open syscallLaszlo Papp-2/+4
2011-02-17Add -onoforget to help outputMiklos Szeredi-0/+1
2011-02-02libfuse: fuse_session_loop_mt() shouldn't pause when exiting worker threadsMiklos Szeredi-2/+0
2011-01-31fusermount: only allow mount and umount if util-linux suppports --no-canonica...Miklos Szeredi-71/+1
2011-01-31Fix warning in hash calculationMiklos Szeredi-1/+1
2010-12-20Highlevel lib: add slab allocation for node cacheMiklos Szeredi-9/+180
2010-12-20inline short namesMiklos Szeredi-13/+16
2010-12-20Highlevel lib: allow hash tables to shrinkMiklos Szeredi-1/+77
2010-12-13Highlevel lib: use dynamically resized hash tableMiklos Szeredi-43/+153