Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/DestinyItemManager/zip.js
JavaScript library to zip and unzip files
https://github.com/DestinyItemManager/zip.js
removed unneeded script (dataview.js)
234504b25cfae973aa6f4ea5ca9503ad9c1051f6 authored almost 13 years ago by Gildas Lormeau <[email protected]>
234504b25cfae973aa6f4ea5ca9503ad9c1051f6 authored almost 13 years ago by Gildas Lormeau <[email protected]>
make the demo compatible with IE9, Firefox, Chrome, and Safari
3cc3c2732f0b9e3aa635a1680e1736c1b9dd3ff9 authored almost 13 years ago by Gildas Lormeau <[email protected]>
3cc3c2732f0b9e3aa635a1680e1736c1b9dd3ff9 authored almost 13 years ago by Gildas Lormeau <[email protected]>
set zipped data URI mime type from "text/plain" to "application/zip"
2fb658f8d42dfdcf37ea11b450d4adbcde56b1c9 authored almost 13 years ago by Gildas Lormeau <[email protected]>
2fb658f8d42dfdcf37ea11b450d4adbcde56b1c9 authored almost 13 years ago by Gildas Lormeau <[email protected]>
bad crc32 fixed
e07693b01243547344cd76a8bc59b45d1cc19112 authored almost 13 years ago by Gildas Lormeau <[email protected]>
e07693b01243547344cd76a8bc59b45d1cc19112 authored almost 13 years ago by Gildas Lormeau <[email protected]>
minor fixes
bf614462b9af54fb585dc14a9c7f728698a281e9 authored almost 13 years ago by Gildas Lormeau <[email protected]>
bf614462b9af54fb585dc14a9c7f728698a281e9 authored almost 13 years ago by Gildas Lormeau <[email protected]>
fixed variable/parameter/function names
62fd2368525a513259d7d8576cd81811decaafcf authored almost 13 years ago by Gildas Lormeau <[email protected]>
62fd2368525a513259d7d8576cd81811decaafcf authored almost 13 years ago by Gildas Lormeau <[email protected]>
removed obsolete code
609ca2595c1d008640b0cf79e80c5b8bb9c642b0 authored almost 13 years ago by Gildas Lormeau <[email protected]>
609ca2595c1d008640b0cf79e80c5b8bb9c642b0 authored almost 13 years ago by Gildas Lormeau <[email protected]>
Demo without web workers and using DataURIReader/DataURIWriter
c68f030686bb11c25d2366b8a1fda17103daaa41 authored almost 13 years ago by Gildas Lormeau <[email protected]>
c68f030686bb11c25d2366b8a1fda17103daaa41 authored almost 13 years ago by Gildas Lormeau <[email protected]>
added a test for zip.useWebWorkers
eb349c693e56888d9c8421dff9a343042e2dd31c authored almost 13 years ago by Gildas Lormeau <[email protected]>
eb349c693e56888d9c8421dff9a343042e2dd31c authored almost 13 years ago by Gildas Lormeau <[email protected]>
added zip.useWebWorkers attribute: if zip.useWebWorkers = false then zip.js will not use web workers to inflate/deflate data
781e5bffbdb22447ba10bd5c40603281470046b3 authored almost 13 years ago by Gildas Lormeau <[email protected]>
781e5bffbdb22447ba10bd5c40603281470046b3 authored almost 13 years ago by Gildas Lormeau <[email protected]>
if the script detects window.zip object then it adds the Deflater/Inflater constructor into window.zip else it adds the message event listener
0b347faa8e598cbcff1a8de568b1e1661e3b53db authored almost 13 years ago by Gildas Lormeau <[email protected]>
0b347faa8e598cbcff1a8de568b1e1661e3b53db authored almost 13 years ago by Gildas Lormeau <[email protected]>
added checkCrc32 parameter to ZipEntry.prototype.getFileEntry
7350b97ed00a520d7a44556a15d6330c0262bcf1 authored almost 13 years ago by Gildas Lormeau <[email protected]>
7350b97ed00a520d7a44556a15d6330c0262bcf1 authored almost 13 years ago by Gildas Lormeau <[email protected]>
fixed MSBlobBuilder typo (IE10 support)
d53e0a41fd3500c002b0368078d3c828d011dc51 authored almost 13 years ago by Gildas Lormeau <[email protected]>
d53e0a41fd3500c002b0368078d3c828d011dc51 authored almost 13 years ago by Gildas Lormeau <[email protected]>
UTF-8 support for TextWriter/TextReader implementation
e65f08f60c3297fb6191de44ccf2fa5ff6cecbe7 authored almost 13 years ago by Gildas Lormeau <[email protected]>
e65f08f60c3297fb6191de44ccf2fa5ff6cecbe7 authored almost 13 years ago by Gildas Lormeau <[email protected]>
removed unneeded test
f0a4093822a0347ca20dd36fdc68c71fe33cddf0 authored almost 13 years ago by Gildas Lormeau <[email protected]>
f0a4093822a0347ca20dd36fdc68c71fe33cddf0 authored almost 13 years ago by Gildas Lormeau <[email protected]>
enabled crc32 checking test
d6356af2cf8e496f567e69a0b0cb4f197a2466cf authored almost 13 years ago by Gildas Lormeau <[email protected]>
d6356af2cf8e496f567e69a0b0cb4f197a2466cf authored almost 13 years ago by Gildas Lormeau <[email protected]>
added a checkCrc32 parameter on ZipFileEntryProto.get*
3042757383fd2e0654ce0aef23f54005bbc68df9 authored almost 13 years ago by Gildas Lormeau <[email protected]>
3042757383fd2e0654ce0aef23f54005bbc68df9 authored almost 13 years ago by Gildas Lormeau <[email protected]>
DRYier worker management & added a checkCrc32 parameter on Entry.prototype.getData
22cb76333da2c0a36c9d9492d92c6027728d33ca authored almost 13 years ago by Gildas Lormeau <[email protected]>
22cb76333da2c0a36c9d9492d92c6027728d33ca authored almost 13 years ago by Gildas Lormeau <[email protected]>
refactored imported entries management
a63e6dc8d8aa1f87be765bf96281b2dcc910e582 authored almost 13 years ago by Gildas Lormeau <[email protected]>
a63e6dc8d8aa1f87be765bf96281b2dcc910e582 authored almost 13 years ago by Gildas Lormeau <[email protected]>
refactored some code
d09edfd2a7ec617e4520eb36228cb1ba677fa0a6 authored almost 13 years ago by Gildas Lormeau <[email protected]>
d09edfd2a7ec617e4520eb36228cb1ba677fa0a6 authored almost 13 years ago by Gildas Lormeau <[email protected]>
added comment entry support
a41f4c9d75f1d6547b1b715b385afcad2b774fae authored almost 13 years ago by Gildas Lormeau <[email protected]>
a41f4c9d75f1d6547b1b715b385afcad2b774fae authored almost 13 years ago by Gildas Lormeau <[email protected]>
fixed possible issue with filename when adding a directory
f3603ee5ed6020f70fae1027b94d4cd7606f41a0 authored almost 13 years ago by Gildas Lormeau <[email protected]>
f3603ee5ed6020f70fae1027b94d4cd7606f41a0 authored almost 13 years ago by Gildas Lormeau <[email protected]>
updated FIXME label
a9490a4d1c64a4c02818d2375ae042a4b44eb831 authored almost 13 years ago by Gildas Lormeau <[email protected]>
a9490a4d1c64a4c02818d2375ae042a4b44eb831 authored almost 13 years ago by Gildas Lormeau <[email protected]>
added option to set last modification date
caab022620eed11bc3834ff717b383b44e203077 authored almost 13 years ago by Gildas Lormeau <[email protected]>
caab022620eed11bc3834ff717b383b44e203077 authored almost 13 years ago by Gildas Lormeau <[email protected]>
added comment entry support
faa8f83dc7173c422758517034d68e87f8d0eb66 authored almost 13 years ago by Gildas Lormeau <[email protected]>
faa8f83dc7173c422758517034d68e87f8d0eb66 authored almost 13 years ago by Gildas Lormeau <[email protected]>
added missing onerror parameter
983f255fdd89666d6f917a9c82638c786326be73 authored almost 13 years ago by Gildas Lormeau <[email protected]>
983f255fdd89666d6f917a9c82638c786326be73 authored almost 13 years ago by Gildas Lormeau <[email protected]>
set a Reader object (reader property) into each ZipFileEntry object for reuse
e917ec43f4dc17dc5ed2167fa59253c3e176b389 authored almost 13 years ago by Gildas Lormeau <[email protected]>
e917ec43f4dc17dc5ed2167fa59253c3e176b389 authored almost 13 years ago by Gildas Lormeau <[email protected]>
temporary rollback
61c0c8e046c7c92396199ce58acdbfc8ca614d85 authored almost 13 years ago by Gildas Lormeau <[email protected]>
61c0c8e046c7c92396199ce58acdbfc8ca614d85 authored almost 13 years ago by Gildas Lormeau <[email protected]>
attach reader to child
142d8e87c022d81ce5b0f7ffe2e7798d8658431c authored almost 13 years ago by Gildas Lormeau <[email protected]>
142d8e87c022d81ce5b0f7ffe2e7798d8658431c authored almost 13 years ago by Gildas Lormeau <[email protected]>
added ZipFileEntry and ZipDirectoryEntry constructors
c7e9d098fe1c6ee54dfaac51e3541543ddb3d8e4 authored almost 13 years ago by Gildas Lormeau <[email protected]>
c7e9d098fe1c6ee54dfaac51e3541543ddb3d8e4 authored almost 13 years ago by Gildas Lormeau <[email protected]>
added a test
95873cf8d74fdd848aa250082736ae91fb7a3b97 authored almost 13 years ago by Gildas Lormeau <[email protected]>
95873cf8d74fdd848aa250082736ae91fb7a3b97 authored almost 13 years ago by Gildas Lormeau <[email protected]>
minor fixes
f6cff0f9a2d239ce4db2ba7fa19d233d13568158 authored almost 13 years ago by Gildas Lormeau <[email protected]>
f6cff0f9a2d239ce4db2ba7fa19d233d13568158 authored almost 13 years ago by Gildas Lormeau <[email protected]>
added some tests
ed5c790deffa526360c643acd3c41e716d9189ff authored almost 13 years ago by Gildas Lormeau <[email protected]>
ed5c790deffa526360c643acd3c41e716d9189ff authored almost 13 years ago by Gildas Lormeau <[email protected]>
fixed issue in addFileEntry function when passing a FileEntry object
dc86eda4e5064da30eb20c11bdf64f92f20b42a6 authored almost 13 years ago by Gildas Lormeau <[email protected]>
dc86eda4e5064da30eb20c11bdf64f92f20b42a6 authored almost 13 years ago by Gildas Lormeau <[email protected]>
minor fix
8564a16a11e7e1448fcf92f98d16b87bc4e5a7b9 authored almost 13 years ago by Gildas Lormeau <[email protected]>
8564a16a11e7e1448fcf92f98d16b87bc4e5a7b9 authored almost 13 years ago by Gildas Lormeau <[email protected]>
fixed issue with currentIndex into getFileEntry and exportZip
b6d27e13730bd01caabe6b2c4b809ee44d7515dd authored almost 13 years ago by Gildas Lormeau <[email protected]>
b6d27e13730bd01caabe6b2c4b809ee44d7515dd authored almost 13 years ago by Gildas Lormeau <[email protected]>
- renamed ZipEntry.prototype.getFile to ZipEntry.prototype.getFileEntry
- ZipEntry.prototype.getFileEntry allows getting all files recursively from a ZipEntry object int...
f6717a11d5f03563ba44164f7f4347dcbfe68996 authored almost 13 years ago by Gildas Lormeau <[email protected]>
added constructor attribute in the prototype of *Reader and *Writer functions
25f5e6af8859bf19a3aa40dd8c2d5bba8f32cf73 authored almost 13 years ago by Gildas Lormeau <[email protected]>
25f5e6af8859bf19a3aa40dd8c2d5bba8f32cf73 authored almost 13 years ago by Gildas Lormeau <[email protected]>
expose Reader and Writer constructors
63ac7584ad0636c3810b45acc302af8f7d79fa33 authored almost 13 years ago by Gildas Lormeau <[email protected]>
63ac7584ad0636c3810b45acc302af8f7d79fa33 authored almost 13 years ago by Gildas Lormeau <[email protected]>
rollback
62e614702e1ebf7cb5417206eb4503af0e160129 authored almost 13 years ago by Gildas Lormeau <[email protected]>
62e614702e1ebf7cb5417206eb4503af0e160129 authored almost 13 years ago by Gildas Lormeau <[email protected]>
issue #6 fixed: changed default zip version from 1.0 to 2.0 (zip.js uses "Data descriptor")
fb677d8fda1381599731c84845504c68da2946d9 authored almost 13 years ago by Gildas Lormeau <[email protected]>
fb677d8fda1381599731c84845504c68da2946d9 authored almost 13 years ago by Gildas Lormeau <[email protected]>
removed directory entry creation from exportZip function
11cca65d7fdf6f1c355b2b148335d8d76b00a010 authored almost 13 years ago by Gildas Lormeau <[email protected]>
11cca65d7fdf6f1c355b2b148335d8d76b00a010 authored almost 13 years ago by Gildas Lormeau <[email protected]>
fixed minor regression
dae44b666f423a3e7226ea2ca62a36cae9be5743 authored almost 13 years ago by Gildas Lormeau <[email protected]>
dae44b666f423a3e7226ea2ca62a36cae9be5743 authored almost 13 years ago by Gildas Lormeau <[email protected]>
added zipVersion attribute to ZipEntry to force zip version
1b0fe8c7a52ac8a74a914e5fbdce335a59432491 authored almost 13 years ago by Gildas Lormeau <[email protected]>
1b0fe8c7a52ac8a74a914e5fbdce335a59432491 authored almost 13 years ago by Gildas Lormeau <[email protected]>
invalid data descriptor header fixed
4dac7a97a1db657285de80e03b48fcd9d9ce8677 authored almost 13 years ago by Gildas Lormeau <[email protected]>
4dac7a97a1db657285de80e03b48fcd9d9ce8677 authored almost 13 years ago by Gildas Lormeau <[email protected]>
removed obsolete code
fd04a1c19b476582a933e2c9b771a056420b13f8 authored almost 13 years ago by Gildas Lormeau <[email protected]>
fd04a1c19b476582a933e2c9b771a056420b13f8 authored almost 13 years ago by Gildas Lormeau <[email protected]>
fixed issue #5
9cf99b6b5ee62d740e154bfd4013640ac7960af1 authored almost 13 years ago by Gildas Lormeau <[email protected]>
9cf99b6b5ee62d740e154bfd4013640ac7960af1 authored almost 13 years ago by Gildas Lormeau <[email protected]>
updated dataview.js
260ded4e5ff1294e89f669c876b57c8d52e005a4 authored almost 13 years ago by Gildas Lormeau <[email protected]>
260ded4e5ff1294e89f669c876b57c8d52e005a4 authored almost 13 years ago by Gildas Lormeau <[email protected]>
removed unused error messages
f93037957b59be8da27e029161af71ac870ebf82 authored almost 13 years ago by Gildas Lormeau <[email protected]>
f93037957b59be8da27e029161af71ac870ebf82 authored almost 13 years ago by Gildas Lormeau <[email protected]>
minor optimizations for obfuscation
59f9f69da1ea1ee4d6a8d944c10d348be9d03512 authored almost 13 years ago by Gildas Lormeau <[email protected]>
59f9f69da1ea1ee4d6a8d944c10d348be9d03512 authored almost 13 years ago by Gildas Lormeau <[email protected]>
fixed issue when copying uncompressed data
948734f98ab77d82c09aec35914d957d3b8132ba authored almost 13 years ago by Gildas Lormeau <[email protected]>
948734f98ab77d82c09aec35914d957d3b8132ba authored almost 13 years ago by Gildas Lormeau <[email protected]>
fixed support for level compression when zipping
c19672fc4efe58839acb323481f8fbec326f046d authored almost 13 years ago by Gildas Lormeau <[email protected]>
c19672fc4efe58839acb323481f8fbec326f046d authored almost 13 years ago by Gildas Lormeau <[email protected]>
added support for future IE
687e7cbc46485d43072d8a655214d01336abe541 authored almost 13 years ago by Gildas Lormeau <[email protected]>
687e7cbc46485d43072d8a655214d01336abe541 authored almost 13 years ago by Gildas Lormeau <[email protected]>
extracted worker script names
2e4c8462c6b2c18bd9973fede1599e5bec370db8 authored almost 13 years ago by Gildas Lormeau <[email protected]>
2e4c8462c6b2c18bd9973fede1599e5bec370db8 authored almost 13 years ago by Gildas Lormeau <[email protected]>
removed useless function params
d649b50bd0572ef7c624c93d58e86b294b8f0747 authored almost 13 years ago by Gildas Lormeau <[email protected]>
d649b50bd0572ef7c624c93d58e86b294b8f0747 authored almost 13 years ago by Gildas Lormeau <[email protected]>
added bufferedCopy function into Entry.prototype.getData function
c25498e4743bececf73c01518c026f1666547d24 authored almost 13 years ago by Gildas Lormeau <[email protected]>
c25498e4743bececf73c01518c026f1666547d24 authored almost 13 years ago by Gildas Lormeau <[email protected]>
removed File related constructors
ecb4e50d574bf685b8fd416d48f511819497ef9c authored almost 13 years ago by Gildas Lormeau <[email protected]>
ecb4e50d574bf685b8fd416d48f511819497ef9c authored almost 13 years ago by Gildas Lormeau <[email protected]>
added simple test: read a zip with an uncompressed entry
b54c00ee26d3fb3f5fbc532efeae1d13d5850b7b authored almost 13 years ago by Gildas Lormeau <[email protected]>
b54c00ee26d3fb3f5fbc532efeae1d13d5850b7b authored almost 13 years ago by Gildas Lormeau <[email protected]>
fixed issue when reading uncompressed file
c66b0b8245b58c28e67ac63ce55ee5798b7ba5e2 authored almost 13 years ago by Gildas Lormeau <[email protected]>
c66b0b8245b58c28e67ac63ce55ee5798b7ba5e2 authored almost 13 years ago by Gildas Lormeau <[email protected]>
fixed issue #4
f3b4c06ab9ad98e2865ed894d369b3e09d9c5f0b authored almost 13 years ago by Gildas Lormeau <[email protected]>
f3b4c06ab9ad98e2865ed894d369b3e09d9c5f0b authored almost 13 years ago by Gildas Lormeau <[email protected]>
it seemed to be discarding store-compressed data
4985a2594c5ecdf5bf99595ed9317b1670c8de75 authored almost 13 years ago by muffindespair <[email protected]>
4985a2594c5ecdf5bf99595ed9317b1670c8de75 authored almost 13 years ago by muffindespair <[email protected]>
new TextReader implementation
9d7ea75874077f8a74864cef79b263f24b2bc756 authored almost 13 years ago by Gildas Lormeau <[email protected]>
9d7ea75874077f8a74864cef79b263f24b2bc756 authored almost 13 years ago by Gildas Lormeau <[email protected]>
removed extra semicolumn
840699b4ae892bda2ab4a69beda10f5d63182508 authored almost 13 years ago by Gildas Lormeau <[email protected]>
840699b4ae892bda2ab4a69beda10f5d63182508 authored almost 13 years ago by Gildas Lormeau <[email protected]>
fixed getTotalSize function (worked correctly only at the first call)
7ee96a347e29f3893ca3b0bc4f145349a540fa24 authored almost 13 years ago by Gildas Lormeau <[email protected]>
7ee96a347e29f3893ca3b0bc4f145349a540fa24 authored almost 13 years ago by Gildas Lormeau <[email protected]>
fixed issue #3
b635fa7ef31761f7a3714f3015dce0689d2eed7b authored almost 13 years ago by Gildas Lormeau <[email protected]>
b635fa7ef31761f7a3714f3015dce0689d2eed7b authored almost 13 years ago by Gildas Lormeau <[email protected]>
removed obsolete onprogress parameter on import* methods
50fec109c12cdbd996f5f9067f118c689fc53c3d authored almost 13 years ago by Gildas Lormeau <[email protected]>
50fec109c12cdbd996f5f9067f118c689fc53c3d authored almost 13 years ago by Gildas Lormeau <[email protected]>
removed obselete parameter for InfBlocks constructor
04d981a71ac5920c5abc86ebcf42d2deea8392aa authored almost 13 years ago by Gildas Lormeau <[email protected]>
04d981a71ac5920c5abc86ebcf42d2deea8392aa authored almost 13 years ago by Gildas Lormeau <[email protected]>
removed obsolete code
4ae28b7c3e19c8f825439820d3198209fd559d1f authored almost 13 years ago by Gildas Lormeau <[email protected]>
4ae28b7c3e19c8f825439820d3198209fd559d1f authored almost 13 years ago by Gildas Lormeau <[email protected]>
rollback, the right var name is "workerScriptsPath" (everywhere ...)
a08fd5729ba1dcecc9c505ea59e196dcac67bb74 authored almost 13 years ago by check_ca <[email protected]>
a08fd5729ba1dcecc9c505ea59e196dcac67bb74 authored almost 13 years ago by check_ca <[email protected]>
Merge pull request #2 from spacemunkay/master
website should say "workerScriptsPath" instead of "workersScriptPath"
fc395a34a1db25420664aefb5a79ad60aac9332b authored almost 13 years ago by check_ca <[email protected]>
Fixed workerSriptsPath to match website documentation "workersScriptPath"
5e6679d8b443d30f74163ad3b9c1ae8a55e7fead authored almost 13 years ago by Jason Denney <[email protected]>
5e6679d8b443d30f74163ad3b9c1ae8a55e7fead authored almost 13 years ago by Jason Denney <[email protected]>
removed adler32 related code
a3a8f52c6b3a79f38c3a0901927f7fea6f8d6753 authored almost 13 years ago by Gildas Lormeau <[email protected]>
a3a8f52c6b3a79f38c3a0901927f7fea6f8d6753 authored almost 13 years ago by Gildas Lormeau <[email protected]>
simplified adler32 function (thanks to WebReflection)
e1ec03e680b2cee8174cee21a6dd1c0ecc619a54 authored almost 13 years ago by Gildas Lormeau <[email protected]>
e1ec03e680b2cee8174cee21a6dd1c0ecc619a54 authored almost 13 years ago by Gildas Lormeau <[email protected]>
renamed ERR_WRITE_ZIP to ERR_WRITE
ebf0c57dae8b7f097b34a5686b510305c1cf2e0c authored almost 13 years ago by Gildas Lormeau <[email protected]>
ebf0c57dae8b7f097b34a5686b510305c1cf2e0c authored almost 13 years ago by Gildas Lormeau <[email protected]>
removed size and *Getter parameters from ZipEntry.prototype.add* functions
502aca9e6cea1be99ed3a30ed511bc49cd189160 authored almost 13 years ago by Gildas Lormeau <[email protected]>
502aca9e6cea1be99ed3a30ed511bc49cd189160 authored almost 13 years ago by Gildas Lormeau <[email protected]>
removed timeouted callbacks
d288d74d07b7e3806cd6da0b61e3e8924fbff280 authored almost 13 years ago by Gildas Lormeau <[email protected]>
d288d74d07b7e3806cd6da0b61e3e8924fbff280 authored almost 13 years ago by Gildas Lormeau <[email protected]>
data read with HttpReader is now deffered
f268312bad8bcb45b1e4ea72b893b3e92ca8bb2d authored almost 13 years ago by Gildas Lormeau <[email protected]>
f268312bad8bcb45b1e4ea72b893b3e92ca8bb2d authored almost 13 years ago by Gildas Lormeau <[email protected]>
added Reader and Writer constructors
08b4e2ce0e20fe9cd9dfd5d7344aa2541f6952bf authored almost 13 years ago by Gildas Lormeau <[email protected]>
08b4e2ce0e20fe9cd9dfd5d7344aa2541f6952bf authored almost 13 years ago by Gildas Lormeau <[email protected]>
Merge remote branch 'origin/master'
0636d1545941e12daa16a7896eb2b011f1a560ce authored almost 13 years ago by Gildas Lormeau <[email protected]>
0636d1545941e12daa16a7896eb2b011f1a560ce authored almost 13 years ago by Gildas Lormeau <[email protected]>
new Data64URIReader and Data64URIWriter implementations
3c7d135c84df375f02b7e137ad03e4c932d1efe9 authored almost 13 years ago by Gildas Lormeau <[email protected]>
3c7d135c84df375f02b7e137ad03e4c932d1efe9 authored almost 13 years ago by Gildas Lormeau <[email protected]>
fixed typo
4561b24adc92097e543c446dfa34481d74555e0d authored almost 13 years ago by check_ca <[email protected]>
4561b24adc92097e543c446dfa34481d74555e0d authored almost 13 years ago by check_ca <[email protected]>
fixed typo
08abfe1c7005f43806dd8c5ddaa0c9b0d159c514 authored almost 13 years ago by Gildas Lormeau <[email protected]>
08abfe1c7005f43806dd8c5ddaa0c9b0d159c514 authored almost 13 years ago by Gildas Lormeau <[email protected]>
fixed jshint issues
fdfecb87d722c45c24ed7d65df723a2c2ae4105b authored almost 13 years ago by Gildas Lormeau <[email protected]>
fdfecb87d722c45c24ed7d65df723a2c2ae4105b authored almost 13 years ago by Gildas Lormeau <[email protected]>
moved import and export methods into ZipEntry prototype + new test
4b5532b15a82d2c8cbbdbd767409479454d6c55d authored almost 13 years ago by Gildas Lormeau <[email protected]>
4b5532b15a82d2c8cbbdbd767409479454d6c55d authored almost 13 years ago by Gildas Lormeau <[email protected]>
check if entry file is defined when calling data getter
dec674fb07ff23a700831898c8b7617f9f0b881b authored almost 13 years ago by Gildas Lormeau <[email protected]>
dec674fb07ff23a700831898c8b7617f9f0b881b authored almost 13 years ago by Gildas Lormeau <[email protected]>
added missing onprogress parameter on data getters of ZipEntry prototype
578b89ae981bc79131bb93fe87d1d042b430084e authored almost 13 years ago by Gildas Lormeau <[email protected]>
578b89ae981bc79131bb93fe87d1d042b430084e authored almost 13 years ago by Gildas Lormeau <[email protected]>
added data getters in ZipEntry prototype
392eadeb998f093ff87400db8951777c65ae9667 authored almost 13 years ago by Gildas Lormeau <[email protected]>
392eadeb998f093ff87400db8951777c65ae9667 authored almost 13 years ago by Gildas Lormeau <[email protected]>
added BSD license
a0766a3e7a89d34709cae64740d3f5d88f58f817 authored almost 13 years ago by Gildas Lormeau <[email protected]>
a0766a3e7a89d34709cae64740d3f5d88f58f817 authored almost 13 years ago by Gildas Lormeau <[email protected]>
minor refactoring
673e5b589679eb38a878e8b2e90cebf879f400b1 authored almost 13 years ago by Gildas Lormeau <[email protected]>
673e5b589679eb38a878e8b2e90cebf879f400b1 authored almost 13 years ago by Gildas Lormeau <[email protected]>
minor fix
8bb89400cf4c81cb871cfcda4054a598532821de authored almost 13 years ago by Gildas Lormeau <[email protected]>
8bb89400cf4c81cb871cfcda4054a598532821de authored almost 13 years ago by Gildas Lormeau <[email protected]>
added "helper" methods
d4a815a6cafd93d26b4a60f0528b8dd020d4b344 authored almost 13 years ago by Gildas Lormeau <[email protected]>
d4a815a6cafd93d26b4a60f0528b8dd020d4b344 authored almost 13 years ago by Gildas Lormeau <[email protected]>
read local file header when extracting data
443bf806caa11990f6794eb45ac8350f0cbadb1a authored almost 13 years ago by Gildas Lormeau <[email protected]>
443bf806caa11990f6794eb45ac8350f0cbadb1a authored almost 13 years ago by Gildas Lormeau <[email protected]>
better test
0eadb44e6b30ec2b513b0dcc7287c044c3254545 authored almost 13 years ago by Gildas Lormeau <[email protected]>
0eadb44e6b30ec2b513b0dcc7287c044c3254545 authored almost 13 years ago by Gildas Lormeau <[email protected]>
size parameter is optional for FileData64URI constructor
be20fd77f6043d14844448f7921cdbc4e39a85a2 authored almost 13 years ago by Gildas Lormeau <[email protected]>
be20fd77f6043d14844448f7921cdbc4e39a85a2 authored almost 13 years ago by Gildas Lormeau <[email protected]>
compute crc32 after the message is sent to deflate worker
93bdd331a6e462e13fbe5b2d75ef0ba6b45ff66e authored almost 13 years ago by Gildas Lormeau <[email protected]>
93bdd331a6e462e13fbe5b2d75ef0ba6b45ff66e authored almost 13 years ago by Gildas Lormeau <[email protected]>
added FileHTTP test
9600cdc2309450cd862c83a285087743913a912a authored almost 13 years ago by Gildas Lormeau <[email protected]>
9600cdc2309450cd862c83a285087743913a912a authored almost 13 years ago by Gildas Lormeau <[email protected]>
added zip.fs.FileHTTP and zip.fs.FileHTTPRange constructors
0e05bf6d0684034bcae23684b0cd6905c9043f41 authored almost 13 years ago by Gildas Lormeau <[email protected]>
0e05bf6d0684034bcae23684b0cd6905c9043f41 authored almost 13 years ago by Gildas Lormeau <[email protected]>
fixed bug: onprogress currentIndex wasn't correct when exporting zip
de845594cf69932c20556c7d9b79a265ff0e49cb authored almost 13 years ago by Gildas Lormeau <[email protected]>
de845594cf69932c20556c7d9b79a265ff0e49cb authored almost 13 years ago by Gildas Lormeau <[email protected]>
added zip example
306f82d546f58d8036312034a74fe70b07fe04b2 authored almost 13 years ago by Gildas Lormeau <[email protected]>
306f82d546f58d8036312034a74fe70b07fe04b2 authored almost 13 years ago by Gildas Lormeau <[email protected]>
added HttpReader test
5be95d5b672b66b00588803383c4940fc195758b authored almost 13 years ago by Gildas Lormeau <[email protected]>
5be95d5b672b66b00588803383c4940fc195758b authored almost 13 years ago by Gildas Lormeau <[email protected]>