mgree mgree
  • Joined on 2022-04-11
mgree synced and deleted reference refs/tags/macos-ci at mgree/ffs from mirror 2024-05-03 04:36:32 +03:00
mgree synced and deleted reference refs/tags/pack-unpack at mgree/ffs from mirror 2024-05-03 04:36:32 +03:00
mgree synced and deleted reference refs/tags/upgrade-deps at mgree/ffs from mirror 2024-05-03 04:36:32 +03:00
mgree synced commits to main at mgree/ffs from mirror 2024-05-03 04:36:32 +03:00
16396b8a28 Minor tweaks (#71)
56ba6890ba Revert "satisfy clippy, cleanup format strings, and general formatting (#69)" (#70)
8e4de3ac33 satisfy clippy, cleanup format strings, and general formatting (#69)
8150bff1e0 update docs to clarify #66
Compare 4 commits »
mgree synced commits to main at mgree/ffs from mirror 2024-05-02 12:16:35 +03:00
2a406b9253 Upgrade dependencies (#68)
mgree synced commits to upgrade-deps at mgree/ffs from mirror 2024-05-02 12:16:35 +03:00
mgree synced new reference upgrade-deps to mgree/ffs from mirror 2024-05-02 12:16:35 +03:00
mgree synced commits to pack-unpack at mgree/ffs from mirror 2023-10-09 16:21:16 +03:00
b185c89fe8 Merge branch 'main' into pack-unpack
aa6c2307ee added test for empty log to see if quiet was successful and rm all tmp files (#64)
2dee504113 fix: wrong mountpoint in fail() (#62)
d0e4f4d09f munge bugfix (#61)
Compare 4 commits »
mgree synced commits to main at mgree/ffs from mirror 2023-10-09 16:21:15 +03:00
3857d74d27 pack/unpack (#65)
mgree synced commits to pack-unpack at mgree/ffs from mirror 2023-09-10 23:21:10 +03:00
5828e3422a don't use regex to detect. just check first or first two chars manually.
mgree synced commits to pack-unpack at mgree/ffs from mirror 2023-09-10 07:01:10 +03:00
0b30c180d1 loosen criterion for determining directory type
mgree synced commits to pack-unpack at mgree/ffs from mirror 2023-09-09 22:51:11 +03:00
9af34ec492 use struct instead of tuple in symlink map
mgree synced commits to pack-unpack at mgree/ffs from mirror 2023-09-09 06:31:11 +03:00
c6aa15acae resolve repeated traversal of broken symlinks
mgree synced commits to pack-unpack at mgree/ffs from mirror 2023-09-08 22:21:16 +03:00
f8aa63db47 better warn message for broken symlink
2ea9d46cf1 warn when hitting broken symlinks.
4e6b178b17 resolve directory type always. warn for unknown path_type.
f2b961c3c5 use auto instead of detect and check for auto and is_dir to resolve directory type
Compare 4 commits »
mgree synced commits to pack-unpack at mgree/ffs from mirror 2023-09-07 13:41:14 +03:00
494dc17691 while let instead of queue.empty
526d3f2dcb simple changes for requests:
Compare 2 commits »
mgree synced commits to pack-unpack at mgree/ffs from mirror 2023-08-17 03:01:25 +03:00
6b6c9e9880 code cleanup, added test for symlink escape and maxdepth together, show warnings in config for pack/unpack not just errors
mgree synced commits to pack-unpack at mgree/ffs from mirror 2023-08-12 00:31:31 +03:00
5ff9aa7c6e fix: wrong detected type map instead of named. add: symlink escape and maxdepth test.
mgree synced commits to pack-unpack at mgree/ffs from mirror 2023-08-09 23:31:30 +03:00
dc1db1c43d fix: macos links /var to /private/var so checking if symlinked path starts with mount errors. canonicalizing mount works.
a486d7b1bb impl --max-depth and --allow-symlink-escape. tests needed
Compare 2 commits »
mgree synced commits to pack-unpack at mgree/ffs from mirror 2023-08-09 07:11:27 +03:00
f2aba26741 fix: setting xattr on symlink doesn't work in linux :( making it macOS-specific
9e725d9ee3 actually print out the xattr
f5ec7cdbba see why test5 not working on linux
3c39b7457a fix test4 for symlink test on linux
Compare 4 commits »
mgree synced commits to pack-unpack at mgree/ffs from mirror 2023-08-08 23:01:33 +03:00
893e846480 added test for packing symlinks, added some comments for pack