1. 12 9月, 2019 1 次提交
  2. 22 8月, 2019 1 次提交
  3. 06 8月, 2019 1 次提交
  4. 03 8月, 2019 1 次提交
  5. 31 7月, 2019 2 次提交
  6. 24 7月, 2019 5 次提交
  7. 11 7月, 2019 1 次提交
  8. 10 7月, 2019 1 次提交
  9. 09 7月, 2019 1 次提交
    • J
      Handle the empty file inode on macOS and FAT32 · 7291a855
      Josh Peterson 提交于
      On macOS and FAT32 partitions, we will sometimes get this inode value
      for more than one file. It means the file is empty.  When this happens,
      the hash table of file shares becomes corrupt, since more then one file
      has the same inode. Instead, let's assume it is always fine to share
      empty files. (Unity case 950616).
      7291a855
  10. 20 6月, 2019 1 次提交
  11. 19 6月, 2019 1 次提交
  12. 14 6月, 2019 2 次提交
  13. 06 6月, 2019 1 次提交
    • J
      Implement NamedPipeClientStream in the unityaot profile (case 1159863) · 29175f89
      Josh Peterson 提交于
      This change builds the class library code to implement the
      `NamedPipeClientStream` class in the unityaot profile on Windows. For
      the time being, we will not implement this class for non-Windows
      platforms, since that requires the Mono.Posix.dll assembly and a native
      library as well.
      
      We may consider adding support on Posix platforms in the future.
      29175f89
  14. 31 5月, 2019 1 次提交
  15. 30 5月, 2019 20 次提交