qemu-gpiodev/libfuse.git
2016-06-20 Nikolaus RathReleased 2.9.7. origin/fuse-2_9_bugfix fuse-2.9.7
2016-06-20 Hendrik Bruecknerlibfuse/fuse_daemonize: wait until daemon child proces...
2016-06-20 Dalvik Khertellibfuse: pass security context options to kernel
2016-06-05 Nikolaus RathFix ambigious condition
2016-04-23 Nikolaus RathReleased 2.9.6 fuse-2.9.6
2016-02-02 Nikolaus RathFix description of bug #15.
2016-02-01 Nikolaus RathDocument bug #15.
2016-01-29 Nikolaus RathInclude documentation in tarball.
2016-01-29 Nikolaus RathRemove "credits" section, we now have an AUTHORS file.
2016-01-14 Nikolaus RathReleased 2.9.5 fuse_2_9_5
2016-01-14 Nikolaus RathMention new maintainer in Changelog.
2016-01-14 Nikolaus RathChanged Changelog format
2016-01-14 Nikolaus RathRemoved placeholder README file and switch automake...
2016-01-14 Nikolaus RathRemoved hopelessly outdated files.
2016-01-14 Nikolaus RathEnable subdir-objects automake option
2016-01-14 Nikolaus RathUpdate makeconf.sh
2016-01-14 Nikolaus RathUpdate maintainer and contributor list
2016-01-14 Nikolaus RathExtend write_buf documentation
2016-01-14 Nikolaus RathInitialize padding to zero.
2015-12-20 Nikolaus RathMigrated README to README.md for Markdown rendering...
2015-08-12 Miklos Szeredilibfuse: fix warning mount.c:receive_fd()
2015-06-29 Miklos Szeredilibfuse: fix possible memory leak
2015-05-22 Miklos SzerediReleased 2.9.4 fuse_2_9_4
2015-05-22 Miklos Szeredilibfuse: fix exec environment for mount and umount
2015-02-26 Miklos Szeredilibfuse: fix fuse_remove_signal_handlers()
2014-07-22 Miklos Szeredilibfuse: document deadlock avoidance for fuse_notify_in...
2014-07-22 Miklos SzerediInitilaize stat buffer passed to ->getattr() and -...
2014-07-22 Fabrice BauzacAdvertize the existence of some "configure" env vars.
2014-07-21 Miklos Szeredilibfuse: highlevel API: fix directory file handle passe...
2014-07-21 Miklos Szeredifusermount, libfuse: send value as unsigned in "user_id...
2013-08-26 Daniel ThauAdd missing includes
2013-07-01 Miklos SzerediReleased 2.9.3 fuse_2_9_3
2013-07-01 Miklos Szeredilibfuse: don't close fd if it's -1
2013-07-01 Miklos Szeredilibfuse: fix multiple close of device fd
2013-03-19 Miklos Szeredilibfuse: fix thread cancel race
2013-02-18 Miklos SzerediAdd "nopath" to help.
2013-02-04 Anatol Pomozovlibfuse: rename ./configure.in to ./configure.ac
2013-02-04 Anatol Pomozovlibfuse: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER
2013-02-04 Miklos Szeredilibfuse: configure: detect new util-linux
2013-02-04 Madan Vallurilibfuse: fix the 'remember' option
2013-02-04 Ratna_Bolla... libfuse: fix crash in unlock_path()
2012-10-01 Miklos SzerediReleased 2.9.2 fuse_2_9_2
2012-10-01 Miklos SzerediFix deadlock in libfuse
2012-08-24 Miklos SzerediFix missing config.h in buffer.c
2012-08-14 Miklos SzerediZero out node when allocating from a slab.
2012-08-14 Miklos SzerediFix "fuse internal error: node NNN not found"
2012-08-13 Natanael CopaFix linking against GNU libiconv
2012-07-19 Miklos SzerediReleased 2.9.1 fuse_2_9_1 fuse_3_0_start
2012-07-19 Miklos SzerediFix crash caused by freeing a stack address
2012-07-19 Miklos SzerediAdd fallocate to NEWS
2012-07-04 Miklos Szeredilibfuse: mark some data constant
2012-07-04 Olivier BlinFix build with automake >= 1.12.1
2012-07-04 Olivier BlinFix install from out-of-tree build
2012-06-18 Anatol PomozovAdd FALLOCATE operation
2012-05-16 Miklos SzerediFix the compile command in the examples
2012-05-16 Miklos SzerediFix -pthread in fuse.pc
2012-04-20 Miklos SzerediReleased 2.9.0 fuse_2_9_0
2012-04-20 Miklos SzerediAdd missing fuse_fs_flock to fuse_versionscript
2012-04-20 Miklos Szerediuse flexible array in include/fuse_kernel.h
2012-04-20 Miklos SzerediUpdate NEWS
2012-04-10 Miklos SzerediAdd 'flag_utime_omit_ok' flag to fuse_operations
2012-04-10 Miklos SzerediCheck protocol version before sending notifications
2012-04-06 Miklos Szereditest improvements
2012-01-27 Miklos SzerediInterpret octal escape codes in options
2012-01-26 Miklos Szerediclean up man page
2012-01-26 Miklos SzerediAdd doc/Makefile.am
2012-01-26 Miklos SzerediAdd man pages for fusermount, mount.fuse and ulockmgr_s...
2012-01-24 Miklos SzerediRevert "Add mmap() and munmap() methods to low level...
2012-01-13 Anatol PomozovDisable symbol versions on MacOSX
2012-01-02 Miklos SzerediRemove unnecessary mutex unlock at the end of multithre...
2011-12-09 Miklos SzerediFree request in fuse_reply_data()
2011-12-09 Miklos SzerediDon't unhash name in FORGET
2011-12-09 Miklos SzerediFix hang in wait_on_path()
2011-12-08 Emmanuel Dreyfusutimens availability check
2011-12-08 Emmanuel DreyfusFUSE_NODE_SLAB buildfix
2011-12-08 Nikolaus Rathfuse: documentation update for forget
2011-12-07 John Muirlibfuse: Notifying the kernel of deletion.
2011-12-06 Miklos SzerediAdd mmap() and munmap() methods to low level API
2011-12-05 Miklos SzerediAdd support for ioctl on directories
2011-12-05 Miklos SzerediMake lock argument of fuse_reply_lock const
2011-11-17 Miklos SzerediFix the following compile error
2011-10-23 Miklos SzerediReply with ENOMEM in case of failure to allocate request
2011-09-23 Anatol PomozovReplace daemon() function with fork()
2011-08-31 Miklos SzerediDon't ignore --disable-mtab
2011-08-24 therealneworld... add lru for remember option
2011-07-06 Miklos SzerediAdd ->flock() operation to low and high level interfaces
2011-07-04 Sebastian Pippingutimens must not follow symlinks
2011-06-02 Miklos SzerediIn ./configure check if umount support --fake and ...
2011-06-02 therealneworld... add "remember" option
2011-05-27 Miklos SzerediCheck if splice/vmsplice are supported
2011-05-26 Miklos SzerediUpdate COPYING*
2011-05-26 Miklos SzerediUpdate NEWS
2011-05-26 Miklos SzerediFix lost ChangeLog entry.
2011-05-26 Miklos SzerediRemove -lrt -ldl from fuse.pc for dynamic linking
2011-05-25 Reuben Hawkinsadding details to utimens doxygen comments
2011-05-25 Reuben HawkinsSpell checking comments, etc...
2011-05-23 Reuben Hawkinscleaning up warnings
2011-05-20 Reuben HawkinsCleaner build output
2011-05-19 Miklos SzerediFix ioctl ABI
2011-05-19 Miklos SzerediAdd ->forget_multi() operation
next