uv/crates/uv-extract/src
Charlie Marsh cf94a10054
Skip copying to empty entries in seekable zip (#5571)
## Summary

We cannot do this when streaming, since we may not have the metadata for
the entry.

Closes https://github.com/astral-sh/uv/issues/5565.
2024-07-29 19:00:19 +00:00
..
vendor Add fs_err to disallowed_method in clippy.toml (#1950) 2024-02-26 14:15:07 +00: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 Add hash-checking support to install and sync (#2945) 2024-04-10 19:09:03 +00:00
lib.rs Remove unused seek methods (#3526) 2024-05-11 17:31:32 +00:00
stream.rs Use a consistent buffer size when writing out zip files (#5570) 2024-07-29 14:45:33 -04:00
sync.rs Skip copying to empty entries in seekable zip (#5571) 2024-07-29 19:00:19 +00:00
tar.rs Fix nightly cfg checker warnings (#3932) 2024-05-31 09:35:52 +00:00