Commit graph

  • 05a4a14b9f Refactor to remove old_orphan_check Mathijs van de Nes 2015-01-04 22:03:40 +01:00
  • e7c018310b Fix arrays in tests Mathijs van de Nes 2015-01-04 10:55:32 +01:00
  • f45a558dac change #[deriving(..)] to #[derive(..)] Mathijs van de Nes 2015-01-04 10:51:14 +01:00
  • f83994820c Fix breaking rust changes Mathijs van de Nes 2015-01-04 10:50:17 +01:00
  • 2b6fac7105 Add AsciiExt import Mathijs van de Nes 2014-12-30 11:16:47 +01:00
  • 675665e4c0 into_string -> into_owned Mathijs van de Nes 2014-12-25 15:29:02 +01:00
  • 0ab1ff92b9 std::slice::Items -> Iter Mathijs van de Nes 2014-12-25 11:54:26 +01:00
  • 7361b9e415 Use external log crate Mathijs van de Nes 2014-12-24 10:16:28 +01:00
  • 81a465d7c4 Bump version number Mathijs van de Nes 2014-12-13 14:16:47 +01:00
  • c7c97b85ad Update to new bzip2 code Mathijs van de Nes 2014-12-13 14:12:02 +01:00
  • 22580a768d Implement copy where needed Mathijs van de Nes 2014-12-13 14:11:52 +01:00
  • df047b0b66 Add missing documentation Mathijs van de Nes 2014-12-10 14:58:22 +01:00
  • 0719f5b617 Fix tests Mathijs van de Nes 2014-12-02 17:07:07 +01:00
  • 54503e78f2 Fix some enum issues Mathijs van de Nes 2014-12-02 16:55:40 +01:00
  • 271ebab7a8 Use and create into_inner() instead of unwrap() Mathijs van de Nes 2014-11-27 10:55:03 +01:00
  • bdda4310e4 Implement finding files by name Mathijs van de Nes 2014-11-22 19:28:00 +01:00
  • ee6e830203 Add bzip2 support Mathijs van de Nes 2014-11-21 22:56:08 +01:00
  • 933f08a336 Add extra meta-data to support crates.io Mathijs van de Nes 2014-11-21 10:00:16 +01:00
  • da11be1259 Use crates.io instead of git repo for deps Mathijs van de Nes 2014-11-21 09:49:36 +01:00
  • 83cd70bb62 Unsigned fmt has been removed Mathijs van de Nes 2014-11-21 09:49:15 +01:00
  • ccdba3efc0 Namespaced enums fix Mathijs van de Nes 2014-11-19 18:43:07 +01:00
  • 1f08866d84 Switch to external time crate Mathijs van de Nes 2014-11-16 12:11:04 +01:00
  • 2163db4b25 Added ZipResult/ZipError Mathijs van de Nes 2014-11-08 21:55:15 +01:00
  • 71dfafb583 Remove unused cp437 code and simplified it Mathijs van de Nes 2014-11-08 19:49:51 +01:00
  • c629225d36 Rename missing_doc to missing_docs Mathijs van de Nes 2014-11-03 10:21:37 +01:00
  • 773f639598 fail -> panic Steve Klabnik 2014-10-30 00:23:50 -04:00
  • 3141e7285f Only publish docs on success Mathijs van de Nes 2014-10-14 13:51:06 +02:00
  • 61749ebf8e Switch to github pages for documentation Mathijs van de Nes 2014-10-14 10:59:30 +02:00
  • 4b3b4fda44 Fix ../ in paths and add folder support Mathijs van de Nes 2014-10-13 22:46:21 +02:00
  • 078f22020e use USER_DIR instead of deprecated UserDir Mathijs van de Nes 2014-10-10 10:34:09 +02:00
  • 3f1d69c6ef Change deprecated function Vec::from_slice Mathijs van de Nes 2014-09-28 20:14:32 +02:00
  • e4a3bc4437 Fix two warnings Mathijs van de Nes 2014-09-18 11:21:10 +02:00
  • b43788cf69 Allow the reader and writer to return their inner Mathijs van de Nes 2014-09-17 15:41:50 +02:00
  • c6dd2ad26b Update the local header instead of overwriting Mathijs van de Nes 2014-09-17 15:11:56 +02:00
  • 91cbe91d62 Split spec in reader/writer/general Mathijs van de Nes 2014-09-17 15:01:22 +02:00
  • 0cd915f185 Split compression from types and pub use ZipFile Mathijs van de Nes 2014-09-15 21:33:58 +02:00
  • 8921d3b5c2 Added support for extra field and utf-8 filenames Mathijs van de Nes 2014-09-14 21:55:02 +02:00
  • 723e8b0b12 Initial file name/comment encoding support Mathijs van de Nes 2014-09-14 17:25:40 +02:00
  • d65cb2d8f5 Do not upload docs of dependencies in travis Mathijs van de Nes 2014-09-14 17:25:27 +02:00
  • 453c6a8ce1 Set made-by to a value with an upper byte of 0 Mathijs van de Nes 2014-09-11 14:01:42 +02:00
  • 649f1f20b2 Update examples a bit Mathijs van de Nes 2014-09-11 14:01:23 +02:00
  • dffab20885 Typo Mathijs van de Nes 2014-09-11 12:02:13 +02:00
  • 3abe0aa893 De-pub crc32 and rename some of the functions Mathijs van de Nes 2014-09-11 12:01:07 +02:00
  • 02059ce351 Added documentation and moved types to top Mathijs van de Nes 2014-09-11 11:48:44 +02:00
  • 4d07f695de Added Travis support, README and LICENSE Mathijs van de Nes 2014-09-11 10:50:41 +02:00
  • ac9301f7d9 Implemented a basic ZipWriter Mathijs van de Nes 2014-09-11 10:42:18 +02:00
  • 02361b5dd5 Correctly interpret the first field of the footer Mathijs van de Nes 2014-09-11 09:32:47 +02:00
  • 08dbe1c3fc Starting implementation of a Writer Mathijs van de Nes 2014-09-10 22:34:30 +02:00
  • 7df03b54f9 Removed some unneeded structs and simplified parse Mathijs van de Nes 2014-09-10 17:27:24 +02:00
  • 7ce0f5b21f Cleaned the code of ZipReader's constructor Mathijs van de Nes 2014-09-10 16:40:13 +02:00
  • e9d42a9dc9 Rename ZipContainer to ZipReader Mathijs van de Nes 2014-09-10 16:34:57 +02:00
  • 916dc6c6e5 Remove Data Descriptor Mathijs van de Nes 2014-09-10 16:34:40 +02:00
  • 33efdcc539 More elegant way of enforcing single reads Mathijs van de Nes 2014-09-10 15:33:23 +02:00
  • bb4f56346a Fixed borrowing issue in extract Mathijs van de Nes 2014-09-10 09:44:36 +02:00
  • 3befdf5594 Allow only one file to be read at a time Mathijs van de Nes 2014-09-09 19:02:57 +02:00
  • b6a0de8b3c Simple ZIPs can be extracted! Mathijs van de Nes 2014-09-09 15:56:15 +02:00
  • 3668fa5e33 Implemented a simple filename reader Mathijs van de Nes 2014-09-09 13:00:18 +02:00
  • 181993afd1 Made finding of central directory possible Mathijs van de Nes 2014-09-09 08:08:33 +00:00
  • 1cbc1e9e6a Lots of additions Mathijs van de Nes 2014-09-08 20:14:22 +00:00
  • 70c82e411f Initial work on parsing Zip file header Mathijs van de Nes 2014-09-07 15:15:30 +00:00
  • c96a687783 Inital commit, containing crc32 Mathijs van de Nes 2014-09-07 11:53:43 +00:00