Commit History

Author SHA1 Message Date
  Patrick C. F. Ernzer 280f403b63 initial checkin at gitorious.org 10 years ago
  resver f81de40c1d Bumped version to 1.0.1 and updated changelog. 12 years ago
  resver 87955572eb [r337] Fixed unexpected removal of a directory if it is moved into itself: return EINVAL in this situation. It also happens when trying to change directory name case. 12 years ago
  resver 34327f030f [r336] Fixed "Operation not permitted" error on reading an empty file: FUSE read/write ops should return a number of bytes actually read/written or -errno on error. 12 years ago
  resver 3501433e1d Fixed unexpected removal of a directory if it is moved into itself: return EINVAL in this situation. It also happens when trying to change directory name case. 12 years ago
  resver 19e6dd7e41 Fixed "Operation not permitted" error on reading an empty file: FUSE read/write ops should return a number of bytes actually read/written or -errno on error. 12 years ago
  resver 7171dbb3b8 Branch 1.0.x 12 years ago
  resver 167ba2fab4 Bumped version to 1.0.0 and updated changelog. 12 years ago
  resver de1635e066 Updated copyright years. 12 years ago
  resver 574f0b084b Fixed clusters allocation: a cluster beyond valid clusters range could be allocated. 12 years ago
  resver 6a161d7b7f Avoid using PATH_MAX constant. 12 years ago
  resver bdacfb9244 OS X: disable permission checks made by FUSE. 12 years ago
  resver 882c51c5b5 Removed duplicate code in reset_cache(): now it uses tree_detach() to remove children from the list and the whole tree is consistent at any iteration. 12 years ago
  resver bf2f4fc17c Moved tree_attach() and tree_detach() upper so that they could be used by reset_cache(). 12 years ago
  resver d724d4ba56 Fixed extra decrement of reference counter of hanging nodes. 12 years ago
  resver 6c2dc0ca66 Fixed cleaning of libexfat broken in r312. 12 years ago
  resver 076b2d4793 Get PATH and SYSROOT variables from environment if they are defined. 12 years ago
  resver 9501078d69 Respect AR and RANLIB environment variables in SConscript. 12 years ago
  resver 265b26eb3f Seek to the beginning of the device after detecting its size (dumpexfat relies on this). 12 years ago
  resver 7f621823c8 Print device name in the error message. 12 years ago
  resver bfdb715ad2 Fixed indentation. 12 years ago
  resver 6dbe4efd2c Improved trace macros. 12 years ago
  resver 5d55696b9e Enabled big_writes. This improves write speed (larger block size means less switches between kernel- and user-space). 12 years ago
  resver cd909f8f05 FUSE read and write ops should return either buffer size on success or EOF otherwise. 12 years ago
  resver 0bf92e4779 Fixed exfat_generic_pwrite(): it should return -1 on error, not -errno. 12 years ago
  resver 3f25dcf712 Replace fixed PATH to the value from environment. This makes scons find build tools in non-standard directories specified in PATH. 12 years ago
  resver 16b438acb2 Check compiler presense in SConscript. 12 years ago
  resver b4216a2174 Check size of off_t type in SConscript. 12 years ago
  resver 0eae19fe32 Do not configure when cleaning. 12 years ago
  resver 82648392e5 Remove symlinks on cleaning the install alias. 12 years ago