zip-rs-wasm/src
2024-06-14 15:22:54 -07:00
..
extra_fields test: Fix bug: wrong field was being used for CRC32 2024-06-14 10:01:50 -07:00
read fix: Incorrect behavior following a rare combination of merge_archive, abort_file and deep_copy_file. As well, we now return an error when a file is being copied to itself. 2024-06-13 13:49:27 -07:00
aes.rs Merge branch 'master' into expose-aes-info 2024-05-23 12:39:58 -07:00
aes_ctr.rs Merge branch 'master' into no-byte-order-a 2024-05-02 22:22:42 -07:00
build.rs style: cargo fmt --all 2024-05-15 17:47:20 -07:00
compression.rs review comments 1 2024-05-24 07:54:40 -04:00
cp437.rs fix some clippy warnings 2024-05-02 09:18:18 +02:00
crc32.rs Remove redundant imports 2024-02-28 16:03:44 -08:00
lib.rs docs: Add package.metadata.docs.rs 2024-05-18 09:42:23 +09:00
read.rs perf: Only build one IndexMap after choosing among the possible valid headers 2024-06-14 15:03:56 -07:00
result.rs fix: Decode Zip-Info UTF8 name and comment fields (#159) 2024-06-02 11:52:20 -07:00
spec.rs fix: Incorrect behavior following a rare combination of merge_archive, abort_file and deep_copy_file. As well, we now return an error when a file is being copied to itself. 2024-06-13 13:49:27 -07:00
types.rs chore: Fix boxed_local warning (can borrow instead) 2024-06-14 00:17:21 -07:00
unstable.rs fix: Incorrect behavior following a rare combination of merge_archive, abort_file and deep_copy_file. As well, we now return an error when a file is being copied to itself. 2024-06-13 13:49:27 -07:00
write.rs perf: Store extra data in plain vectors until after validation 2024-06-14 15:22:54 -07:00
zipcrypto.rs Make crypto validate methods return ZipError when signifying invalid passwords 2024-05-06 16:37:05 +02:00