Commit graph

739 commits

Author SHA1 Message Date
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
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