Files
zig/lib/std
Andrew Kelley bed7bc37c4 std.File.MemoryMap updates
- change offset to u64
- make len non-optional
- make write take a file_size parameter
- std.Io.Threaded: introduce disable_memory_mapping flag to force it to
  take the fallback path.

Additionally:

- introduce BlockSize to File.Stat. On Windows, based on cached call to
  NtQuerySystemInformation. On unsupported OS's, set to 1.
- support File.NLink on Windows. this was available the whole time, we
  just didn't see the field at first.
- remove EBADF / INVALID_HANDLE from reading/writing file error sets
2026-01-15 14:18:20 -08:00
..
2025-11-22 22:42:38 +00:00
2026-01-15 14:18:20 -08:00
2025-12-23 22:15:10 -08:00
2025-11-22 22:42:38 +00:00
2025-09-30 13:44:54 +01:00
2026-01-15 14:18:20 -08:00
2026-01-04 17:23:45 -08:00
2026-01-15 14:18:20 -08:00
2025-09-20 14:34:18 -07:00
2025-12-22 10:00:35 -08:00
2025-11-22 22:42:38 +00:00
2026-01-15 14:18:20 -08:00
2025-08-29 17:14:26 -07:00
2025-08-29 17:14:26 -07:00
2025-11-22 22:42:38 +00:00
2026-01-15 14:18:20 -08:00
2026-01-15 14:18:20 -08:00
2025-08-28 18:30:57 -07:00
2025-07-16 10:27:39 -07:00
2026-01-04 00:27:08 -08:00