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-14Fix docs for now.0.1.0Colin Finck
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-15Remove empty `security_descriptor.rs`Colin Finck
2021-12-15Add the missing documentation and some final polishing.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-16Save code and get better formatters via `derive_more` and `strum_macros`Colin Finck
2021-08-25Add IS_DIRECTORY to NtfsFileAttributeFlags.Colin Finck
2021-08-19Standardize on "File Record Number" to denote the n-th FILE Record.Colin Finck
2021-08-09Fix splitting `NtfsFileReference` into record and sequence numbers.Colin Finck
2021-08-07`ntfs_file` -> `file` for consistencyColin Finck
2021-08-07Use `ArrayVec` over heap-allocated `Vec` for some structured values.Colin Finck
2021-07-26Introduce typed indexes to support more than just file name indexes.Colin Finck
2021-07-26NtfsStructuredValueFromData -> NtfsStructuredValueFromSliceColin Finck
2021-07-26Implement `NtfsFileReference` to replace an opaque u64.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-23Add `NtfsIndex` and `NtfsIndexEntries` to traverse an index in-order.Colin Finck
2021-06-22`NtfsIndexEntries` -> `NtfsIndexNodeEntries`Colin Finck
2021-06-05Implement `NtfsIndexAllocation::record_from_vcn` to aid index traversalsColin 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-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-20Initial implementation of an NTFS filesystem crate, with access to NTFS files...Colin Finck