aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Tell emacs to use tabs for linkerscript.Gravatar Nikolaus Rath2016-10-02
* Turned fuse_session_{process,receive}_buf into wrapper functions.Gravatar Nikolaus Rath2016-10-02
* Inlined fuse_session_new()Gravatar Nikolaus Rath2016-10-02
* Improve documentation of argument parsing.Gravatar Nikolaus Rath2016-10-01
* Added notes for libfuse hackers.Gravatar Nikolaus Rath2016-09-27
* Documentation improvements.Gravatar Nikolaus Rath2016-09-27
* Added TAGS to .gitignoreGravatar Nikolaus Rath2016-09-27
* Fixed up permissions.Gravatar Nikolaus Rath2016-09-27
* fuse_lowlevel_notify_*: take struct fuse_session instead of struct fuse_chanGravatar Nikolaus Rath2016-09-27
* Dropped fuse_unmount_compat22Gravatar Nikolaus Rath2016-09-27
* Fixed typo.Gravatar Nikolaus Rath2016-08-24
* Don't hardcode /sbin, /lib & /etcGravatar bobrofon2016-08-04
* Disable thread sanitizer, use newer gcc.Gravatar Nikolaus Rath2016-07-23
* Updated ChangeLogGravatar Nikolaus Rath2016-07-23
* Include test suite in tarballGravatar Nikolaus Rath2016-07-23
* add error checking to setuid calls (#66)Gravatar Alex Richman2016-07-21
* libfuse/fuse_daemonize: wait until daemon child process is ready (#55)Gravatar Hendrik Brueckner2016-06-20
* Automatically run CI tests with clangGravatar Nikolaus Rath2016-06-05
* Inlined calculate_dirent*_size functionsGravatar Nikolaus Rath2016-06-05
* Don't use IFTODT macro.Gravatar Nikolaus Rath2016-06-05
* Inlined fuse_add_direntGravatar Nikolaus Rath2016-06-05
* Merge branch 'add-dirent-strlen3' of git://github.com/trapexit/libfuse into t...Gravatar Nikolaus Rath2016-06-04
|\
* | Add 'traceback' as suspicious test output pattern.Gravatar Nikolaus Rath2016-05-13
* | Added Travis integrationGravatar Nikolaus Rath2016-05-13
* | Merge remote-tracking branch 'origin/master'Gravatar Nikolaus Rath2016-05-13
|\ \
* \ \ Merge branch 'ioctl-test'Gravatar Nikolaus Rath2016-05-13
|\ \ \
| * | | Add ioctl tests.Gravatar Nikolaus Rath2016-05-13
| * | | Fix ioctl exampleGravatar Nikolaus Rath2016-05-13
| | | * remove double calculation of filename length and dirent sizeGravatar Antonio SJ Musumeci2016-05-12
| | * | lib/fuse_lowlevel.c: fix small typo in fuse_ll_help (#44)Gravatar David Sheets2016-05-11
| |/ / |/| |
* | | Fixup commit 482a49c.Gravatar Nikolaus Rath2016-04-27
* | | Merge remote-tracking branch 'origin/master'Gravatar Nikolaus Rath2016-04-27
|\ \ \ | |/ / |/| |
| * | Remove leading _ on header guards to comply with reserved identifier requirem...Gravatar Sam Stuewe2016-04-23
| * | Merge pull request #35 from 1ace/masterGravatar Nikolaus Rath2016-04-02
| |\ \
| | * | Fix spelling mistakeGravatar Eric Engestrom2016-04-02
| |/ /
* | | Added test_fselGravatar Nikolaus Rath2016-03-29
* | | Added unit tests for fusexmp and helloGravatar Nikolaus Rath2016-03-29
* | | Added basic unit tests.Gravatar Nikolaus Rath2016-03-29
* | | Integrate tests with autotoolsGravatar Nikolaus Rath2016-03-29
* | | Whitespace cleanup.Gravatar Nikolaus Rath2016-03-29
* | | Added .dir-locals.el to customize emacs settingsGravatar Nikolaus Rath2016-03-29
* | | Inlined fuse_chan_fdGravatar Nikolaus Rath2016-03-29
* | | Inlined fuse_chan_{send, recv}Gravatar Nikolaus Rath2016-03-29
| * | Merge pull request #24 from jblumsch/doc-statfs-frsizeGravatar Nikolaus Rath2016-03-23
|/| |
* | | cuse_lowlevel.setup(): fix double free of local variable 'args'Gravatar Winfried Koehler2016-03-11
| * | fuse.h doc fix: The f_frsize field is not ignored by the statfs operation.Gravatar Jan Blumschein2016-03-09
|/ /
* / Improve description of issue #15.Gravatar Nikolaus Rath2016-03-01
|/
* Fix description of bug #15.Gravatar Nikolaus Rath2016-02-02
* Document bug #15.Gravatar Nikolaus Rath2016-02-01
* Include documentation in tarball.Gravatar Nikolaus Rath2016-01-28