1. 09d3885 Don't run whitespace cleanup by Nikolaus Rath · 8 years ago
  2. ac25c15 Set IGNORE_MTAB when running under NetBSD by Nikolaus Rath · 8 years ago
  3. 0fa25d0 Use tabs in configure.ac by Nikolaus Rath · 8 years ago
  4. 845ecf0 Memory leak fixed in file : mount_bsd.c by itsdeepak · 8 years ago
  5. 8e69b19 Added documentation and test case for null example by Nikolaus Rath · 8 years ago
  6. d6e86a7 Fixed use of uninitialized memory. by Nikolaus Rath · 8 years ago
  7. c005ff3 Revert "Dropped example/null.c" by Csaba Henk · 8 years ago
  8. 0d3a165 Adding the markdown for travis CI build. by Arunav Sanyal · 8 years ago
  9. 085cbab Released 3.0.0 by Nikolaus Rath · 8 years ago
  10. d6d3e50 Fix a grammatical error. by Jay Hankins · 8 years ago
  11. 0ff1e00 Released 3.0.0rc3 by Nikolaus Rath · 8 years ago
  12. 56fde4b Improve documentation of fuse_session_unmount by Nikolaus Rath · 8 years ago
  13. 8e9cf9e Return signal value if session loop is terminated by signal and improve documentation by Nikolaus Rath · 8 years ago
  14. 940a1f9 Improve documentation of `fuse_file_info.keep_cache` by Nikolaus Rath · 8 years ago
  15. cac5660 examples/passthrough_ll.c: Include <limits.h> (for PATH_MAX macro). by Przemyslaw Pawelczyk · 8 years ago
  16. 237c5c1 examples/passthrough_ll.c: Close root fd before application ends. by Przemyslaw Pawelczyk · 8 years ago
  17. a3fda25 examples/passthrough_ll.c: Fix segfault when showing help or version. by Przemyslaw Pawelczyk · 8 years ago
  18. dfbfee0 Rename more things from fuse to fuse3 by Przemysław Pawełczyk · 8 years ago
  19. 4fdf83f Document that FUSE_CAP_POSIX_ACL turns on -o default_permissions by Nikolaus Rath · 8 years ago
  20. 4175f96 Make handling of -oallow_root easier to understand by Nikolaus Rath · 8 years ago
  21. 05de3c9 Add support for FUSE_HANDLE_KILLPRIV by Nikolaus Rath · 8 years ago
  22. e16fdc0 Add support for FUSE_POSIX_ACL by Nikolaus Rath · 8 years ago
  23. 3296ad9 Added support for FUSE_PARALLEL_DIROPS by Nikolaus Rath · 8 years ago
  24. 5e35dfb Updated kernel API headers. by Nikolaus Rath · 8 years ago
  25. d4df7f1 Document fuse_conn_info.max_background by Nikolaus Rath · 8 years ago
  26. cb2111c Distinguish between mount options and libfuse options by Nikolaus Rath · 8 years ago
  27. 4172f78 Fixed manpage formatting. by Nikolaus Rath · 8 years ago
  28. 08ce854 Enable more capabilities by default, and document defaults. by Nikolaus Rath · 8 years ago
  29. 007c9a2 Update ChangeLog to include recent documentation improvements by Nikolaus Rath · 8 years ago
  30. c4c4819 Abort if fs requests capabilities not supported by kernel. by Nikolaus Rath · 8 years ago
  31. dddd819 Fail more nicely on max_read mismatch by Nikolaus Rath · 8 years ago
  32. e3958ae Fix typo in comment by Nikolaus Rath · 8 years ago
  33. c22da7f Add support for more detailed error codes from main loop by Nikolaus Rath · 8 years ago
  34. 2e6cd2d Fix typo in comment by Nikolaus Rath · 8 years ago
  35. c205bc9 Document special semantics of ENOSYS error code. by Nikolaus Rath · 8 years ago
  36. 77eae11 Document "congestion_threshold" parameter. by Nikolaus Rath · 8 years ago
  37. 73bfe76 Make max_background and congestion_threshold "officially undocumented" by Nikolaus Rath · 8 years ago
  38. 387cfef Improve documentation of FUSE_CAP_AUTO_INVAL_DATA by Nikolaus Rath · 8 years ago
  39. ad46348 Improve getattr() description by Nikolaus Rath · 8 years ago
  40. a23607b Improve description of FUSE_CAP_NO_OPEN_SUPPORT flag. by Nikolaus Rath · 8 years ago
  41. 47426d4 Added documentation for FUSE_CAP_FLOCK_LOCKS by Nikolaus Rath · 8 years ago
  42. c95846b Improve documentation of fuse_conn_info.time_gran. by Nikolaus Rath · 8 years ago
  43. 0e08174 Make test for util-linux version more robust by Nikolaus Rath · 8 years ago
  44. eb9f126 Don't expect EACCESS errors as root by Nikolaus Rath · 8 years ago
  45. d0b377c Released 3.0.0-rc2 by Nikolaus Rath · 8 years ago
  46. 16a24c0 Removed reference to developer-notes.rst (was removed earlier) by Nikolaus Rath · 8 years ago
  47. d85279d Fixed section names in documentation index by Nikolaus Rath · 8 years ago
  48. 108c826 Fix documentation: fuse_file_info may be NULL for open files by Nikolaus Rath · 8 years ago
  49. 079b3f6 Removed reference to fgetattr and ftruncate (don't exist anymore) by Nikolaus Rath · 8 years ago
  50. 7a9e037 Fixed typo in comment. by Nikolaus Rath · 8 years ago
  51. 1fe4258 Don't hardcode test file name. by Nikolaus Rath · 8 years ago
  52. a50b2ab Added test for fchmod by Nikolaus Rath · 8 years ago
  53. aaee3f9 Merge pull request #109 from divinity76/patch-1 by Nikolaus Rath · 8 years ago
  54. 776ef9f silence bogus eclipse linter warning by divinity76 · 8 years ago
  55. 7983414 Clean-up doxygen documentation by Nikolaus Rath · 8 years ago
  56. b27033b Fix memory leak in fusermount. by Nikolaus Rath · 8 years ago
  57. 695e45a Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3 by Nikolaus Rath · 8 years ago
  58. 3475bc3 Released 3.0.0rc1 by Nikolaus Rath · 8 years ago
  59. d8d894e man: Document suid requirement by Mihail Konev · 8 years ago
  60. e885e84 Add max_read to fuse_conn_info by Nikolaus Rath · 8 years ago
  61. 4fade0c Removed obsolete FUSE_DEV_OLD by Nikolaus Rath · 8 years ago
  62. 9768595 Removed some more "Changed in version x.py" comments. by Nikolaus Rath · 8 years ago
  63. 131955f Recommend when to use -o default_permissions automatically by Nikolaus Rath · 8 years ago
  64. 11f07d1 Describe all mount options in mount.fuse(8). by Nikolaus Rath · 8 years ago
  65. ba653b1 Improve documentation of -o default_permissions by Nikolaus Rath · 8 years ago
  66. d73b198 Improve documentation of capability flags. by Nikolaus Rath · 8 years ago
  67. 768f29f Improve man page title by Nikolaus Rath · 8 years ago
  68. 7be8c8f Clarify which mount options are intended for file-system internal use. by Nikolaus Rath · 8 years ago
  69. 9bc565c Clarify difference between notify_inval_entry and notify_delete(). by Nikolaus Rath · 8 years ago
  70. e63ed53 Use "se" instead of "f" for struct fuse_session by Nikolaus Rath · 8 years ago
  71. ae49d88 Added debug logging to chmod by Nikolaus Rath · 8 years ago
  72. f84f2db Fix segfault in debug logging code by Nikolaus Rath · 8 years ago
  73. b3ab365 fuse_session_new(): don't accept empty argv, check argv[0] by Nikolaus Rath · 8 years ago
  74. 1d9f26f Turn fuse_operations.nopath_flag into fuse_config.nullpath_ok by Nikolaus Rath · 8 years ago
  75. 8ee553d fuse_new(): don't accept options that don't make sense for end-users by Nikolaus Rath · 8 years ago
  76. cb8fa96 Document -o remember= mount option. by Nikolaus Rath · 8 years ago
  77. 6c66dac Pass struct fuse_config to high-level init() handler. by Nikolaus Rath · 8 years ago
  78. bc02a2c ChangeLog: Remind people of to use FUSE_CAP_EXPORT_SUPPORT by Nikolaus Rath · 8 years ago
  79. 30243ca Accept zero value for fuse_conn_info options by Nikolaus Rath · 8 years ago
  80. bcb8568 Removed all "Introduced in..." comments by Nikolaus Rath · 8 years ago
  81. e869f7c mount.fuse(8): remove max_readahead, max_write, [a]sync_read by Nikolaus Rath · 8 years ago
  82. 7c01d75 Do not close stdout on fuse_session_destroy() by Consus · 8 years ago
  83. 04f1039 Cast to void where we deliberately ignore return values by Nikolaus Rath · 8 years ago
  84. a78ed2b Ignore some errors by Mihail Konev · 8 years ago
  85. 155b3c6 Update linker script by Nikolaus Rath · 8 years ago
  86. 965cb04 fuse_session_new(): accept --debug by Nikolaus Rath · 8 years ago
  87. 904adc0 Spelling fix by Nikolaus Rath · 8 years ago
  88. 3f6f53f Ignore GNU Global tag files. by Nikolaus Rath · 8 years ago
  89. 26f0dba Mention that low-level fs need to set FUSE_CAP_EXPORT_SUPPORT by Nikolaus Rath · 8 years ago
  90. 47c5e44 Default to FUSE_USE_VERSION 30 by Nikolaus Rath · 8 years ago
  91. 1c08ee9 Various documentation updates by Nikolaus Rath · 8 years ago
  92. 199fc0f Inlined fuse_mount_help() into fuse_lowlevel_help(). by Nikolaus Rath · 8 years ago
  93. c842961 fuse_new(): instead of listing options, refer to mount.fuse(8) by Nikolaus Rath · 8 years ago
  94. 93849ac fuse_session_new(): instead of listing options, refer to mount.fuse(8) by Nikolaus Rath · 8 years ago
  95. 3e022ac fuse_session_new: accept -o debug as synonym for -d by Nikolaus Rath · 8 years ago
  96. 3c76d56 Updated man-pages. by Nikolaus Rath · 8 years ago
  97. b166508 Make --help output more suitable for end-user by Nikolaus Rath · 8 years ago
  98. b46250c Removed -o nopath - it never did anything by Nikolaus Rath · 8 years ago
  99. 0bef21e Removed -o nonempty option by Nikolaus Rath · 8 years ago
  100. 86b2614 Fix documentation of -o max_write= by Nikolaus Rath · 8 years ago