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
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-12-15Add the missing documentation and some final polishing.Colin Finck
2021-10-03Refactor structured values to work on any type of `NtfsValue`.Colin Finck
2021-10-03Refactor `NtfsAttributeValue` into `NtfsValue` and add `NtfsAttributeListNonR...Colin Finck
2021-09-17Fix `Ntfs::file` to support files outside the first MFT data run.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-07`ntfs_file` -> `file` for consistencyColin Finck
2021-08-02Implement finding files by name in a file name index.Colin Finck
2021-07-26Minor improvements.Colin Finck
2021-07-21Remove "Ntfs" prefix from `NtfsError` members, make it non-exhaustive.Colin Finck
2021-07-21Implement Update Sequence Array parsing and record fixups.Colin Finck
2021-06-05Add `Lcn`, `Vcn` to simplify cluster calculations and make them typesafeColin 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-23Rename `read_structured_value` -> `structured_value`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