zip-rs-wasm/src
wiiznokes 591ce5d044
fix: remove executable bit (#238)
Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-11-19 19:56:41 +00:00
..
extra_fields test: Fix bug: wrong field was being used for CRC32 2024-06-14 10:01:50 -07:00
read fix(lzma): fixed panic in case of invalid lzma stream (#259) 2024-11-19 19:55:47 +00: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 Split reader and decompressor 2024-07-16 10:47:11 +02:00
cp437.rs fix some clippy warnings 2024-05-02 09:18:18 +02:00
crc32.rs Improve several Read methods on ZipFile 2024-07-11 14:31:31 +02:00
lib.rs docs: Update list of supported features (#230) 2024-08-05 17:15:45 +00:00
read.rs perf: Faster cde rejection (#255) 2024-11-19 18:49:35 +00:00
result.rs fix: Decode Zip-Info UTF8 name and comment fields (#159) 2024-06-02 11:52:20 -07:00
spec.rs fix: remove executable bit (#238) 2024-11-19 19:56:41 +00:00
types.rs fix: resolve new clippy warnings on nightly (#262) 2024-11-18 22:31:26 +00:00
unstable.rs fix: resolve clippy warning in nightly (#252) 2024-10-21 05:05:49 +00:00
write.rs Add function to raw copy files and update metadata (#260) 2024-11-19 19:54:32 +00:00
zipcrypto.rs ci(fuzz): Switch to alf for faster fuzzing (#245) 2024-11-19 14:25:55 +00:00