Commit graph

2151 commits

Author SHA1 Message Date
Mathijs van de Nes
25a2ba7383 Small update to crc32 function 2015-06-30 08:54:53 +02:00
Mathijs van de Nes
18cb943090 Remove shippable badge 2015-06-28 11:32:22 +02:00
Mathijs van de Nes
480ac55433 Switch to Travis only CI 2015-06-28 11:26:28 +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
1ce0b92605 Update version numbers 2015-05-25 09:46:23 +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
65c98d5495 Test only on stable 2015-05-18 11:31:58 +02:00
Mathijs van de Nes
34970060ce Setup Shippable 2015-04-29 08:11:02 +02:00
Mathijs van de Nes
971b6afe9f Switch build to beta 2015-04-21 20:52:25 +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
f338f8ef87 Switch to new beta 2015-04-18 10:04:56 +02:00
Mathijs van de Nes
bb4d34f932 Update README with merit badge 2015-04-17 08:46:16 +02:00
Mathijs van de Nes
986afe26a3 Do not publish dep docs 2015-04-13 10:55:06 +02:00
Mathijs van de Nes
f1351725f8 Use rust-docs doc upload script 2015-04-13 10:45:57 +02:00
Mathijs van de Nes
076f74e8e3 Update to new Doc upload 2015-04-10 11:40:22 +02:00
Mathijs van de Nes
58d9b7a00e Let Travis test both beta and nightly 2015-04-08 14:55:16 +02:00
Mathijs van de Nes
b7f25a5fc1 Specify we do not need sudo at Travis 2015-04-05 15:50:28 +02:00
Mathijs van de Nes
05a17faba0 Update version info 2015-04-03 15:00:57 +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
a328b8ba2c Do not use feature exit_status 2015-04-03 14:54:57 +02:00
Mathijs van de Nes
b4d7747966 Bump version 2015-04-02 20:53:26 +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
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