提交历史

作者 SHA1 备注 提交日期
  Ali MJ Al-Nasrawy 01969fc530 flush OS write buffers before saving control file 5 年之前
  Tatsuhiro Tsujikawa e0a827ff98 Enable IndentPPDirectives 7 年之前
  Tatsuhiro Tsujikawa 795a0474df clang-format-5.0 8 年之前
  Nils Maier 992944257c MacOS: Allocate once (apfs compat) 8 年之前
  Tatsuhiro Tsujikawa 8fc0c85125 Propagate disk full error on pre-allocation to last error code 8 年之前
  Tatsuhiro Tsujikawa b64ea39c7b Clang-format and small amends 9 年之前
  suzker fa43431974 fixed mmap failure check with MAP_FAILED flag 9 年之前
  suzker ef0a2e601f Compare filesize directly to the numeric max of size_t 9 年之前
  suzker 43aea5c940 added filesize overflow check for mmap on 32bit os 9 年之前
  Tatsuhiro Tsujikawa 5e48e01bf9 Don't inherit file descriptor to child process 9 年之前
  Tatsuhiro Tsujikawa fc95a91eb6 mingw: Use SetFileValidData to make --file-allocation=falloc work 9 年之前
  Tatsuhiro Tsujikawa 25243da039 mingw: Add formatLastError as wrapper function for FormatMessage 9 年之前
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 9 年之前
  Tatsuhiro Tsujikawa dfadc2e68b Use cached filesize instead of calling size() again 10 年之前
  Tatsuhiro Tsujikawa 3974c1223b Don't enable mmap if file allocation is disabled 10 年之前
  Tatsuhiro Tsujikawa 8750d7be99 Disard cache when checking checksum 11 年之前
  Nils Maier f8db60e54e OSX: Use F_NOCACHE instead of F_GLOBAL_NOCACHE 11 年之前
  Nils Maier a82f08765e Fix (unknown length) downloads larger than 2GiB 11 年之前
  Nils Maier 5c07f0109e Fix F_PREALLOC based allocation on some OSX versions 11 年之前
  Nils Maier a0f275a9f1 Remove unused function getWin32Handle 11 年之前
  Nils Maier 7600886d3d Implement falloc equivalent in OSX 11 年之前
  Tatsuhiro Tsujikawa fa09dc9115 Clean up if defined style 12 年之前
  Nils Maier d8f44ef4f6 Convert most 0/NULL pointers to nullptr 12 年之前
  Tatsuhiro Tsujikawa 5bc5665c6a Support off64_t for Android build 12 年之前
  Tatsuhiro Tsujikawa e0ea88ebcf mingw32: Make NTFS sparse file on --file-allocation=trunc 12 年之前
  Tatsuhiro Tsujikawa de1ca6d6b8 mingw32: Use HANDLE only for MinGW32 build 13 年之前
  Tatsuhiro Tsujikawa bec0f6dc11 Removed warning when --file-allocation=falloc is used in MinGW32 build 13 年之前
  Tatsuhiro Tsujikawa 911851debb mingw32: Removed FSCTL_SET_SPARSE set 13 年之前
  Tatsuhiro Tsujikawa 7e59e2dbb5 mingw32: Open file using _wsopen and added --enable-mmap support 13 年之前
  Tatsuhiro Tsujikawa b95f15b462 Use Win32 API for file I/O in AbstractDiskWriter 13 年之前