| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-05 | Optimize `Seek::stream_len` impl for `File` | Tobias Bucher | -0/+4 | |
| It uses the file metadata on Unix with a fallback for files incorrectly reported as zero-sized. It uses `GetFileSizeEx` on Windows. This reduces the number of syscalls needed for determining the file size of an open file from 3 to 1. | ||||
| 2025-05-01 | Change signature of File::try_lock and File::try_lock_shared | Christopher Berner | -5/+6 | |
| These methods now return Result<(), TryLockError> instead of Result<bool, Error> to make their use less errorprone | ||||
| 2025-03-08 | Move fs into sys | Thalia Archibald | -0/+611 | |
