uv/crates/uv-extract/src
Charlie Marsh 85461c2c90
Avoid setting permissions during tar extraction (#11191)
## Summary

As in our zip operation (and like pip), we want to explicitly avoid
setting permissions during unpacking -- apart from setting the
executable bit.

This depends on https://github.com/astral-sh/tokio-tar/pull/8.

Closes https://github.com/astral-sh/uv/issues/11188.
2025-02-03 19:29:11 +00:00
..
vendor Add LICENSE for cloneable_seekable_reader.rs from ripunzip (#5585) 2024-07-29 22:15:48 -04:00
error.rs Download wheel to disk when streaming unzip failed with HTTP streaming error (#5094) 2024-07-16 09:00:46 -04:00
hash.rs Upgrade minimum Rust version to 1.83 (#9815) 2024-12-11 10:06:19 -06:00
lib.rs Use Astral-maintained tokio-tar fork (#11174) 2025-02-03 17:51:35 +00:00
stream.rs Avoid setting permissions during tar extraction (#11191) 2025-02-03 19:29:11 +00:00
sync.rs Initialize rayon lazily (#9435) 2024-11-26 14:58:38 +00:00