Commit Graph

  • af83d7eb4b fixed formatting Nathan Moinvaziri 2012-10-25 02:06:11 -07:00
  • 2f1c42ada5 fixed formatting Nathan Moinvaziri 2012-10-25 02:05:49 -07:00
  • 4475203a3c more cleanup and simplification Nathan Moinvaziri 2012-10-25 01:49:35 -07:00
  • e60f1a22e4 fix formatting Nathan Moinvaziri 2012-10-25 01:48:11 -07:00
  • 4e89330a21 simplified and cleaned up example Nathan Moinvaziri 2012-10-25 01:40:29 -07:00
  • bbdfdf497f updated project files Nathan Moinvaziri 2012-10-25 00:43:02 -07:00
  • 4d98689c0e fix use of opt_overwrite Nathan Moinvaziri 2012-10-25 00:40:28 -07:00
  • 12fd286f20 fixed bug in logic for skipping command line options print errors more cleanup Nathan Moinvaziri 2012-10-25 00:36:46 -07:00
  • c2780b8e51 more simplification and cleanup Nathan Moinvaziri 2012-10-25 00:29:35 -07:00
  • 0deccb8070 cleanup and simplify zip example Nathan Moinvaziri 2012-10-25 00:21:50 -07:00
  • 469d204ffb updated readme Nathan Moinvaziri 2012-10-21 15:33:18 -07:00
  • 03b1f410a1 updated readme Nathan Moinvaziri 2012-10-21 15:32:11 -07:00
  • f427edba15 compilation changes Nathan Moinvaziri 2012-10-21 15:20:13 -07:00
  • 3daf6bbb30 updated readme Nathan Moinvaziri 2012-10-21 15:13:32 -07:00
  • 4427578831 updated readme Nathan Moinvaziri 2012-08-09 10:47:31 -07:00
  • 795edef9f0 updated readme Nathan Moinvaziri 2012-08-08 18:44:26 -07:00
  • 77945788ff updated readme Nathan Moinvaziri 2012-08-08 18:43:39 -07:00
  • 355d05a9f6 updated readme Nathan Moinvaziri 2012-08-08 18:42:40 -07:00
  • 11c941d078 added readme Nathan Moinvaziri 2012-08-08 18:32:33 -07:00
  • 41ed02bebc rename files Nathan Moinvaziri 2012-08-08 18:32:03 -07:00
  • 5cfecdfb1f fix mac compilation errors Nathan Moinvaziri 2012-08-06 18:09:29 -07:00
  • 0200b0a12a fixed unused variables Nathan Moinvaziri 2012-08-06 17:53:01 -07:00
  • 9c60c998f8 fix bug in calculating bytes not read Nathan Moinvaziri 2012-08-06 17:06:49 -07:00
  • ed425e548a fix whitespace Nathan Moinvaziri 2012-08-06 16:58:04 -07:00
  • f6c73a08c5 Rename makefile Nathan Moinvaziri 2012-07-15 16:06:34 -07:00
  • 059c47c9d9 Rename makefile Nathan Moinvaziri 2012-07-15 16:05:59 -07:00
  • 6cbc581111 fix comment Nathan Moinvaziri 2012-07-14 17:19:28 -07:00
  • 3a8fb8674a fix formatting Nathan Moinvaziri 2012-07-14 17:17:53 -07:00
  • 36572010bb cleanup comments Nathan Moinvaziri 2012-07-14 17:09:47 -07:00
  • 50665d2d59 cleanup unzip and zip Nathan Moinvaziri 2012-07-14 16:55:17 -07:00
  • f847640a60 added visual studio 2008 solution and projects Nathan Moinvaziri 2012-07-14 16:46:17 -07:00
  • 8979390ca7 fixed warnings Nathan Moinvaziri 2012-07-14 16:45:49 -07:00
  • e49858e877 fix formatting Nathan Moinvaziri 2012-07-14 16:32:10 -07:00
  • 558819dbb0 changelog cleanup Nathan Moinvaziri 2012-07-14 16:31:44 -07:00
  • 754fa14f0e cleanup, moved seek definitions to ioapi.c Nathan Moinvaziri 2012-07-14 16:31:22 -07:00
  • 3a2005c3ab fixed append to zip file not working with i/o buffering fixed file not found not failing properly with i/o buffering Nathan Moinvaziri 2012-07-14 16:30:48 -07:00
  • 217ca8e5a9 remove readme Nathan Moinvaziri 2012-07-09 10:32:27 -07:00
  • a9a9591296 cleanup/logic simplification Nathan Moinvaziri 2012-07-09 01:36:14 -07:00
  • f9a81c7b74 fixed bug when can't open file in i/o buffer layer Nathan Moinvaziri 2012-07-09 01:13:40 -07:00
  • 12d5b85dd7 fixed bug in opening of second stream for non-spanned zip files Nathan Moinvaziri 2012-07-08 12:04:24 -07:00
  • b9be238542 added unzGoToFirstFile2 and unzGoToNextFile2 to reduce backward disk seeking added opening of second stream to zip for non-spanned zip files so there isn't constant seeking between the CD and the content Nathan Moinvaziri 2012-06-29 00:08:22 -07:00
  • cc50072ee2 added disk switching comments Nathan Moinvaziri 2012-06-29 00:03:26 -07:00
  • 1e00f0ecac fixed write buffering when seeking to current position Nathan Moinvaziri 2012-06-29 00:00:50 -07:00
  • 6cae70f507 many improvements to i/o buffering Nathan Moinvaziri 2012-06-28 02:02:57 -07:00
  • 81f60da735 fixed zip64 central directory not loading when using spanning Nathan Moinvaziri 2012-06-28 01:58:36 -07:00
  • 4287793fd9 fixed disk spanning bug where local file header would be written incorrectly across disk boundaries Nathan Moinvaziri 2012-06-28 01:55:44 -07:00
  • 866cf155ce fixed disk switching when already on expected disk Nathan Moinvaziri 2012-06-27 22:45:19 -07:00
  • f736321e0d fixed opening zip files with > 100k files in it cause by last check-in Nathan Moinvaziri 2012-06-27 04:24:09 -07:00
  • a39d6dfa81 implement i/o improvements when searching for the central directory (http://mail.madler.net/pipermail/zlib-devel_madler.net/2012-February/002760.html) Nathan Moinvaziri 2012-06-27 01:35:12 -07:00
  • 76d6131670 added write buffer seeking for improved i/o performance on files < 64kb (IOBUF_BUFFERSIZE) Nathan Moinvaziri 2012-06-25 23:42:27 -07:00
  • e8b02cd2f2 code simplification and formatting cleanup Nathan Moinvaziri 2012-06-25 23:32:55 -07:00
  • a19cd79332 code simplification and formatting cleanup Nathan Moinvaziri 2012-06-25 23:32:07 -07:00
  • b2c85b1ec2 updated aes library Nathan Moinvaziri 2012-06-25 23:28:32 -07:00
  • a4a8f8c737 aes 9-12-2011 Nathan Moinvaziri 2012-06-03 22:29:13 -07:00
  • be225ec364 updated readme Nathan Moinvaziri 2012-05-10 16:02:59 -07:00
  • 5cdf2ca001 fixed compilation warnings on osx Nathan Moinvaziri 2012-05-10 15:59:36 -07:00
  • 5a61e8a850 zlib 1.2.7 Nathan Moinvaziri 2012-05-07 14:11:56 -07:00
  • 52ba03285d zlib 1.2.7 Nathan Moinvaziri 2012-05-07 14:10:50 -07:00
  • 6bbc4c7da4 fix inconsistent whitespace Nathan Moinvaziri 2012-05-07 09:50:15 -07:00
  • 0b262c6b2f fix io buf seek bug Nathan Moinvaziri 2012-05-07 00:39:30 -07:00
  • 5507aa75ab fix Z_AES #define Nathan Moinvaziri 2012-05-07 00:04:44 -07:00
  • 623f45d2bb add AES encryption support Nathan Moinvaziri 2012-05-06 23:55:08 -07:00
  • 358e00baa6 fixed seek bugs in io buffer support Nathan Moinvaziri 2012-05-06 23:52:22 -07:00
  • 6aaab7317c added support for io buffering Nathan Moinvaziri 2012-05-06 13:04:17 -07:00
  • 82def1052a updated readme Nathan Moinvaziri 2012-02-25 23:40:01 -07:00
  • 2b165cc438 updated readme Nathan Moinvaziri 2012-02-25 23:34:45 -07:00
  • e42c1f8594 fix zip64 w/extra field backwards seek bug Nathan Moinvaziri 2012-02-25 23:33:58 -07:00
  • 7c6d216816 zlib 1.2.6.1 Nathan Moinvaziri 2012-02-25 23:28:28 -07:00
  • fae75991c1 updated readme Nathan Moinvaziri 2012-01-21 15:15:17 -07:00
  • d2368718ee latest changes from gvollant Nathan Moinvaziri 2012-01-21 15:12:36 -07:00
  • 6d35b6b884 added pkware disk spanning support Nathan Moinvaziri 2012-01-21 15:10:18 -07:00
  • 35c6102e21 zlib 1.2.5 Nathan Moinvaziri 2012-01-21 14:53:44 -07:00
  • 4fa2e689f3 Added readme Nathan Moinvaziri 2012-01-21 12:27:27 -07:00