summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* Update to version 1.0.2v1.0.2Ben Bridle2025-01-08
|
* Fix issue when copying a directory to a directoryBen Bridle2025-01-08
| | | | | The copy-contents-of-a-directory logic as using the copy_file function, which would fail if the directory contained another directory.
* Preserve original path when listing directory contentsBen Bridle2025-01-08
| | | | | | Previously, the value of the original_path field of each entry returned by the list_directory function was using the canonicalized directory path, not the directory path as originally passed to the function.
* Update version to 1.0.1v1.0.1Ben Bridle2024-10-28
|
* Update author email address in Cargo.tomlBen Bridle2024-10-28
|
* 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