Commit graph

25 commits

Author SHA1 Message Date
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