Commit History

Author SHA1 Message Date
  Tatsuhiro Tsujikawa 5bc5665c6a Support off64_t for Android build 12 years ago
  Tatsuhiro Tsujikawa e0ea88ebcf mingw32: Make NTFS sparse file on --file-allocation=trunc 12 years ago
  Tatsuhiro Tsujikawa de1ca6d6b8 mingw32: Use HANDLE only for MinGW32 build 13 years ago
  Tatsuhiro Tsujikawa bec0f6dc11 Removed warning when --file-allocation=falloc is used in MinGW32 build 13 years ago
  Tatsuhiro Tsujikawa 911851debb mingw32: Removed FSCTL_SET_SPARSE set 13 years ago
  Tatsuhiro Tsujikawa 7e59e2dbb5 mingw32: Open file using _wsopen and added --enable-mmap support 13 years ago
  Tatsuhiro Tsujikawa b95f15b462 Use Win32 API for file I/O in AbstractDiskWriter 13 years ago
  Tatsuhiro Tsujikawa 74520b03f8 Set F_GLOBAL_NOCACHE for Mac OS X 13 years ago
  Tatsuhiro Tsujikawa 506a9358e1 Refactored file open code 13 years ago
  Tatsuhiro Tsujikawa 8b0c701266 Removed trailing spaces 13 years ago
  Tatsuhiro Tsujikawa 860f4dd06a Use int64_t instead of off_t 13 years ago
  Tatsuhiro Tsujikawa 4b03634f36 Use PRId64 for int64_t format specifier 13 years ago
  Tatsuhiro Tsujikawa 96720b297d Added --enable-mmap option. 13 years ago
  Tatsuhiro Tsujikawa 52155b1860 No retry for close() with EINTR. Also reverted changes in d5ffa253. 14 years ago
  Tatsuhiro Tsujikawa ebc082747c Log filename in the exception when AbstractDiskWriter::closeFile() failed. 14 years ago
  Tatsuhiro Tsujikawa d5ffa2532d AbstractDiskWriter::closeFile(): Throw exception if close() failed. 14 years ago
  Tatsuhiro Tsujikawa 12988e5282 Replaced uint64_t with off_t or int64_t. 14 years ago
  Tatsuhiro Tsujikawa 97f34ab668 Added global::cerr. windows.h now included from common.h 14 years ago
  Tatsuhiro Tsujikawa 02307cee0a Removed utf8ToNative from log message and exception message. 14 years ago
  Tatsuhiro Tsujikawa 3879da592d In MinGW32, open file with UNICODE filename and print them in ANSI. 14 years ago
  Tatsuhiro Tsujikawa 5bbfa742fc Removed use of O_DIRECT because it performs bad. 14 years ago
  Tatsuhiro Tsujikawa e958f5dab3 Implemented fast file allocation in MinGW32 build. 14 years ago
  Tatsuhiro Tsujikawa e818f9c8a5 Use %lx for DWORD. 15 years ago
  Tatsuhiro Tsujikawa 829803d4f5 Fixed compile error which occurs when system has posix_fallocate() but 15 years ago
  Tatsuhiro Tsujikawa f0f4f8f703 Added more error code values. 15 years ago
  Tatsuhiro Tsujikawa 50122f0ab3 Renamed Exception::errno_ as Exception::errNum_. 15 years ago
  Tatsuhiro Tsujikawa ecbc05012c Added additional error_code::Values(9 through 14). 15 years ago
  Tatsuhiro Tsujikawa 694fb307aa 2010-11-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 years ago
  Tatsuhiro Tsujikawa 580098eb49 2010-11-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 years ago
  Tatsuhiro Tsujikawa f1af13567f 2010-11-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 years ago