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
|
bfc370eda3
|
Update for new bzip2
|
2015-02-25 12:13:13 +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
|
b4ccb46389
|
Close the writer on flush
|
2015-02-24 19:06:19 +01:00 |
|
Mathijs van de Nes
|
518b40aabc
|
Do not use collections feature
|
2015-02-24 18:46:59 +01:00 |
|
Mathijs van de Nes
|
f382cf85b9
|
Some more cleanup
|
2015-02-24 18:46:01 +01:00 |
|
Mathijs van de Nes
|
69b38b3ce5
|
Update Write for spec
|
2015-02-24 14:37:46 +01:00 |
|
Mathijs van de Nes
|
af22baf13b
|
Convert writer_spec to new IO
|
2015-02-24 14:36:00 +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
|
e3b42c0c85
|
Fix examples and tests
|
2015-01-29 11:04:38 +01:00 |
|
Mathijs van de Nes
|
fc20f9a20c
|
write -> write_all
|
2015-01-29 11:01:57 +01:00 |
|
Mathijs van de Nes
|
078ba7eda0
|
io -> old_io
|
2015-01-29 11:00:30 +01:00 |
|
Mathijs van de Nes
|
fa64e18a54
|
Remove log dependency
|
2015-01-20 10:04:18 +01:00 |
|
Mathijs van de Nes
|
1a62f9ce16
|
Use {:?} and Box::new
|
2015-01-10 09:37:16 +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
|
e7c018310b
|
Fix arrays in tests
|
2015-01-04 10:55:32 +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
|
0719f5b617
|
Fix tests
|
2014-12-02 17:07:07 +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
|
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 |
|
Steve Klabnik
|
773f639598
|
fail -> panic
|
2014-10-30 00:23:50 -04:00 |
|
Mathijs van de Nes
|
3f1d69c6ef
|
Change deprecated function Vec::from_slice
|
2014-09-28 20:14:32 +02:00 |
|
Mathijs van de Nes
|
e4a3bc4437
|
Fix two warnings
|
2014-09-18 11:21:10 +02:00 |
|
Mathijs van de Nes
|
b43788cf69
|
Allow the reader and writer to return their inner
|
2014-09-17 15:41:50 +02:00 |
|
Mathijs van de Nes
|
c6dd2ad26b
|
Update the local header instead of overwriting
|
2014-09-17 15:11:56 +02: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
|
8921d3b5c2
|
Added support for extra field and utf-8 filenames
|
2014-09-14 21:55:02 +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 |
|