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-22Add a test that checks reading the "empty-file" and its zero length.Colin Finck
2022-01-18Length of NtfsAttribute can be 0Louis
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-12-08Fix calculation in `NtfsAttribute::non_resident_value_data_and_position`Colin Finck
2021-10-17Implement `NtfsAttributes::attach` and its helper struct.Colin Finck
2021-10-03`NtfsValue` -> `NtfsAttributeValue` and `Slice` -> `Resident`.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-17Implement the `AttributeList` structured value.Colin Finck
2021-09-17Add some more convenience functions and fix comments.Colin Finck
2021-09-17Remove an `Option` around the return value of `NtfsAttribute::name`.Colin Finck
2021-09-16Save code and get better formatters via `derive_more` and `strum_macros`Colin Finck
2021-08-07`ntfs_file` -> `file` for consistencyColin Finck
2021-07-26NtfsStructuredValueFromData -> NtfsStructuredValueFromSliceColin 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-05Pass an `&'n Ntfs` reference to `NewNtfsStructuredValue::new`Colin Finck
2021-06-04Add `NtfsIndexAllocation`, iterators for Index Records and Index EntriesColin Finck
2021-06-04Make all structured values ready for indexes and non-resident attributesColin 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-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