qemu-gpiodev/libfuse.git
2016-04-23 Sam StueweRemove leading _ on header guards to comply with reserv...
2016-04-02 Nikolaus RathMerge pull request #35 from 1ace/master
2016-04-02 Eric EngestromFix spelling mistake
2016-03-23 Nikolaus RathMerge pull request #24 from jblumsch/doc-statfs-frsize
2016-03-11 Winfried Koehlercuse_lowlevel.setup(): fix double free of local variabl...
2016-03-09 Jan Blumscheinfuse.h doc fix: The f_frsize field is not ignored by...
2016-03-01 Nikolaus RathImprove description of issue #15.
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 RathRemoved placeholder README file and switch automake...
2016-01-14 Nikolaus RathRemoved hopelessly outdated files.
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-22 Nikolaus RathUpdated homepage URL and added download location.
2015-12-20 Nikolaus RathMigrated README to README.md for Markdown rendering...
2015-09-29 Miklos SzerediMerge branch 'clone_fd'
2015-08-14 Miklos SzerediMerge git://git.code.sf.net/u/xophmeister/fuse
2015-08-12 Christopher... Canonicalised whitespace and added ChangeLog entry
2015-08-12 Miklos Szeredilibfuse: fix warning mount.c:receive_fd()
2015-07-30 Christopher... Added fuse_pkgversion function
2015-06-29 Miklos Szeredilibfuse: fix possible memory leak
2015-05-26 Ikey DohertyUse system directory for system-wide udev rules by...
2015-05-22 Miklos Szeredilibfuse: fix exec environment for mount and umount
2015-05-18 Miklos Szeredilibfuse: add "clone_fd" option
2015-05-18 Miklos Szeredilibfuse: get ref for req
2015-05-18 Miklos Szeredilibfuse: refcount fuse_chan objects
2015-04-23 Miklos Szeredilibfuse: add FUSE_CAP_NO_OPEN_SUPPORT flag to ->init()
2015-02-26 Miklos Szeredilibfuse: fix handling of '.' and '..' in highlevel...
2015-02-26 Miklos Szeredilibfuse: fix fuse_remove_signal_handlers()
2014-11-25 Miklos SzerediFix docs of lowlevel readdirplus()
2014-07-21 Miklos Szeredilibfuse: highlevel API: fix directory file handle passe...
2014-07-15 Miklos SzerediChangeLog fix
2014-07-15 Miklos Szeredilibfuse: add flags to ->rename()
2014-07-15 Miklos Szeredilibfuse: allow setting ctime in ->setattr()
2014-07-15 Miklos Szeredilibfuse: add "time_gran" option
2014-07-15 Miklos Szeredifusermount, libfuse: send value as unsigned in "user_id...
2014-07-15 Miklos Szeredilibfuse: document deadlock avoidance for fuse_notify_in...
2014-03-26 Miklos SzerediInitilaize stat buffer passed to ->getattr() and -...
2014-03-18 Miklos Szeredicompile fix for fuse_lo-plus
2014-03-17 Miklos Szeredicompile fix
2014-03-05 Eric Wonglibfuse: implement readdirplus for high-level API
2014-02-27 Miklos SzerediAllocate buffer when splicing from the fuse device
2014-02-21 Miklos Szeredilibfuse: added fuse_lo-plus.c to the examples
2014-02-04 Fabrice Bauzacfuse: use dlsym() instead of relying on ld.so construct...
2014-01-29 Miklos Szeredilibfuse: Add "async_dio" and "writeback_cache" options
2013-12-11 Miklos Szeredi"pkg-config fuse3 --libs" gives the wrong library name
2013-11-29 Miklos SzerediFix fuse_add_direntry_plus()
2013-09-23 Fabrice BauzacAdvertize the existence of some "configure" env vars.
2013-09-20 Miklos Szereditest: add a realdir option
2013-09-04 Fabrice Bauzaclibfuse: add the "subdir-objects" automake option
2013-08-26 Miklos SzerediMerge remote-tracking branch 'origin/fuse_2_9_bugfix'
2013-08-26 Daniel ThauAdd missing includes
2013-08-26 Miklos SzerediDon't close -1 fd in fuse_chan_destroy()
2013-08-26 Miklos SzerediChange generation and nlookup from 'unsigned long'...
2013-07-26 Miklos SzerediPrint help on stdout instead of stderr
2013-07-25 Miklos Szerediulockmgr: strip ulockmgr support from this source package
2013-07-25 Miklos Szeredilibfuse: fuse -> fuse3
2013-07-25 Miklos SzerediUse AC_PROG_CC_STDC instead of AC_PROG_CC
2013-07-24 Miklos Szeredilibfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc
2013-07-18 Miklos Szeredilibfuse: clean up struct fuse_file_info
2013-07-17 Miklos SzerediDocumentation fixes
2013-07-17 Miklos SzerediMerge https://github.com/qknight/fuse-fuse
2013-07-02 Joachim Schielerewrote c++ style comments to c style coments mentioned...
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-06-21 Miklos Szeredilibfuse: remove session and chan abstractions
2013-06-21 Miklos Szeredilibfuse: remove fuse_chan_bufsize()
2013-06-21 Miklos Szeredilibfuse: remove fuse_chan_(send|receive)
2013-06-21 Miklos Szeredilibfuse: set FD_CLOEXEC also when receiving device...
2013-06-21 Miklos Szeredilibfuse: clean up fuse_chan
2013-06-21 Miklos Szeredilibfuse: clean up fuse_session
2013-06-21 Miklos Szeredilibfuse: replace fuse_session_next_chan
2013-06-20 Joachim Schiele- added a doxygen main page
2013-06-20 Miklos Szeredilibfuse: fix multiple close of device fd
2013-06-20 Miklos Szeredilibfuse: remove channel user data
2013-05-20 Nikolaus Rathlibfuse: fix readdirplus doc
2013-05-20 Miklos Szeredifuse: synchronize fuse_kernel.h header with the linux...
2013-03-19 Miklos SzerediMerge branch 'fuse_2_9_bugfix'
2013-03-19 Miklos Szeredilibfuse: fix thread cancel race
2013-02-22 Miklos Szerediremove real fuse_main() symbol
2013-02-22 Miklos Szerediclean fuse_chan_receive from versionscript
2013-02-21 Miklos Szeredifix fi->fh format strings
2013-02-21 Miklos SzerediFix nodeid format strings
2013-02-20 Richard W.M... libfuse: don't force -D_FILE_OFFSET_BITS=64 in pkgconfi...
2013-02-20 Miklos Szeredicuse: clean includes
2013-02-20 Richard W.M... libfuse: use O_CLOEXEC flag when opening /dev/fuse...
2013-02-20 Miklos Szeredilibfuse: 64bit fuse_ino_t
2013-02-19 Miklos Szeredifuse_daemonize(): chdir to "/" even if not running...
2013-02-19 Miklos Szeredifuse_opt_parse(): fix memory leak
2013-02-18 Miklos SzerediAdd "nopath" to help.
2013-02-08 Miklos Szerediremove <utime.h> include from <fuse.h>
2013-02-08 Miklos Szeredilibfuse: remove struct fuse_cmd
2013-02-08 Miklos Szerediupdate .gitignore
2013-02-08 Miklos Szeredilibfuse: remove deprecated fuse_operations.utime_omit_ok
2013-02-08 Miklos Szeredilibfuse: remove deprecated fuse_operations.utime()
next