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 (Expand)Author
2021-12-15Relicense everything as MIT OR Apache-2.0 to enable a broader usage.Colin Finck
2021-12-15Add the missing documentation and some final polishing.Colin Finck
2021-10-05Add more size and range checks with proper error handling.Colin Finck
2021-10-03Refactor structured values to work on any type of `NtfsValue`.Colin Finck
2021-08-19Standardize on "File Record Number" to denote the n-th FILE Record.Colin Finck
2021-08-09Add a few convenience functions to simplify working with the crate.Colin Finck
2021-08-02Implement finding files by name in a file name index.Colin Finck
2021-07-21Remove "Ntfs" prefix from `NtfsError` members, make it non-exhaustive.Colin Finck
2021-07-21Improve error reporting of `NtfsIndexRecord::validate_sizes`Colin Finck
2021-07-21Implement Update Sequence Array parsing and record fixups.Colin Finck
2021-06-29Upgrade dependencies and fix `displaydoc` error messages.Colin Finck
2021-06-23Add `NtfsIndex` and `NtfsIndexEntries` to traverse an index in-order.Colin Finck
2021-06-05Implement `NtfsIndexAllocation::record_from_vcn` to aid index traversalsColin Finck
2021-06-05Add `Lcn`, `Vcn` to simplify cluster calculations and make them typesafeColin Finck
2021-06-04Add `NtfsIndexAllocation`, iterators for Index Records and Index EntriesColin Finck
2021-06-04Fix reading LCN positions of data runs of non-resident attributes.Colin Finck
2021-06-04Make all structured values ready for indexes and non-resident attributesColin Finck
2021-05-03Implement reading non-resident values, `NtfsIndexRoot`, clusters >64K, and re...Colin Finck
2021-04-21Add `volume_info` and `volume_name` convenience functions to `Ntfs`.Colin Finck
2021-04-20Initial implementation of an NTFS filesystem crate, with access to NTFS files...Colin Finck