Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/ntfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-14Apply suggestions from clippy.Colin Finck
2021-12-15Relicense everything as MIT OR Apache-2.0 to enable a broader usage.Colin Finck
2021-10-05Add more size and range checks with proper error handling.Colin Finck
This crate must never panic on invalid input data!
2021-06-05Add `Lcn`, `Vcn` to simplify cluster calculations and make them typesafeColin Finck
2021-05-03Implement reading non-resident values, `NtfsIndexRoot`, clusters >64K, and ↵Colin Finck
refactor many affected parts.
2021-04-20Initial implementation of an NTFS filesystem crate, with access to NTFS ↵Colin Finck
files, resident attributes, StandardInformation and FileName structures, string and time parsing, with real filesystem tests for all of that.