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

Merge remote-tracking branch 'original/master'

6931dae24f729399100ee7a6fe5dce43007581f0 authored over 7 years ago by Ben Hollis <[email protected]>
Merge pull request #170 from DianaTsygikal/#168SyntaxError

Fixed SyntaxError: Functions cannot be declared in a nested block in …

563fe1da2579e55ae0ab1fed38a3b37a234e239e authored over 7 years ago by Rob Wu <[email protected]>
Fixed SyntaxError: Functions cannot be declared in a nested block in strict mode #168.

4cc09badb97d3298f55cb53f9a02ed373eb2275c authored over 7 years ago by Tsygikal, Diana <[email protected]>
Merge pull request #165 from Prepd-Root/master

fix to read all the entries until no entries are returned

9086ea665b0571f5e8d24d528ab6a5ed621a9215 authored almost 8 years ago by Rob Wu <[email protected]>
add test case for readEntries()

this commit contains a test case to validate that all the files in the filesystem are imported i...

57e21eeb487425a8447c330d711170129b11fc7b authored almost 8 years ago by Prepd-Root <[email protected]>
fix to read all the entries until no entries are returned

the filesystem api specifies that readEntries needs to be called until no more results are retur...

23ce3a5d916b7c488753e4523967bf689c661680 authored almost 8 years ago by Prepd-Root <[email protected]>
Merge pull request #164 from porseland/porseland-httpreader-with-writer

Fix HttpReader when response has no content length

36f9f966e3e118fb97b0a889ae1d86151ce443ca authored almost 8 years ago by Rob Wu <[email protected]>
Fix HttpReader when response has no content length

Fixes a issue when using the HttpReader together with a zip writer. When the header request does...

f7583c768fc4c2e1dd6460bd8332be369c447cbf authored about 8 years ago by Henrik Porseland <[email protected]>
Added a npm package file.

1b9127a1448a80af7b51af838b835c1a915403ad authored about 8 years ago by SunburnedGoose <[email protected]>
Merge pull request #129 from duanyao/master

Fix zero-length file issue (#128).

1bead0a3bb9d2e50ea34094bbfe9bb6a2196939a authored over 9 years ago by Rob Wu <[email protected]>
Fix zero-length file issue (#128).

a192d4fa61f8cbad3672d399728bb54dbaae5b9e authored over 9 years ago by Duan Yao <[email protected]>
Merge pull request #123 from NikoDelarich/master

Fix #121: Add workaround for IE10

7ff490597070d8baf4c432461fb59bfb6890292a authored over 9 years ago by Rob Wu <[email protected]>
Update zip.js & z-worker.js to work around IE10 bug #783468

Retry postMessage without transferables if exception is thrown.
IE 10 Bug description:
https://c...

c40697914412bb46ba5ed34ef5feb4d0a420ac7a authored over 9 years ago by Niko <[email protected]>
Merge pull request #113 from duanyao/config_back_comp

Add z-worker.js to configuration options and resolve worker scripts against base URI

bfd76c66293305faaf9fcbb65b5ff7fe2dbe621a authored almost 10 years ago by Rob Wu <[email protected]>
Improve workerScripts/workerScriptsPath configuration handling

7a4949d43170db18fe3612257f8462dd599a5434 authored about 10 years ago by Duan Yao <[email protected]>
Fix zip.workerScriptsPath backward compatibility issue and deprecate zip.workerScriptsPath.

7ddddc33fae550ca0b8eefc8f115428720f4a940 authored about 10 years ago by Duan Yao <[email protected]>
Restore workerScriptsPath option (#112)

c9039af8bbd176e6bab114f7ce34353824678bba authored about 10 years ago by Rob Wu <[email protected]>
Merge pull request #108 from duanyao/worker_improvement

- Use one Web Worker per ZipReader / ZipWriter instead of a temporary Worker per getEntries meth...

ac4dd7e46017587af58eafd2d3a00207d96d6c2c authored about 10 years ago by Rob Wu <[email protected]>
Fix jshint errors.

3d6fdda358a6c0afc41aebb2ebee413175d10283 authored about 10 years ago by Duan Yao <[email protected]>
Create codecs interop test

0bf8569e414858612089ffc969ea4b47db4955a9 authored about 10 years ago by Duan Yao <[email protected]>
Improve parallel reads test (test15)

4bfce033e6c524df5501d11c6902c9a7ed0fc112 authored about 10 years ago by Duan Yao <[email protected]>
Adapt existing tests to the new zip.workerScripts option

1c6a326243d23b278192c2103139d188193a9a3e authored about 10 years ago by Duan Yao <[email protected]>
Improve error handling

a9aad6ad1bdc8d6c947d8a8d5a0f0c8588195ae3 authored about 10 years ago by Duan Yao <[email protected]>
Coding style improvements

Coding style improvement

Coding style improvements

809262d4b0668467ee69b583adc4bfe184ff0469 authored about 10 years ago by duanyao <[email protected]>
Move crc32 into worker, further reduce main thread's load.

08691f4d63d3e4e0f45686861a749ef9768f5499 authored about 10 years ago by Duan Yao <[email protected]>
Add codecs wrappers for zlib-asm and pako, as replacements for default codecs(deflate.js/inflate.js).

Fix data duplication bug of pako/codecs.js

Add codecs wrappers for zlib-asm and pako, as replac...

d875db02786dcff6c460dd0d38a9f7f0d89c2c3e authored about 10 years ago by Duan Yao <[email protected]>
Use a single web worker for all tasks in a ZipReader/ZipWriter.

53bc29b9132a2687a1db53d578716545be3e1d97 authored about 10 years ago by duanyao <[email protected]>
Separate codecs (Inflater/Deflater) and worker codes, and allow pluggable codecs.

9dd6567476c8bb55a77c53d1dd61d3d4cc39634b authored about 10 years ago by Duan Yao <[email protected]>
Merge pull request #107 from duanyao/Fix_seekEOCDR

Fix seekEOCDR: don't search entire file.

87b9ffedee076517459a95acd483e440f1c88317 authored about 10 years ago by Rob Wu <[email protected]>
Simplified seekEOCDR()

a5cc569832d931289a453847601adebfb87313be authored about 10 years ago by Duan Yao <[email protected]>
Merge pull request #109 from duanyao/Fix_native_codecs

Fix native codecs

a366b9c74d7a593fb945f94ab8e97eaffb0de36c authored about 10 years ago by Rob Wu <[email protected]>
inflate|deflate.js: report error by throwing Error.

d55a278f99c4f4d4b58fe52c2595e85f06c814f8 authored about 10 years ago by duanyao <[email protected]>
Fix inflate.js error handling, according to nahidakbar in issue #101

af8dbe2a4e28146e875f9746254cee90e5dd1bab authored about 10 years ago by duanyao <[email protected]>
Fix seekEOCDR: don't search entire file.

df02d40eb950524bfcaee7f94c4a9349bc540232 authored about 10 years ago by duanyao <[email protected]>
Merge pull request #67 from Rob--W/master

Define missing onerror callback

f0b389d768d0a316d05c6d9b9b912db10474051b authored about 10 years ago by Rob Wu <[email protected]>
Define onerror callback if not specified

0dd0738fe652e37579859f1e031f34125c912ea1 authored over 11 years ago by Rob Wu <[email protected]>
Use strict mode, add jshintrc and enforce jshint

0bf7f1d4aa934ec074970c9542af74996d504e15 authored over 11 years ago by Rob Wu <[email protected]>
Merge pull request #43 from Rob--W/master

Case-insentivity for MIME-type mapping

4c93974e90e8bf9405bc72e139436325f2caf954 authored over 11 years ago by gildas-lormeau <[email protected]>
Case-insentivity for MIME-type mapping

ce88e6aeb3e1b2432f8647c17f220f025c8f7661 authored over 11 years ago by Rob Wu <[email protected]>
fixed issue when using FileWriter

595393b09bf8096fe5b69ce94cb51b09f8619e85 authored almost 12 years ago by Gildas Lormeau <[email protected]>
minor fix

a46c00b5db15ea929177c3153d3faf008b398b47 authored almost 12 years ago by Gildas Lormeau <[email protected]>
added constants

26b27d4cf044f7be0398a06a8419e62e41aeb2bb authored almost 12 years ago by Gildas Lormeau <[email protected]>
removed Array#forEach calls

647175074b2293968016b98f92b42ea6384f1cc5 authored almost 12 years ago by Gildas Lormeau <[email protected]>
fixed minor issue about file names

e9a4ea5be69762f4177fbed8b0a89b1f4bb15506 authored almost 12 years ago by Gildas Lormeau <[email protected]>
simplified error callback call

731c61c4f52e083bc9aa9ebe9c1951de47131044 authored almost 12 years ago by Gildas Lormeau <[email protected]>
don't throw exception when adding duplicated filename in a zip file

c89853b38473bed9ac3eb4c8dba9258024ec25d2 authored almost 12 years ago by Gildas Lormeau <[email protected]>
moved FileWriter into zip-ext.js

aa740a3fe9932109e93732cd031b2a99a7bbc0e0 authored almost 12 years ago by Gildas Lormeau <[email protected]>
fixed zip-fs.js (zip-ext.js is now optional)

9cbeaeccc2194e6297fa13997ec203883c4f59c1 authored almost 12 years ago by Gildas Lormeau <[email protected]>
moved ArrayBufferReader and ArrayBufferWriter in zip-ext.js

25daed2c31529c297d43b0b3a78b4f41b2e4f56e authored almost 12 years ago by Gildas Lormeau <[email protected]>
updated license year

5080ef7b1bcbe7a1442bf7624db9e0da5603058d authored almost 12 years ago by Gildas Lormeau <[email protected]>
moved ERR_HTTP_RANGE var

333e3faebd521ca5bf3a2ac869cab2b4d54664c9 authored almost 12 years ago by Gildas Lormeau <[email protected]>
moved HttpReader and HttpRangeReader into the new optional zip-ext.js

file

591c1ffe1b1de0eb56d11b970b5e6b46f2fffd04 authored almost 12 years ago by Gildas Lormeau <[email protected]>
fixed jshint warnings

6bbd666b61f18fa0e981e4a5b4fa3ecc985aca38 authored almost 12 years ago by Gildas Lormeau <[email protected]>
removed irrelevant code

0c11ec6a2c18cbc2c2fb13c58e905bfea7e998d8 authored almost 12 years ago by Gildas Lormeau <[email protected]>
stupid commit

c32fc310d17c6edbf89b866622527459ec52d6d7 authored almost 12 years ago by Gildas Lormeau <[email protected]>
Fixed issue #39 : added optional encoding parameter to zip.TextWriter.

cff4d4f94ba7667812ed3016ef617611777d5528 authored almost 12 years ago by Gildas Lormeau <[email protected]>
fixed issue #40 (thanks to @Jacob-Christian-Munch-Andersen)

e5d10d8fc84d2221eda59139de1e3f32a9993946 authored almost 12 years ago by Gildas Lormeau <[email protected]>
added missing parameter

a30a60307c6dc9e9f6b0965cf915e75c99bbb364 authored almost 12 years ago by Gildas Lormeau <[email protected]>
fixed issue #29

75e8b36b46e5d450f803128ec7a0b1c10091344b authored almost 12 years ago by Gildas Lormeau <[email protected]>
removed obsolete hack

33d86dbc1508ac217ebd9895732619872d893b23 authored almost 12 years ago by Gildas Lormeau <[email protected]>
simplified code

301dc930e04ea800353a158fbb2c054a275cfb95 authored almost 12 years ago by Gildas Lormeau <[email protected]>
fixed issue with IE10

1fcafe6c2a680deff01eca890b8371f0315ced7b authored almost 12 years ago by Gildas Lormeau <[email protected]>
formatted code

ba165115cf348eea00e9d19f93c1faca57c81548 authored almost 12 years ago by Gildas Lormeau <[email protected]>
Replace BlobBuilder with Blob constructor

956b9885bea830c37a7713c1ef637242ffbd0e61 authored almost 12 years ago by Dāvis <[email protected]>
fixed missing variable declarations

e5bc8cf2a401142652881e18e57ba9877c6133ad authored almost 12 years ago by Gildas Lormeau <[email protected]>
ZInputStream.read method return sometimes zero instead

of -1 at the end of stream.

3d3c6fcbf338221f5753e4923e16edb9e902f3ac authored almost 12 years ago by Gildas Lormeau <[email protected]>
fixed issue when an empty filename is given to zip.getMimeType

b428c0d534eae9583fb6e70f98d323e5deb9c79a authored about 12 years ago by Gildas Lormeau <[email protected]>
linted code #2

e4aabedea80a9059de3054ce09cd5fa39f73d8ce authored about 12 years ago by Gildas Lormeau <[email protected]>
linted code

f4b6ffbe0b1a503730e9a5b20eda287812b9df87 authored about 12 years ago by Gildas Lormeau <[email protected]>
fixed test

981e2ae5051745fae0bdd689a32e3fa9e39c3aea authored about 12 years ago by Gildas Lormeau <[email protected]>
added ArrayBufferReader/ArrayBufferWriter example

0d247c95396e7686652a35b6d04b1fbb5cbdf670 authored about 12 years ago by Gildas Lormeau <[email protected]>
added missing parameter

7e8fc2bfd4a68e9528566fdc85758cf5155528b9 authored about 12 years ago by Gildas Lormeau <[email protected]>
Merge pull request #23 from Renanse/master

Handling non-zero length comments

272ede16ac2f231dc8193452136db1e45b3b48c9 authored about 12 years ago by gildas-lormeau <[email protected]>
Updated to handle zip files with non-zero length comments.

The "End of central directory record" is only 22 bytes from the end if the comment length is 0. ...

bc7be190f0e640008e0f04a5ed588540960fde8c authored about 12 years ago by Joshua Slack <[email protected]>
fixed issue #19

eea42f11e3f78d4121455303b0759e57fb37fbf0 authored over 12 years ago by Gildas Lormeau <[email protected]>
fixed issue 19

b3b75b13400c66be3eed75861f8403c881c350ea authored over 12 years ago by Gildas Lormeau <[email protected]>
added mime types

bb09d7213b5456bc29ce72889326eb8acf685ea5 authored over 12 years ago by Gildas Lormeau <[email protected]>
added default zip.getMimeType function used in getFileEntry function

b723700bdae482e3f209fab535e96f9c452fc40d authored over 12 years ago by Gildas Lormeau <[email protected]>
added jshint validation

d87cfb0664a95ac092bf43e2d80d706a5e5e318b authored over 12 years ago by Gildas Lormeau <[email protected]>
formatted code

81dd134d80ed3050acf403c762d8c73bb490ea6d authored over 12 years ago by Gildas Lormeau <[email protected]>
fixed regression

ebb2216232c0d28a6e0322f97f30a5ce979930b4 authored over 12 years ago by Gildas Lormeau <[email protected]>
added missing file

20f50339f621980a4457643568dfd9ebba6016e4 authored over 12 years ago by Gildas Lormeau <[email protected]>
added zip.getMimeType() use

e1c195f01ceaa71cd59b2b33f021a2e84415f6f4 authored over 12 years ago by Gildas Lormeau <[email protected]>
added mime type parameters

cd653ffbc5503c9f7929c9ff20bdbc02f467dda3 authored over 12 years ago by Gildas Lormeau <[email protected]>
removed BlobBuilder use from tests

48dc2439855775610399823fd7ca20fddffac761 authored over 12 years ago by Gildas Lormeau <[email protected]>
removed obsolete onerror parameter

e26da42b8e024fa393ede06cd47a0a2cff8b93dd authored over 12 years ago by Gildas Lormeau <[email protected]>
added optional mime-type.js

0b9acf53f4ca6cda071ea89cd80e613661bc0508 authored over 12 years ago by Gildas Lormeau <[email protected]>
removed global object reference

80f59c74baede4020da7be2eeb7fc5be388b934b authored over 12 years ago by Gildas Lormeau <[email protected]>
added mimeType parameter in ZipFileEntry.prototype.getBlob

b86e51d1accc9929b6326bc8ef46b5a764109f01 authored over 12 years ago by Gildas Lormeau <[email protected]>
fixed issue #17

6260f0d5a06820984ae3e22628083f43f24a4162 authored over 12 years ago by Gildas Lormeau <[email protected]>
Update WebContent/zip.js

removed not-working test

401ff262f07357d95777df61c947de949299beed authored over 12 years ago by gildas-lormeau <[email protected]>
Added info about license (issue #10)

88fef8373f65beba9c4c136eb65b066ffe472468 authored over 12 years ago by Gildas Lormeau <[email protected]>
fixed issue #14

1f910f2e853d60e9aafbf694b82e1f63c0662f63 authored over 12 years ago by Gildas Lormeau <[email protected]>
fixed minor issue with onprogress parameter values

cd6243e0144a8799063a0f12881ec28fe6232529 authored over 12 years ago by Gildas Lormeau <[email protected]>
use unicode notation for ASCII extended table

24079d6249fb04cc250563a6413a1a2cb281385b authored over 12 years ago by Gildas Lormeau <[email protected]>
fixed some issues with objects content type

96011fc9cc3a8e672949a3283284e70154cba445 authored over 12 years ago by Gildas Lormeau <[email protected]>
fixed a bug with pending bytes in Data64URIWriter

6f6407580d1c21d78d4afd49884b7d9fa5f93923 authored almost 13 years ago by Gildas Lormeau <[email protected]>
moved crc32Table into Crc32 prototype

fb2c63fb5ac8393d4e0f5f97ecbe68a6d1d46457 authored almost 13 years ago by Gildas Lormeau <[email protected]>
removed obsolete code

05048682aa23d8c593a35b814e926bd583ebbe94 authored almost 13 years ago by Gildas Lormeau <[email protected]>
added URL source code

f5b4df8cae80ffe95013eb297d593140f8ce3669 authored almost 13 years ago by Gildas Lormeau <[email protected]>