Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2013-07-25 | ulockmgr: strip ulockmgr support from this source package | Miklos Szeredi | -426/+0 | |
Distribute ulockmgr separately. It is not needed for the building of libfuse, only fusexmp_fh. Check ulockmgr library in ./configure and if not disable remote-lock suport in fusexmp_fh. | ||||
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. | ||||
2011-09-23 | Replace daemon() function with fork() | Anatol Pomozov | -2/+15 | |
daemon() is a BSD-ism. Although it is available on many platforms it is not a standard function. Some platforms (e.g. MacOSX) deprecated it. It is safer just to use fork() function that is a part of POSIX. | ||||
2011-03-30 | Check the return value properly before passing it to any function | Laszlo Papp | -2/+4 | |
2007-12-12 | change indenting | Miklos Szeredi | -332/+339 | |
2007-06-03 | libulockmgr: Work around a kernel bug in recv() | Miklos Szeredi | -2/+6 | |
2007-01-19 | merge up to fuse_2_6_merge1 | Miklos Szeredi | -1/+1 | |
2006-10-08 | fixes | Miklos Szeredi | -32/+84 | |
2006-09-10 | ulockmgr | Miklos Szeredi | -0/+347 | |