Alexander Bulaev
2addfa8b81
Made bzip2
compression method optional
2015-10-05 20:01:41 +03:00
Mathijs van de Nes
c97d6ed760
Use read_exact from ReadPodExt explicitly
...
The newely added read_exact from std::..::Read has an incompatible signature
and is not yet stabilized. This ensures that the crate will work on stable and
nightly.
2015-09-02 11:52:30 +02: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
fe40b4ace1
Disable date/time normalization
...
The method may panic on Windows. Passing invalid dates is more preferable than correcting the date.
2015-07-13 17:29:10 +02:00
Mathijs van de Nes
4e3c597910
Simplify one test
2015-06-30 09:58:56 +02:00
Mathijs van de Nes
21b21ad9e6
Typo
2015-06-30 09:42:41 +02:00
Mathijs van de Nes
6e6229479b
Ensure datetime is always in range, add tests
2015-06-30 09:40:04 +02:00
Mathijs van de Nes
879af4d60b
Simplify date parsing code
2015-06-30 09:13:04 +02:00
Mathijs van de Nes
25a2ba7383
Small update to crc32 function
2015-06-30 08:54:53 +02:00
Mathijs van de Nes
9e364698a0
Simplify CRC32 code
2015-06-24 08:43:41 +02:00
Mathijs van de Nes
d3f0743bfa
Add tests to the CRC32 module
2015-06-24 08:43:23 +02:00
Mathijs van de Nes
6cd6b752e3
Several updates to CP437 handling
2015-06-18 11:45:25 +02:00
Mathijs van de Nes
e4576353f7
Accept both String and &str in start_file
2015-05-25 09:46:08 +02:00
Mathijs van de Nes
a7b9b4651d
Add impl to convert a ZipError to a io::Error
...
Resolves #4
2015-04-20 09:25:22 +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
0ab2b0a427
Derivy Clone where Copy
2015-04-03 14:55:27 +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
0f12de0388
Silence deprecation warnings by casting
2015-03-19 14:32:49 +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
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
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
522039a70d
Use the correct start index for iteration
2015-03-01 12:01:39 +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
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