An open API service providing commit metadata for open source projects.

GitHub / codedread/bitjs / commits

Binary Tools for JavaScript

SHA Message Author Date Stats
d89e7d72 Add an example of how to use zipper.start() and zipper.appendFiles() Jeff Schiller <c****d@g****m> 11 months ago
654e9da2 update changelog Jeff Schiller <c****d@g****m> 11 months ago
5c83a913 Fix issue #52, a race condition with Zipper and release 1.2.5 Jeff Schiller <c****d@g****m> 11 months ago
2aa0fdec merge Merge pull request #51 from codedread/dependabot/npm_and_yarn/multi-456de2e4f1 Jeff Schiller <c****d@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
51e4691c Bump serialize-javascript and mocha
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
08e21a42 merge Merge pull request #50 from codedread/dependabot/npm_and_yarn/braces-3.0.3 Jeff Schiller <c****d@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
3d98e9b2 Fix import error in unrar/rarvm, v1.2.4 Jeff Schiller <c****d@g****m> over 1 year ago
ebfb7875 Declare Bits variable in Unpack20() Jeff Schiller <c****d@g****m> over 1 year ago
5adb3e92 Make BitStream docs a little clearer in README Jeff Schiller <c****d@g****m> about 2 years ago
89d04f61 Bump braces from 3.0.2 to 3.0.3
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
610e6f14 Correct typo Jeff Schiller <c****d@g****m> over 2 years ago
14f82a83 Update TS types Jeff Schiller <c****d@g****m> over 2 years ago
440478c5 Update docs for gunzip Jeff Schiller <c****d@g****m> over 2 years ago
5facf91d Update changelog for 1.2.3 release Jeff Schiller <c****d@g****m> over 2 years ago
813b154e For issue #48, add Gunzipper that relies on DecompressionStream('gzip'). Jeff Schiller <c****d@g****m> over 2 years ago
d01610ac Move INFLATE implementation into its own module. Jeff Schiller <c****d@g****m> over 2 years ago
abcf593d Added a getData() method to ByteBuffer. Jeff Schiller <c****d@g****m> over 2 years ago
1852dc65 Remove unneded afterEach() in decompress unit tests Jeff Schiller <c****d@g****m> over 2 years ago
51a4f84e Type in types file Jeff Schiller <c****d@g****m> over 2 years ago
1fab6b1c Updates types after adding onExtract, etc Jeff Schiller <c****d@g****m> over 2 years ago
426741a4 Fix unrar unit tests. Remove RAR5 test files. Properly error on RAR5 files fo... Jeff Schiller <c****d@g****m> over 2 years ago
ede9c6aa For issue #47, add semantic event handlers to Unarchiver (onProgress, onExtract) Jeff Schiller <c****d@g****m> over 2 years ago
675512cf Tweak README for 1.2.2 release Jeff Schiller <c****d@g****m> over 2 years ago
08a0fd8e Updat TS types Jeff Schiller <c****d@g****m> over 2 years ago
b00dc809 Update some TODOs for a 2.0 release Jeff Schiller <c****d@g****m> over 2 years ago
f738d733 Update docs in prep for 1.2.2 release Jeff Schiller <c****d@g****m> over 2 years ago
e03fe7c4 Add one more byte for the gzip signature Jeff Schiller <c****d@g****m> over 2 years ago
4ca68bd3 Fix issue #38: Use runtime's native DecompressionStream to inflate zip streams. Jeff Schiller <c****d@g****m> over 2 years ago
5bf583c6 Fix JS error in WebWorker wrapper Jeff Schiller <c****d@g****m> over 2 years ago
6d7d4aba Add gzip detection to file sniffer Jeff Schiller <c****d@g****m> over 2 years ago
4fc5ce45 Only have a unit test for DEFLATE when the runtime supports CompressionStream... Jeff Schiller <c****d@g****m> over 2 years ago
6c19e3a9 For issue #40, support DEFLATE compression in Zipper where the runtime suppor... Jeff Schiller <c****d@g****m> over 2 years ago
c07aa83e io: Add skip() method to BitStream and beef up unit tests Jeff Schiller <c****d@g****m> over 2 years ago
45fdedd6 Move some common type definitions into archive/common.js and some comments. Jeff Schiller <c****d@g****m> over 2 years ago
4fc0c3da Update changelog for 1.2.1 release Jeff Schiller <c****d@g****m> over 2 years ago
98f98b81 nit: jsdoc typo Jeff Schiller <c****d@g****m> over 2 years ago
1cd392e3 Tweak README Jeff Schiller <c****d@g****m> over 2 years ago
d2f35163 Remove Node 18 from actions since it does not support CustomEvent. Jeff Schiller <c****d@g****m> over 2 years ago
12676915 Remove all PNG parser boilerplate events and use CustomEvent. Jeff Schiller <c****d@g****m> over 2 years ago
17c58ec4 Remove Jpeg parse event boilerplate Jeff Schiller <c****d@g****m> over 2 years ago
c3a7b35f Remove GIF parser event boilerplate in favor of a @template solution using Cu... Jeff Schiller <c****d@g****m> over 2 years ago
5aff47cc Add license header to exif.js Jeff Schiller <c****d@g****m> over 2 years ago
0a79ef1c Add back in missing DEBUG variable for png.js Jeff Schiller <c****d@g****m> over 2 years ago
f1096f0a PngParser: Add support for sPLT chunk Jeff Schiller <c****d@g****m> over 2 years ago
7b1906a9 PngParser: Add support for hIST chunk Jeff Schiller <c****d@g****m> over 2 years ago
aeb5bb2f PngParser: Add support for eXIf chunk Jeff Schiller <c****d@g****m> over 2 years ago
29ca69e8 Move EXIF profile extraction from jpeg.js into exif.js Jeff Schiller <c****d@g****m> over 2 years ago
17b38507 PngParser: Add support for pHYs chunk Jeff Schiller <c****d@g****m> over 2 years ago
1869cd7b PngParser: Add support for tIME chunk. Jeff Schiller <c****d@g****m> over 2 years ago
9f5b3a48 PngParser: Add support for bKGD chunk Jeff Schiller <c****d@g****m> over 2 years ago
af72e198 PngParser: Add support for iTXt chunk Jeff Schiller <c****d@g****m> over 2 years ago
153405a4 PnParser: Confirm decompressed text in zTXt chunk in unit test Jeff Schiller <c****d@g****m> over 2 years ago
ade8f1a9 PngParser: Add support for zTXt chunk Jeff Schiller <c****d@g****m> over 2 years ago
afb1a67f PngParser: Add support for tEXt chunk Jeff Schiller <c****d@g****m> over 2 years ago
8694b6ca PngParser: Add support for cHRM chunk Jeff Schiller <c****d@g****m> over 2 years ago
f1efe8cd PngParser: Add support for tRNS chunk. Jeff Schiller <c****d@g****m> over 2 years ago
6ff93337 PngParser: Handle sBIT chunk. Jeff Schiller <c****d@g****m> over 2 years ago
1d0abcae PngParser: Handle gAMA chunk Jeff Schiller <c****d@g****m> over 2 years ago
b359f922 PngParser: Add unit test for PLTE chunk Jeff Schiller <c****d@g****m> over 2 years ago
193cafa5 Starter PNG parser Jeff Schiller <c****d@g****m> over 2 years ago
2825df0b Fix bug with ByteStream.skip(0) not returning itself Jeff Schiller <c****d@g****m> over 2 years ago
2b772f8b Updated readme and changelog for 1.2.0 release Jeff Schiller <c****d@g****m> over 2 years ago
2645f57b Update exported types for image parsers. Jeff Schiller <c****d@g****m> over 2 years ago
35e8ca94 First version of JPEG and EXIF parser with starter unit tests and updated docs. Jeff Schiller <c****d@g****m> over 2 years ago
24edc8cb Minor typo in comment Jeff Schiller <c****d@g****m> over 2 years ago
5fe66881 Add optional boolean parameter for setLittleEndian() and setBigEndian() Jeff Schiller <c****d@g****m> over 2 years ago
5aad62cc Add explicit type-safe methods to bind for GIF events. Jeff Schiller <c****d@g****m> over 2 years ago
18f4ceb3 Add note about teed streams not connected to original stream to docs. Jeff Schiller <c****d@g****m> over 2 years ago
983a7206 merge Merge branch 'master' of github.com:codedread/bitjs Jeff Schiller <c****d@g****m> over 2 years ago
053d4bc1 Fix bug with tee() so that endianness is also copied to teed stream. Jeff Schiller <c****d@g****m> over 2 years ago
0f7438b9 Create CODE_OF_CONDUCT.md Jeff Schiller <c****d@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
79c289af Better explanation for tee() Jeff Schiller <c****d@g****m> over 2 years ago
004cd873 Mention peek methods exist on ByteStream. Jeff Schiller <c****d@g****m> over 2 years ago
208b69a6 Make skip() return the ByteStream, for chaining. Document the tee() method. Jeff Schiller <c****d@g****m> over 2 years ago
b72e629d Update changelog for pending changes in 1.2.0 Jeff Schiller <c****d@g****m> over 2 years ago
c1627f91 Update to archive docs Jeff Schiller <c****d@g****m> over 2 years ago
acaa3a90 Add skip() method to ByteStream Jeff Schiller <c****d@g****m> over 2 years ago
ee571445 Tweaks to ByteStream docs Jeff Schiller <c****d@g****m> over 2 years ago
05cbcdc5 Add some docs for ByteStream Jeff Schiller <c****d@g****m> over 2 years ago
cb95ddc3 io: Handle big-endian in ByteStream Jeff Schiller <c****d@g****m> over 2 years ago
6d1d33e9 Up-rev to 1.2.0 to account for new image/parsers package. Jeff Schiller <c****d@g****m> over 2 years ago
757a489c Update TS types for GifParser and related types. Jeff Schiller <c****d@g****m> over 2 years ago
13d8a166 Add a GIF Parser into image/parsers Jeff Schiller <c****d@g****m> over 2 years ago
9558624b Rename a couple unit tests Jeff Schiller <c****d@g****m> over 2 years ago
8e1a7f3d Fix compress after previous refactor and add a unit test. Jeff Schiller <c****d@g****m> over 2 years ago
65db5bdb Add some more RAR files for test coverage. Update test coverage to include ar... Jeff Schiller <c****d@g****m> over 2 years ago
f64c744a Update changelog for 1.1.7 release Jeff Schiller <c****d@g****m> over 2 years ago
2dd0a815 Add some documentation for BitStream Jeff Schiller <c****d@g****m> over 2 years ago
617a63e1 Add Node 21 to testing action. Jeff Schiller <c****d@g****m> over 2 years ago
575c537b Update github checkout and setup-node actions to v4 Jeff Schiller <c****d@g****m> over 2 years ago
2e1d9177 Remove old HTML archive unit tests - only automated tests going forward Jeff Schiller <c****d@g****m> over 2 years ago
cf26e0a2 Add some unit tests for unarchivers. Provide a way to disconnect the impl fro... Jeff Schiller <c****d@g****m> over 2 years ago
eba7042a Update type source map Jeff Schiller <c****d@g****m> over 2 years ago
5d658782 Write better documentation on unarchiving Jeff Schiller <c****d@g****m> over 2 years ago
e6d13d94 Commonize on port-connected behavior for compressors and decompressors (part ... Jeff Schiller <c****d@g****m> over 2 years ago
48766d01 For issue #44, make the Zipper use MessageChannel and not have a hard depende... Jeff Schiller <c****d@g****m> over 2 years ago
eeb228a5 Remove decompress-internal.js and pathToBitJS for decompress. Jeff Schiller <c****d@g****m> over 2 years ago
d557383c For issue #44, remove the need for a pathToBitJS while unarchiving. Jeff Schiller <c****d@g****m> over 2 years ago
f71c893f Fix issue #44, make decompress work in NodeJS (use Worker only where possible). Jeff Schiller <c****d@g****m> over 2 years ago
5ad89892 Move archive events into its own module. Jeff Schiller <c****d@g****m> over 2 years ago

← Back to repository