exfalso
|
f24c6c7ea5
|
Add by_name_seek() for Stored zips
|
2023-05-10 17:14:32 +02:00 |
|
Marli Frost
|
d06d4b295f
|
refactor: move the new ZipStreamReader API to the unstable module
|
2023-02-01 17:55:07 +00:00 |
|
Alexander Zaitsev
|
ca60821c0a
|
merge: Merge branch 'master' into explainer
|
2022-03-08 18:13:34 +03:00 |
|
Jack Fletcher
|
acc6e9dc53
|
Merge branch 'master' into feature/supported-methods
|
2022-01-30 21:14:15 +00:00 |
|
Jack Fletcher
|
083d95bcd1
|
Update SUPPORTED_METHODS const name
|
2022-01-30 20:37:46 +00:00 |
|
Jack Fletcher
|
31c5fe8169
|
Add SUPPORTED_METHODS constant
|
2022-01-24 20:05:54 +00:00 |
|
Marli Frost
|
b080731c55
|
chore: rustfmt
|
2022-01-23 21:53:42 +00:00 |
|
Marli Frost
|
ae941ad256
|
doc: improve landing page
Explain more of what ZIP is intended for, and begin to explain
what the crate can be used for.
|
2022-01-23 21:46:17 +00:00 |
|
Lireer
|
354993d906
|
feature gate aes decryption
|
2021-08-05 21:06:47 +02:00 |
|
Lireer
|
852ab625fb
|
initial aes reader
|
2021-08-04 19:02:22 +02:00 |
|
Marc Brinkmann
|
a265ba7fa5
|
Create initial aes_ctr module
|
2021-08-02 19:42:49 +02:00 |
|
Marli Frost
|
1be80f12de
|
docs: add reference to GitHub issue
|
2020-08-25 22:01:12 +01:00 |
|
Marli Frost
|
33cd959b11
|
docs: elaborate on purpose of crate
|
2020-08-19 13:33:37 +01:00 |
|
Benjamin Richner
|
493afdbee1
|
run cargo fmt
|
2020-06-21 17:47:08 +02:00 |
|
Benjamin Richner
|
bd3ed222ac
|
Merge improvements from master
|
2020-06-21 17:43:40 +02:00 |
|
Ryan Levick
|
ebb07348ee
|
Run cargo fmt
|
2020-06-15 10:44:39 +02:00 |
|
Benjamin Richner
|
cf7ff173b3
|
merge edition 2018 and other improvements from master
|
2020-05-21 21:58:38 +02:00 |
|
Lachezar Lechev
|
29517e9a6b
|
run cargo fix --edition-idioms and manually fix other things
|
2019-11-11 09:20:31 +02:00 |
|
Lachezar Lechev
|
99dba6b397
|
run cargo fix --edition
|
2019-11-11 08:58:59 +02:00 |
|
Benjamin Richner
|
f9f5029fc1
|
Added ZipCrypto support for stored and deflated files
|
2019-10-19 18:59:10 +02:00 |
|
jonpas
|
14f77b390a
|
Use deflate as feature name
|
2019-06-17 21:36:38 +02:00 |
|
jonpas
|
b171b915f8
|
Switch to flate2
|
2019-06-14 15:25:00 +02:00 |
|
Mathijs van de Nes
|
f94d4b7a78
|
Change date api
Remove msdos_time dependency, and introduce simplified DateTime object.
This object does bounds checking to see if dates are representable in
msdos.
|
2018-11-17 10:26:25 +01:00 |
|
Sam Rijs
|
8ae6d81ab9
|
use crc32fast crate for checksumming
|
2018-11-14 00:44:34 +11:00 |
|
Mackenzie Clark
|
c05b6c2317
|
add libflate feature
|
2018-11-04 10:12:21 -08:00 |
|
Alexander Bulaev
|
fee626ba59
|
Control backend choice of flate2
|
2018-05-19 20:03:23 +03:00 |
|
jhwgh1968
|
7c2d4e2901
|
Named the deflate algorithm feature gate "deflate"
|
2018-01-07 13:39:42 -06:00 |
|
jhwgh1968
|
19274b497a
|
Made deflate compression into separate feature
|
2018-01-07 00:47:11 -06:00 |
|
Alexander Bulaev
|
2addfa8b81
|
Made bzip2 compression method optional
|
2015-10-05 20:01:41 +03:00 |
|
Mathijs van de Nes
|
0e274281dd
|
Use external crate to convert an MsDos datetime
|
2015-07-20 16:08:33 +02:00 |
|
Mathijs van de Nes
|
726f8133f5
|
Do not use step_by
|
2015-04-03 14:56:00 +02:00 |
|
Mathijs van de Nes
|
c05e8a5f04
|
Do not use unsafe_destructor
|
2015-04-03 14:55:49 +02:00 |
|
Mathijs van de Nes
|
80fd4b6dcf
|
Update to new (io::)Error
|
2015-04-02 20:50:50 +02:00 |
|
Mathijs van de Nes
|
4842d19dc9
|
Use Into instead of IntoCow
|
2015-04-02 10:10:05 +02:00 |
|
Mathijs van de Nes
|
c185c0cd38
|
Replace usage of range{,_step}_inclusive
|
2015-03-31 09:54:09 +02:00 |
|
Mathijs van de Nes
|
69599e1741
|
Add into_cow feature + removed some trivial casts
|
2015-03-26 21:56:05 +01:00 |
|
Mathijs van de Nes
|
aa4e395ec9
|
Use external crate for extra read/write methods
|
2015-03-09 11:55:19 +01:00 |
|
Mathijs van de Nes
|
8ee78c5314
|
Removed last remnants of old_io
|
2015-03-03 19:28:58 +01:00 |
|
Mathijs van de Nes
|
b16da11570
|
Small updates to write module
|
2015-03-01 11:53:26 +01:00 |
|
Mathijs van de Nes
|
d9b83af57c
|
Large refactoring, mostly of the reader
- Combined reader and reader_spec into read
- Alter the iteration protocol for a zip archive
- Modify some names
|
2015-03-01 11:32:40 +01:00 |
|
Mathijs van de Nes
|
b65f729bbe
|
Make the reader and writer mod public
|
2015-02-28 14:35:21 +01:00 |
|
Mathijs van de Nes
|
f88349104a
|
Remove almost all old_io code
|
2015-02-24 20:42:43 +01:00 |
|
Mathijs van de Nes
|
518b40aabc
|
Do not use collections feature
|
2015-02-24 18:46:59 +01:00 |
|
Mathijs van de Nes
|
2e8baed799
|
Initial io conversion
- Convert most of the writer code to Write instead of Writer
- Add ioconverter module to convert between old and new IO
- Fix reader for new flate2
|
2015-02-24 13:00:55 +01:00 |
|
Mathijs van de Nes
|
0920c9baf1
|
Remove all old_io warnings
|
2015-02-20 16:59:49 +01:00 |
|
Mathijs van de Nes
|
55ebfaaa7c
|
Convert unstable to the requested features
|
2015-01-29 17:19:16 +01:00 |
|
Mathijs van de Nes
|
fa64e18a54
|
Remove log dependency
|
2015-01-20 10:04:18 +01:00 |
|
Mathijs van de Nes
|
70532d7b48
|
Fixed int/uint, and use as much stable as possible
|
2015-01-10 15:52:05 +01:00 |
|
Mathijs van de Nes
|
38492c5dce
|
Use #[macro_use] instead of phase
|
2015-01-08 10:42:06 +01:00 |
|
Mathijs van de Nes
|
05a4a14b9f
|
Refactor to remove old_orphan_check
|
2015-01-04 22:03:40 +01:00 |
|