Nathan Moinvaziri
|
50665d2d59
|
cleanup unzip and zip
|
2012-07-14 16:55:17 -07:00 |
|
Nathan Moinvaziri
|
f847640a60
|
added visual studio 2008 solution and projects
|
2012-07-14 16:46:17 -07:00 |
|
Nathan Moinvaziri
|
8979390ca7
|
fixed warnings
|
2012-07-14 16:45:49 -07:00 |
|
Nathan Moinvaziri
|
e49858e877
|
fix formatting
|
2012-07-14 16:32:10 -07:00 |
|
Nathan Moinvaziri
|
558819dbb0
|
changelog cleanup
|
2012-07-14 16:31:44 -07:00 |
|
Nathan Moinvaziri
|
754fa14f0e
|
cleanup, moved seek definitions to ioapi.c
|
2012-07-14 16:31:22 -07:00 |
|
Nathan Moinvaziri
|
3a2005c3ab
|
fixed append to zip file not working with i/o buffering
fixed file not found not failing properly with i/o buffering
|
2012-07-14 16:30:48 -07:00 |
|
Nathan Moinvaziri
|
217ca8e5a9
|
remove readme
|
2012-07-09 10:32:27 -07:00 |
|
Nathan Moinvaziri
|
a9a9591296
|
cleanup/logic simplification
|
2012-07-09 01:36:14 -07:00 |
|
Nathan Moinvaziri
|
f9a81c7b74
|
fixed bug when can't open file in i/o buffer layer
|
2012-07-09 01:13:40 -07:00 |
|
Nathan Moinvaziri
|
12d5b85dd7
|
fixed bug in opening of second stream for non-spanned zip files
|
2012-07-08 12:04:24 -07:00 |
|
Nathan Moinvaziri
|
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
|
2012-06-29 00:08:22 -07:00 |
|
Nathan Moinvaziri
|
cc50072ee2
|
added disk switching comments
|
2012-06-29 00:03:26 -07:00 |
|
Nathan Moinvaziri
|
1e00f0ecac
|
fixed write buffering when seeking to current position
|
2012-06-29 00:00:50 -07:00 |
|
Nathan Moinvaziri
|
6cae70f507
|
many improvements to i/o buffering
|
2012-06-28 02:02:57 -07:00 |
|
Nathan Moinvaziri
|
81f60da735
|
fixed zip64 central directory not loading when using spanning
|
2012-06-28 01:58:36 -07:00 |
|
Nathan Moinvaziri
|
4287793fd9
|
fixed disk spanning bug where local file header would be written incorrectly across disk boundaries
|
2012-06-28 01:55:44 -07:00 |
|
Nathan Moinvaziri
|
866cf155ce
|
fixed disk switching when already on expected disk
|
2012-06-27 22:45:19 -07:00 |
|
Nathan Moinvaziri
|
f736321e0d
|
fixed opening zip files with > 100k files in it cause by last check-in
|
2012-06-27 04:24:09 -07:00 |
|
Nathan Moinvaziri
|
a39d6dfa81
|
implement i/o improvements when searching for the central directory (http://mail.madler.net/pipermail/zlib-devel_madler.net/2012-February/002760.html)
|
2012-06-27 01:35:12 -07:00 |
|
Nathan Moinvaziri
|
76d6131670
|
added write buffer seeking for improved i/o performance on files < 64kb (IOBUF_BUFFERSIZE)
|
2012-06-25 23:42:27 -07:00 |
|
Nathan Moinvaziri
|
e8b02cd2f2
|
code simplification and formatting cleanup
|
2012-06-25 23:32:55 -07:00 |
|
Nathan Moinvaziri
|
a19cd79332
|
code simplification and formatting cleanup
|
2012-06-25 23:32:07 -07:00 |
|
Nathan Moinvaziri
|
b2c85b1ec2
|
updated aes library
|
2012-06-25 23:28:32 -07:00 |
|
Nathan Moinvaziri
|
a4a8f8c737
|
aes 9-12-2011
|
2012-06-03 22:29:13 -07:00 |
|
Nathan Moinvaziri
|
be225ec364
|
updated readme
|
2012-05-10 16:02:59 -07:00 |
|
Nathan Moinvaziri
|
5cdf2ca001
|
fixed compilation warnings on osx
|
2012-05-10 15:59:36 -07:00 |
|
Nathan Moinvaziri
|
5a61e8a850
|
zlib 1.2.7
|
2012-05-07 14:11:56 -07:00 |
|
Nathan Moinvaziri
|
52ba03285d
|
zlib 1.2.7
|
2012-05-07 14:10:50 -07:00 |
|
Nathan Moinvaziri
|
6bbc4c7da4
|
fix inconsistent whitespace
|
2012-05-07 09:50:15 -07:00 |
|
Nathan Moinvaziri
|
0b262c6b2f
|
fix io buf seek bug
|
2012-05-07 00:39:30 -07:00 |
|
Nathan Moinvaziri
|
5507aa75ab
|
fix Z_AES #define
|
2012-05-07 00:04:44 -07:00 |
|
Nathan Moinvaziri
|
623f45d2bb
|
add AES encryption support
|
2012-05-06 23:55:08 -07:00 |
|
Nathan Moinvaziri
|
358e00baa6
|
fixed seek bugs in io buffer support
|
2012-05-06 23:52:22 -07:00 |
|
Nathan Moinvaziri
|
6aaab7317c
|
added support for io buffering
|
2012-05-06 13:04:17 -07:00 |
|
Nathan Moinvaziri
|
82def1052a
|
updated readme
|
2012-02-25 23:40:01 -07:00 |
|
Nathan Moinvaziri
|
2b165cc438
|
updated readme
|
2012-02-25 23:34:45 -07:00 |
|
Nathan Moinvaziri
|
e42c1f8594
|
fix zip64 w/extra field backwards seek bug
|
2012-02-25 23:33:58 -07:00 |
|
Nathan Moinvaziri
|
7c6d216816
|
zlib 1.2.6.1
|
2012-02-25 23:28:28 -07:00 |
|
Nathan Moinvaziri
|
fae75991c1
|
updated readme
|
2012-01-21 15:15:17 -07:00 |
|
Nathan Moinvaziri
|
d2368718ee
|
latest changes from gvollant
|
2012-01-21 15:12:36 -07:00 |
|
Nathan Moinvaziri
|
6d35b6b884
|
added pkware disk spanning support
|
2012-01-21 15:10:18 -07:00 |
|
Nathan Moinvaziri
|
35c6102e21
|
zlib 1.2.5
|
2012-01-21 14:53:44 -07:00 |
|
Nathan Moinvaziri
|
4fa2e689f3
|
Added readme
|
2012-01-21 12:27:27 -07:00 |
|