Commit graph

12 commits

Author SHA1 Message Date
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
f88349104a Remove almost all old_io code 2015-02-24 20:42:43 +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
867863cf11 Derive Debug instead of Show 2015-02-03 09:29:05 +01:00
Mathijs van de Nes
078ba7eda0 io -> old_io 2015-01-29 11:00:30 +01:00
Mathijs van de Nes
b88abe1582 Update ZipError to latest rust 2015-01-24 13:24:19 +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
f45a558dac change #[deriving(..)] to #[derive(..)] 2015-01-04 10:51:14 +01:00
Mathijs van de Nes
c7c97b85ad Update to new bzip2 code 2014-12-13 14:12:02 +01:00
Mathijs van de Nes
df047b0b66 Add missing documentation 2014-12-10 14:58:22 +01:00
Mathijs van de Nes
ccdba3efc0 Namespaced enums fix 2014-11-19 18:43:07 +01:00
Mathijs van de Nes
2163db4b25 Added ZipResult/ZipError 2014-11-08 21:55:15 +01:00