1. b37d4d4 Install man pages by default. by relan · 9 years ago
  2. 74cb906 Add platform-specific instructions to README.md. by relan · 10 years ago
  3. a7282fe Escape commas (and backslashes) in device names. by relan · 10 years ago
  4. 0514eff Bump version to 1.2.3 and update changelog. by relan · 10 years ago
  5. 1bacc53 Fix clusters loss when file renaming replaces target. by relan · 10 years ago
  6. 5bf2c77 Bump version to 1.2.2 and update changelog. by relan · 10 years ago
  7. 3aab9ca Add case-insensitivity note to the mount.exfat-fuse man page. by relan · 10 years ago
  8. 48ec1fa Add uninstall command to the README.md. by relan · 10 years ago
  9. c4d1bc1 Flush clusters bitmap on each file close. by relan · 10 years ago
  10. 01be539 Move nodes flush from exfat_flush() into a separate function. by relan · 10 years ago
  11. 77a236c Support platform macros for GNU/kFreeBSD and GNU/HURD. by relan · 10 years ago
  12. b7953e2 Bump version to 1.2.1 and update changelog. by relan · 10 years ago
  13. baa724a Detect infinite loop in rootdir_size(). by relan · 10 years ago
  14. 38d5c3a Check sector and cluster size before use. by relan · 10 years ago
  15. 5d3dd6f Do not set archive bit on directory creation. by relan · 10 years ago
  16. 8099d13 Make README.md more text-friendly. by relan · 10 years ago
  17. b36d87d Update changelog. by relan · 10 years ago
  18. 8421f50 Include man pages into distribution. by relan · 10 years ago
  19. d6f9ccd Create symlinks on install. by relan · 10 years ago
  20. c50537e Drop version.h header. by relan · 10 years ago
  21. c05a94a Include local headers before system headers. by relan · 10 years ago
  22. 1d5fbd9 Add .gitignore. by relan · 10 years ago
  23. c50260f Use GNU build system (autotools). by relan · 10 years ago
  24. bb48a42 Support musl libc that does not define __GLIBC__ macro. by relan · 10 years ago
  25. fcba4d9 Turn "FS is larger than device" error into warning. by relan · 10 years ago
  26. 8c4c5fa Recognize optional entries. by relan · 10 years ago
  27. feaadd5 Fix typo in the dumpexfat man page. by relan · 10 years ago
  28. d3c8cf2 Update copyright years. by relan · 10 years ago
  29. 969a279 Update man page to reflect the change of umask option default. by relan · 10 years ago
  30. 623633e Add /usr/local/lib to LIBPATH on OS X. by relan · 10 years ago
  31. 4b2d73e Move off_t size check from build script to code. by relan · 10 years ago
  32. 5b42458 Add "create" FUSE operation. by relan · 10 years ago
  33. 5d6a73e Create README.md. by relan · 11 years ago
  34. fc073c6 Add DEBUG define that enables logging of FUSE events. by relan · 11 years ago
  35. 54c3781 Pass default_permissions to FUSE. by relan · 11 years ago
  36. 50c3ff8 Fix heap corruption: bitmap_size is in bits, not bytes. by relan · 11 years ago
  37. d77d7dc Bump version to 1.1.0 and update changelog. by relan · 11 years ago
  38. aed66bc Update copyright years. by relan · 11 years ago
  39. 5f362f6 Use bool type in fetch_next_entry(). by relan · 11 years ago
  40. b0e1b8f Use bool type in verify_vbr_checksum(). by relan · 11 years ago
  41. 5119f7a Rename real_size to valid_size and add comment about this field. by relan · 11 years ago
  42. 7704845 Print errno on device open/close/fsync failure. by relan · 11 years ago
  43. eca4ae8 Use apostrophe for both opening and closing quotes in messages. by relan · 11 years ago
  44. 174be33 Fix opening of a regular file (broken in r403). by relan · 11 years ago
  45. a7da4aa Set errno to EROFS on failure to open the device in RW mode. by relan · 11 years ago
  46. 7f46abf Fix memory leak on realloc() failure. by relan · 11 years ago
  47. 9568e2b Fix memory leak on error path when clusters bitmap writing fails. by relan · 11 years ago
  48. 0e6d4da Fix potential garbage at the end of clusters bitmap. by relan · 11 years ago
  49. 4ad726d Fix negative IUsed in "df -i" output. by relan · 11 years ago
  50. ed02961 Fix nodes flush on FUSE implementations that do not call flush(). by relan · 11 years ago
  51. ad34cce Add missing node flush on utimens(). by relan · 11 years ago
  52. cb1f91e Handle I/O errors in exfat_put_node(). by relan · 11 years ago
  53. 72e0cb9 Check device size on mount. by relan · 12 years ago
  54. c236f87 Validate VBR checksum before other checks. by relan · 12 years ago
  55. 52fefe0 Fix missing node put on error paths. by relan · 12 years ago
  56. 2fbb5dc Fix return value from exfat_rename(). by relan · 12 years ago
  57. 4656273 Fix memory use after free on error paths. by relan · 12 years ago
  58. 30be424 Fix compilation on OpenBSD. by relan · 12 years ago
  59. bac8f16 Add OpenBSD support. by relan · 12 years ago
  60. 4f6d158 Add note about partition type to the man page. by relan · 12 years ago
  61. e8460fa Relax node size check. This fixes pagefile.sys error. by relan · 12 years ago
  62. d52759f Move node checks into a separate function check_node(). by relan · 12 years ago
  63. 4af0e4c Simplify return code checking in shrink_directory(). by relan · 12 years ago
  64. 6fab8af Fix bitmaps handling on big-endian machines. by relan · 12 years ago
  65. bbf2fe8 Handle I/O error in exfat_next_cluster(). by relan · 12 years ago
  66. 554da37 Fix return codes from exfat_close() and exfat_fsync(). by relan · 12 years ago
  67. 8f3a4bd Fix crash on unmount under OSXFUSE. by relan · 12 years ago
  68. 7567ded Handle I/O error in exfat_flush(). by relan · 12 years ago
  69. d922750 Handle I/O errors in exfat_flush_node(). by relan · 12 years ago
  70. 30042f4 Close device and free super block on failure to read boot sector. by relan · 12 years ago
  71. d1f054d Handle I/O errors in erase_entry(). by relan · 12 years ago
  72. 0c4b5cb Handle I/O errors in rename_entry(). by relan · 12 years ago
  73. e1b4f51 Handle I/O error in set_next_cluster(). by relan · 12 years ago
  74. 2261c49 Handle I/O error in erase_raw(). by relan · 12 years ago
  75. fdf590e Handle I/O errors. by relan · 12 years ago
  76. 1a11935 Give the caller of pread()/pwrite() a chance to handle I/O errors. by relan · 12 years ago
  77. 30336a7 Address clusters bitmap using size_t-sized blocks instead of bytes. by relan · 12 years ago
  78. ddc1dc3 Check max continuations count when reading file entry. by relan · 12 years ago
  79. bd57f2a Fix buffer overflows for file names of exactly 256 UTF-16 chars. by relan · 12 years ago
  80. 1688f27 Implement fsync() and fsyncdir(). by relan · 12 years ago
  81. 3925ca6 Fix license for the SConscript. by relan · 12 years ago
  82. 48573ff Relicense the code from GPLv3+ to GPLv2+. by relan · 12 years ago
  83. 704ec0c Use safer names for byteorder stuff. by relan · 12 years ago
  84. bbc6225 Remove OpenBSD-specific macros. by relan · 12 years ago
  85. 1c73374 Remove Solaris-specific macros. by relan · 12 years ago
  86. 3f88f85 Fix __attribute => __attribute__. by relan · 12 years ago
  87. 606c385 Use C11 _Static_assert if it is supported by a compiler. by relan · 12 years ago
  88. 71f28d7 Improve STATIC_ASSERT. by relan · 12 years ago
  89. a0b04d4 Remove excessive semicolons after static asserts. by relan · 12 years ago
  90. cbfe702 Move compiler-specific code into a separate header. by relan · 12 years ago
  91. 48a148d Remove extra error message. by relan · 12 years ago
  92. bf73812 Update volume label in struct exfat on exfat_set_label(). by relan · 12 years ago
  93. 2a2e7d4 Fix handling of long non-ASCII file names. by relan · 12 years ago
  94. 2b59be2 Move platform-specific code into a separate header. by relan · 12 years ago
  95. ab42126 Relax mode handling. by relan · 12 years ago
  96. e027b38 Fix grammar in mount.exfat-fuse man page. by relan · 12 years ago
  97. 18293d5 Add "quiet" option. by relan · 12 years ago
  98. 844805a Allow -v option for compatibility with mount utility. by relan · 12 years ago
  99. 31b1232 Use getopt() for options parsing. by relan · 12 years ago
  100. 8ba8214 Use -V instead of -v option to print version. by relan · 12 years ago