Commit graph

45 commits

Author SHA1 Message Date
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
Mathijs van de Nes
f83994820c Fix breaking rust changes 2015-01-04 10:50:17 +01:00
Mathijs van de Nes
54503e78f2 Fix some enum issues 2014-12-02 16:55:40 +01:00
Mathijs van de Nes
ee6e830203 Add bzip2 support 2014-11-21 22:56:08 +01:00
Mathijs van de Nes
2163db4b25 Added ZipResult/ZipError 2014-11-08 21:55:15 +01:00
Mathijs van de Nes
c629225d36 Rename missing_doc to missing_docs 2014-11-03 10:21:37 +01:00
Mathijs van de Nes
91cbe91d62 Split spec in reader/writer/general 2014-09-17 15:01:22 +02:00
Mathijs van de Nes
0cd915f185 Split compression from types and pub use ZipFile 2014-09-15 21:33:58 +02:00
Mathijs van de Nes
723e8b0b12 Initial file name/comment encoding support 2014-09-14 17:25:40 +02:00
Mathijs van de Nes
3abe0aa893 De-pub crc32 and rename some of the functions 2014-09-11 12:01:07 +02:00
Mathijs van de Nes
02059ce351 Added documentation and moved types to top 2014-09-11 11:48:44 +02:00
Mathijs van de Nes
ac9301f7d9 Implemented a basic ZipWriter 2014-09-11 10:42:18 +02:00
Mathijs van de Nes
08dbe1c3fc Starting implementation of a Writer 2014-09-10 22:34:30 +02:00
Mathijs van de Nes
33efdcc539 More elegant way of enforcing single reads 2014-09-10 15:35:01 +02:00
Mathijs van de Nes
3668fa5e33 Implemented a simple filename reader 2014-09-09 13:00:18 +02:00
Mathijs van de Nes
70c82e411f Initial work on parsing Zip file header 2014-09-07 15:15:30 +00:00
Mathijs van de Nes
c96a687783 Inital commit, containing crc32 2014-09-07 11:53:43 +00:00