1. 08 Sep, 2021 1 commit
    • Only avoid `mmap(2)`/`ftruncate(2)` when in non-Windows · 6571ba7b
      It turns out that if we use `mmap(2)`, non-Windows remote filesystems
      break due to permissions. If we don't, _Windows_ remote filesystems
      break due to lack of coherence between memory mapped views of the file
      and direct I/O operations done to the files.
      
      To break out of this impossible situation, conditionally-compile
      versions of Windows-specific `write_at` and `append_to_pack`.
      lhchavez committed
  2. 07 Sep, 2021 2 commits
  3. 05 Sep, 2021 2 commits
  4. 03 Sep, 2021 2 commits
  5. 02 Sep, 2021 10 commits
  6. 31 Aug, 2021 5 commits
  7. 30 Aug, 2021 18 commits