Commit graph

  • 02b80d2040 Publish 0.3.0 due to breaking changes Mathijs van de Nes 2018-01-15 18:51:03 +01:00
  • 5cbdf56c4d Bump version Mathijs van de Nes 2018-01-09 18:43:37 +01:00
  • b2db9d55ae Merge branch 'deflate_feature' of https://github.com/jhwgh1968/zip-rs Mathijs van de Nes 2018-01-09 18:38:27 +01:00
  • 6a31154681 Update README and bump version Mathijs van de Nes 2018-01-09 17:59:53 +01:00
  • 3e237d8e76 Merge branch 'dbrgn-ascii-ext-import' Mathijs van de Nes 2018-01-09 17:57:54 +01:00
  • 3f7409e4a8 Add lowest working Rust version to Travis Danilo Bargen 2018-01-08 08:31:53 +01:00
  • 2469419a89 Fix compatibility with Rust <1.23 Danilo Bargen 2018-01-08 08:26:49 +01:00
  • 7c2d4e2901 Named the deflate algorithm feature gate "deflate" jhwgh1968 2018-01-07 13:39:35 -06:00
  • 19274b497a Made deflate compression into separate feature jhwgh1968 2018-01-07 00:47:11 -06:00
  • f2e5cad539 Typo Mathijs van de Nes 2018-01-06 14:17:02 +01:00
  • 5ad8752ce3 Use mingw-w64 when needed in appveyor Mathijs van de Nes 2018-01-06 13:50:01 +01:00
  • f01ea3dbd8 Next Appveyor attempt Mathijs van de Nes 2018-01-06 12:33:16 +01:00
  • 24478902a0 Attempt to fix GCC for appveyor Mathijs van de Nes 2018-01-06 12:18:42 +01:00
  • 6808962143 Bump version Mathijs van de Nes 2018-01-06 12:06:58 +01:00
  • bbb279286a Remove unused import Mathijs van de Nes 2018-01-06 12:06:23 +01:00
  • c09daf3bba Modernize appveyor script Mathijs van de Nes 2018-01-06 12:00:39 +01:00
  • 50b57f4e37 Always use rust backend of flate2 Mathijs van de Nes 2018-01-06 11:44:28 +01:00
  • 30236e9a5c Merge branch 'rardiol-flate2' Mathijs van de Nes 2018-01-06 11:43:30 +01:00
  • 22194687c6 use flate2 1.0 rardiol 2017-12-27 12:40:47 -03:00
  • c7e4ac0c2f Provide the rust_backend feature Bob Sun 2017-10-23 14:57:00 -07:00
  • 79adef3b6e
    Merge pull request #52 from anvie/master Mathijs van de Nes 2017-12-06 20:57:56 +01:00
  • c99d7c2758
    Handle invalid zip header Robin Syihab 2017-12-04 01:19:44 +07:00
  • cb5a919a31 Merge branch 'biluohc-master' Mathijs van de Nes 2017-11-25 19:13:54 +01:00
  • 09f728e71a fix output format style for examples/extract.rs biluohc 2017-10-28 23:48:02 +08:00
  • 36146f0f2a fix output format style for examples/extract.rs biluohc 2017-10-28 23:45:07 +08:00
  • de8e31660b Modify examples/extract.rs, reduce code. biluohc 2017-10-28 10:51:46 +08:00
  • 5719d687db Bump version Mathijs van de Nes 2017-08-17 18:27:53 +02:00
  • 5b259dc12a Merge branch 'pkgw-pr-basic-zip64' Mathijs van de Nes 2017-08-17 18:19:40 +02:00
  • f85b5cb7b8 Add a test for ZIP64 with leading junk. Peter Williams 2017-08-12 14:30:37 -04:00
  • 4a297c32a8 Implement support for reading ZIP64 central-directory-end records Peter Williams 2017-08-12 14:06:45 -04:00
  • 89f33c9348 Use u64's for internal file offsets. Peter Williams 2017-08-12 13:38:07 -04:00
  • 5a123f2767 Bump version Mathijs van de Nes 2017-07-05 21:37:24 +02:00
  • 2dae0d4a5c Add regression test for #40 Mathijs van de Nes 2017-07-05 21:36:47 +02:00
  • 1b4d31839b Merge branch 'killercup-fuzz' Mathijs van de Nes 2017-07-05 21:31:23 +02:00
  • 3c90de3d1a Merge branch 'fuzz' of https://github.com/killercup/zip-rs into killercup-fuzz Mathijs van de Nes 2017-07-05 21:30:02 +02:00
  • 53bf2c363f Merge branch 'king6cong-master' Mathijs van de Nes 2017-07-05 21:20:44 +02:00
  • e524388fe7 add zip directory example king6cong 2017-07-02 19:50:09 +08:00
  • 57a6514a40 Prevent subtract with overflow Pascal Hertleif 2017-06-27 11:23:17 +02:00
  • 5c12e511d1 Bump version Mathijs van de Nes 2017-05-28 12:29:19 +02:00
  • 7aaedf6457 Add Copy/Clone for FileOptions Mathijs van de Nes 2017-05-28 12:26:18 +02:00
  • afb306d11d Merge branch 'feature/data-start' of https://github.com/bbqsrc/zip-rs Mathijs van de Nes 2017-04-28 12:43:03 +02:00
  • 240e1d469d Corrected some static -> const Mathijs van de Nes 2016-03-13 17:09:45 +01:00
  • b0a1bd8474 Merge branch 'sagebind-handle-prepended-data' Mathijs van de Nes 2017-04-28 10:29:08 +02:00
  • 0b5746150c read_single Chris West (Faux) 2017-04-24 12:03:27 +01:00
  • 60596d15d9 Add data_start property to ZipFile Brendan Molloy 2017-04-17 15:53:10 +10:00
  • fc746a09db
    Handle data prepended to the zip Stephen M. Coakley 2017-04-08 03:04:18 -05:00
  • 95f311fd3e Bump version Mathijs van de Nes 2017-03-30 19:21:09 +02:00
  • 633360a5a7 Ignore Io errors in extra field Mathijs van de Nes 2017-03-30 19:18:08 +02:00
  • 236050947a Fix a regression Mathijs van de Nes 2017-03-30 19:03:25 +02:00
  • 1461377031 Merge pull request #30 from vandenoever/tests Mathijs van de Nes 2017-03-18 18:04:50 +01:00
  • 93f676fa57 Add two simple tests. Jos van den Oever 2017-03-14 19:41:48 +01:00
  • da4d8080c5 Bump version Mathijs van de Nes 2017-03-06 21:26:11 +01:00
  • 75558ea665 Merge branch 'stanmihai4-master' Mathijs van de Nes 2017-03-06 21:25:43 +01:00
  • 7d85d8fb66 Fix writing to buffers. Mihai STAN 2017-03-06 06:22:42 +02:00
  • 1831edbbdd Expose the raw file name of a file Mathijs van de Nes 2017-02-12 17:18:40 +01:00
  • 88445219ec Only allow path::Component::Normal when extracting Mathijs van de Nes 2017-02-12 17:05:21 +01:00
  • 089f7a89e7 Update the README Mathijs van de Nes 2016-10-30 09:24:15 +01:00
  • d2d19f6539 Update the write API Mathijs van de Nes 2016-10-30 09:09:50 +01:00
  • 82315c9511 Add comments to write.rs Mathijs van de Nes 2016-10-29 12:30:59 +02:00
  • 49e506c13c Fix types::System enum Mathijs van de Nes 2016-10-29 12:30:30 +02:00
  • e747fcd779 Bump version Mathijs van de Nes 2016-10-07 09:22:18 +02:00
  • d5c1be6870 Merge pull request #19 from rowedonalde/display-compressionmethod Mathijs van de Nes 2016-10-06 22:49:48 +02:00
  • 1075ebf5f4 Add test for Display implementation for CompressionMethod Don Rowe 2016-10-03 21:34:14 -07:00
  • a63b7315d0 Implement Display trait for CompressionMethod. Don Rowe 2016-10-03 21:18:29 -07:00
  • b1f7a49337 Bump version Mathijs van de Nes 2016-08-08 17:44:34 +02:00
  • 2a3fe099a6 Derive Debug for read::ZipArchive Mathijs van de Nes 2016-08-08 17:34:02 +02:00
  • 18fb1fb0c0 Merge branch 'efyang-master' Mathijs van de Nes 2016-04-30 12:18:58 +02:00
  • 1d2b43b2c0 Merge branch 'master' of git://github.com/efyang/zip-rs into efyang-master Mathijs van de Nes 2016-04-30 12:18:17 +02:00
  • 064b21b685 Add crc32 accessor for ZipFile Edward Yang 2016-04-29 17:04:08 -05:00
  • e80213e250 Rename version to version_made_by Mathijs van de Nes 2016-04-27 14:30:00 +02:00
  • 078d717c7b Bump version Mathijs van de Nes 2016-04-23 20:48:15 +02:00
  • 539283587f Merge branch 'anti-social-_file_mode' Mathijs van de Nes 2016-04-23 20:47:20 +02:00
  • 735bf4dfe4 Make system and version temporarilly private Alexander Koval 2016-04-23 13:18:48 +03:00
  • 1e935672bd Replace system attribute by enum Alexander Koval 2016-04-23 13:12:28 +03:00
  • a16962cd2c Support for external file attributes Alexander Koval 2016-04-21 18:42:10 +03:00
  • d95c925ac2 Let ZipWriter::finish be called without consuming Mathijs van de Nes 2016-02-22 19:54:18 +01:00
  • aaa49eb4f1 Update to new bzip2 Mathijs van de Nes 2016-02-22 19:46:07 +01:00
  • 7db32c9165 Remove unused parentheses Mathijs van de Nes 2016-02-02 21:17:42 +01:00
  • 6ef7a4d545 Merge pull request #9 from addtheice/addtheice-spelling-fix Mathijs van de Nes 2016-01-19 20:47:56 +01:00
  • f3bb95f773 Update README.md Arthur Ice 2016-01-19 10:47:55 -08:00
  • e47e6096fd Bump version Mathijs van de Nes 2015-12-06 11:04:20 +01:00
  • 64a67162ab Fix incorrect CRC on large files Mathijs van de Nes 2015-12-06 11:01:51 +01:00
  • 58cd5b958c Update appveyor script Mathijs van de Nes 2015-10-12 13:42:51 +02:00
  • 55396243d7 Bump version and add Cargo.toml to README Mathijs van de Nes 2015-10-05 22:05:30 +02:00
  • 50bf7204de Merge branch 'alexbool-master' Mathijs van de Nes 2015-10-05 22:02:57 +02:00
  • 066c0f84ed Remove no-bzip feature because it doesn't work as I expected Alexander Bulaev 2015-10-05 21:29:36 +03:00
  • 2e529f4e61 Update README Mathijs van de Nes 2015-10-05 19:34:37 +02:00
  • ef52f86dbc Bump version Mathijs van de Nes 2015-10-05 19:33:50 +02:00
  • 8290da3c56 Improve CI tests Mathijs van de Nes 2015-10-05 19:31:47 +02:00
  • de34bd4d26 Merge branch 'alexbool-master' Mathijs van de Nes 2015-10-05 19:26:15 +02:00
  • 2addfa8b81 Made bzip2 compression method optional Alexander Bulaev 2015-10-05 20:01:41 +03:00
  • 8afc0a7a7c Bump version Mathijs van de Nes 2015-09-03 09:15:09 +02:00
  • c97d6ed760 Use read_exact from ReadPodExt explicitly Mathijs van de Nes 2015-09-02 11:52:30 +02:00
  • 6ed5906054 Update appveyor config Mathijs van de Nes 2015-07-20 16:12:12 +02:00
  • e528d7af04 Bump version Mathijs van de Nes 2015-07-20 16:09:13 +02:00
  • 0e274281dd Use external crate to convert an MsDos datetime Mathijs van de Nes 2015-07-20 16:08:33 +02:00
  • 1c9cc0db18 Update appveyor config Mathijs van de Nes 2015-07-14 15:09:26 +02:00
  • fe40b4ace1 Disable date/time normalization Mathijs van de Nes 2015-07-13 17:27:35 +02:00
  • a15cf1946e Update appveyor script Mathijs van de Nes 2015-07-13 09:52:03 +02:00
  • 75b970cb3c Some other attempt at appveyor gcc Mathijs van de Nes 2015-07-10 22:34:48 +02:00