summaryrefslogtreecommitdiff
path: root/src/entry.rs
Commit message (Collapse)AuthorAge
* Only copy modified filesBen Bridle2025-02-01
| | | | | | When copying a file, if a file already exists at the destination path with the same last-modified date and the same size, the file is not copied.
* Use original path when using Entry as a pathBen Bridle2025-01-15
| | | | | Using the original path preserves the original unresolved path of the entry, which is important for directory traversal tasks.
* Fix error when opening a path ending with a relative componentBen Bridle2024-10-28
| | | | | This was thought to be impossible, but it was found to trigger when opening the parent directory of a relative path in the form './file'.
* Large collection of changesv1.0.0Ben Bridle2023-12-19
|
* Initial commitv1.0Ben Bridle2022-08-25