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-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-22`NtfsIndexEntries` -> `NtfsIndexNodeEntries`Colin Finck
2021-06-05Prefer `i64::try_from` over manual range checksColin 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-05Pass an `&'n Ntfs` reference to `NewNtfsStructuredValue::new`Colin Finck
2021-06-04Update binread to an official version that supports const_generics.Colin 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-04Optimize a common case when seeking non-resident values.Colin Finck
2021-06-04Fix seeking non-resident values that have been seeked before.Colin Finck
2021-06-04Make all structured values ready for indexes and non-resident attributesColin Finck
2021-06-04Simplify our `stream_position()`. It can't fail and doesn't need `mut`Colin Finck
2021-05-05Implement `NtfsAttributeValue::len` and use it for the structured valuesColin Finck
2021-05-03Implement reading non-resident values, `NtfsIndexRoot`, clusters >64K, and re...Colin Finck
2021-05-01Implement `NtfsString::read_from_fs` to simplify several functions.Colin Finck
2021-04-23Fix offset/position misnaming in `NtfsAttributes::next`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-21Implement `NtfsVolumeInformation` and `NtfsVolumeName` structured valuesColin Finck
2021-04-21Implement the `NtfsObjectId` structured value along with `NtfsGuid`.Colin Finck
2021-04-21Move attribute tests to their corresponding structured values and improve them.Colin Finck
2021-04-21Improve interface of `NtfsFile`Colin Finck
2021-04-20Initial implementation of an NTFS filesystem crate, with access to NTFS files...Colin Finck