Commit graph

126 commits

Author SHA1 Message Date
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
32c54f7d6b Fix the extract test 2015-03-26 21:58:21 +01: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
0f12de0388 Silence deprecation warnings by casting 2015-03-19 14:32:49 +01:00
Mathijs van de Nes
da87ac43e9 Bump version 2015-03-17 17:23:13 +01:00
Mathijs van de Nes
aa8acab465 Do not switch compression if not needed 2015-03-17 17:22:30 +01:00
Mathijs van de Nes
0339ed2742 Move the pattern matching of genericzipwriter 2015-03-17 17:06:32 +01:00
Mathijs van de Nes
11fa463cb4 Do not close the zip on flush
Instead, only flush the underlying buffer
2015-03-17 16:55:22 +01:00
Mathijs van de Nes
8010b29b5e Fix extract example 2015-03-17 16:54:51 +01:00
Mathijs van de Nes
1b63377d69 Remove Clone from CompressionMethod
Copy ought to be enough
2015-03-16 10:51:23 +01:00
Mathijs van de Nes
c4cf221f70 Save the unsupported value of CompressionMethod 2015-03-16 10:47:16 +01:00
Mathijs van de Nes
c7df8157a9 Removed unsupported compression methods from enum
- Simplified enum to only show supported values
- Removed use of FromPrimitive
2015-03-16 10:34:48 +01:00
Mathijs van de Nes
132530cb41 Remove some as_slice calls 2015-03-16 10:15:46 +01:00
Mathijs van de Nes
d778c0bb30 Update feature list 2015-03-15 14:57:25 +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
785dccbf8e Update features and deprecated items 2015-03-08 11:25:25 +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
9c9a986eaf Update examples to new IO 2015-03-02 18:29:23 +01:00
Mathijs van de Nes
522039a70d Use the correct start index for iteration 2015-03-01 12:01:39 +01:00
Mathijs van de Nes
86ec190ba6 Fix one overlooked example 2015-03-01 11:57:50 +01:00
Mathijs van de Nes
cd52df6a18 Merge branch 'io_reform' 2015-03-01 11:57:36 +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
e67f019517 Implement size_hint on our iterator wrapper 2015-02-28 14:35:51 +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
8bc33dcc57 Remove deprecated function alltogether 2015-02-26 11:53:34 +01:00
Mathijs van de Nes
5f35da5ca4 Wrap the files() iterator
This way we can change the inner API without breaking the outer
2015-02-26 11:53:05 +01:00
Mathijs van de Nes
db6c24aa72 Use master branch travis badge 2015-02-25 12:23:41 +01:00
Mathijs van de Nes
fcf3b68ef1 Use old_io for bzip2 aswell, until own reform is done 2015-02-25 12:18:51 +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
51c55d30b3 Remove RefCell from IoConverter
Seek is removed, so dynamic borrow checking is no longer needed
2015-02-24 18:50:33 +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
6d2a63e406 Fix tests and examples 2015-02-24 16:16:08 +01:00
Mathijs van de Nes
bb89f577c5 Convert reader to new IO 2015-02-24 16:02:16 +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
a525bd4e34 Stick to the old io for as long as we can 2015-02-24 10:13:45 +01:00
Mathijs van de Nes
ba0ec950a8 Use old_io and old_path features in the examples 2015-02-20 17:07:56 +01:00
Mathijs van de Nes
0920c9baf1 Remove all old_io warnings 2015-02-20 16:59:49 +01:00
Mathijs van de Nes
c8e8678ea1 Bump version 2015-02-19 15:22:15 +01:00
Mathijs van de Nes
02128b6e03 Fix very strange lifetime issue 2015-02-19 15:19:59 +01:00
Mathijs van de Nes
897ff2a82a Fix os args 2015-02-13 09:58:42 +01:00
Mathijs van de Nes
355269e9ba Bump version 2015-02-06 09:05:34 +01:00
Mathijs van de Nes
e41200c30b Remove deprecated items 2015-02-06 09:05:02 +01:00