Jeff Schiller
|
241c2bc1be
|
One more tweak to README
|
2022-10-30 14:27:30 -07:00 |
|
Jeff Schiller
|
fd2815ce83
|
A couple typos
|
2022-10-30 14:26:25 -07:00 |
|
Jeff Schiller
|
9b1dfe8253
|
Tweak headings in README
|
2022-10-30 14:26:13 -07:00 |
|
Jeff Schiller
|
623e99cd2b
|
Add a package for detect audio/video codec information from ffprobe JSON output
|
2022-10-30 14:24:19 -07:00 |
|
Jeff Schiller
|
d4d854847f
|
Update file sniffer.js for public class fields
|
2022-04-27 13:36:22 -07:00 |
|
Jeff Schiller
|
660810b03d
|
Merge branch 'master' of https://github.com/codedread/bitjs
|
2022-04-27 13:35:36 -07:00 |
|
Jeff Schiller
|
84514d1617
|
Update to @returns in all jsdoc
|
2022-04-27 13:31:18 -07:00 |
|
Jeff Schiller
|
abfce6866f
|
Merge pull request #34 from andrebrait/patch-2
Add more details on how to parse the remainders
|
2022-03-05 09:29:57 -08:00 |
|
Andre Brait
|
81194d04a2
|
Fix remainder byte order
|
2022-03-05 18:25:03 +01:00 |
|
Andre Brait
|
cbcf2c4906
|
Add more details on how to parse the remainders
Also add me as contributor ;)
|
2022-03-05 18:18:48 +01:00 |
|
Jeff Schiller
|
786f00b3c4
|
Merge pull request #33 from andrebrait/patch-1
Fix wrong flag bit order
|
2022-03-04 14:25:36 -08:00 |
|
Andre Brait
|
412130bce0
|
Fix wrong flag bit order
|
2022-03-04 22:55:57 +01:00 |
|
Jeff Schiller
|
0a812cb169
|
Merge pull request #32 from andrebrait/patch-1
Fix/add details about the ExtTime structure
|
2022-03-04 08:53:18 -08:00 |
|
Andre Brait
|
fb0e5ff9b0
|
Fix/add details about the ExtTime structure
|
2022-03-04 16:44:33 +01:00 |
|
Jeff Schiller
|
bab0864bf8
|
Lesson: don't be stupid and rename a function at the last minute and check it in...
|
2022-01-14 12:54:18 -08:00 |
|
Jeff Schiller
|
7746b8c03f
|
Tweak the file signature sniffer so byte tree initialization happens lazily.
|
2022-01-14 12:17:03 -08:00 |
|
Jeff Schiller
|
96ba25aef7
|
Update file comments in decompress-internal.js
|
2021-12-29 20:19:28 -08:00 |
|
Jeff Schiller
|
3d9bf2ae72
|
Update README for the ZIpper.
|
2021-12-29 20:14:02 -08:00 |
|
Jeff Schiller
|
cc59935e72
|
Some minor API updates.
|
2021-12-29 20:01:48 -08:00 |
|
Jeff Schiller
|
24b1603968
|
Add a BitBuffer to the io package and a few tests
|
2021-12-20 20:35:59 -08:00 |
|
Jeff Schiller
|
596a859bdc
|
Implement crc32 calculation for issue #29
|
2021-12-16 15:09:20 -05:00 |
|
Jeff Schiller
|
c0afe7637e
|
Start on issue #29: Add a Zipper that can take multiple files and produce a zip file as an array of bytes (storage only, no compression)
|
2021-12-12 23:39:09 -08:00 |
|
Jeff Schiller
|
7389b71cf9
|
Delete
|
2021-12-12 16:57:16 -08:00 |
|
Jeff Schiller
|
a7458aca9d
|
Fix references in rename
|
2021-12-12 16:55:38 -08:00 |
|
Jeff Schiller
|
adc2f698ae
|
Rename unzipper test harness files.
|
2021-12-12 15:34:58 -08:00 |
|
Jeff Schiller
|
755aba54bd
|
Make buffers transferable out of the Worker for unrar/untar too
|
2021-12-12 12:58:34 -08:00 |
|
Jeff Schiller
|
85dcee80ec
|
Experiment with marking ArrayBuffers are Transferable across the Worker thread boundary for unzip.
|
2021-12-12 12:15:29 -08:00 |
|
Jeff Schiller
|
2a90e32c89
|
Updates to jsdoc for better IDE analysis. A couple other minor tweaks.
|
2021-12-12 11:01:41 -08:00 |
|
Jeff Schiller
|
843caf4e61
|
Use JS Map instead of JS object for the huffman code tables. Seems to be a pretty good performance improvement on Chrome, Safari, Firefox.
|
2021-12-12 00:32:28 -08:00 |
|
Jeff Schiller
|
4496948aaf
|
Add a getMIMEType() method to Unarchiver
|
2021-06-20 13:49:23 -07:00 |
|
Jeff Schiller
|
cd847d1b71
|
Add TAR magic numbers to file sniffer.
|
2021-06-20 12:59:11 -07:00 |
|
Jeff Schiller
|
8bf65d6384
|
Add an UnarchiveAppendEvent so listeners can tell when the ArrayBuffer has received more bytes.
|
2021-06-20 10:31:38 -07:00 |
|
Jeff Schiller
|
a5e3d2f0b5
|
Move actual archive functionality into archive-internal.js so we can eventually unit test it in nodejs.
|
2021-06-20 10:19:43 -07:00 |
|
Jeff Schiller
|
7f5cba6150
|
Merge branch 'master' of https://github.com/codedread/bitjs
|
2021-06-02 23:30:34 -07:00 |
|
Jeff Schiller
|
ad6bd4f2e6
|
Add CI badge to README
|
2021-06-02 23:30:15 -07:00 |
|
Jeff Schiller
|
d615869855
|
Create node.js.yml workflow
|
2021-06-02 23:27:59 -07:00 |
|
Jeff Schiller
|
f195434de5
|
For Issue #27, rewrite most tests to use mocha/chai via npm run test
|
2021-06-02 23:26:58 -07:00 |
|
codedread
|
83442ea837
|
Update README
|
2020-10-23 23:57:31 -07:00 |
|
codedread
|
557a40e810
|
Add a couple audio file formats to sniffer
|
2020-07-17 11:01:08 -07:00 |
|
Jeff Schiller
|
e815252ae1
|
Merge pull request #22 from gavindsouza/patch-1
docs: Add Information about Package Installation
|
2020-07-17 09:55:47 -07:00 |
|
gavin
|
88083df3a1
|
docs: Add Information about Package Installation
|
2020-07-17 20:21:25 +05:30 |
|
codedread
|
1601d8678d
|
Update README with summary and reorder sections alphabetically
|
2020-05-01 09:34:46 -07:00 |
|
codedread
|
2db5b3b906
|
Fix issue #19: Support data descriptors in unzip.
|
2020-04-30 23:54:21 -07:00 |
|
codedread
|
97fcf8d630
|
Fix a minor bug with MIME type sniffing and let callers specify whether unarchivers should debug log to the console
|
2020-04-29 20:48:52 -07:00 |
|
codedread
|
155111e78a
|
Updates to package.json
|
2020-04-02 23:55:59 -07:00 |
|
codedread
|
49d000b55c
|
Newline
|
2020-04-02 23:49:55 -07:00 |
|
codedread
|
96c5a67ba3
|
1.0.0
|
2020-04-02 23:43:28 -07:00 |
|
codedread
|
60a6bf405c
|
Use the file sniffer inside archive.js
|
2020-04-02 23:43:24 -07:00 |
|
codedread
|
1570f058f8
|
First attempt at adding a npm package.json for Issue #16
|
2020-04-02 23:42:02 -07:00 |
|
codedread
|
92decf206d
|
Random update to the wasm module
|
2020-04-02 23:41:43 -07:00 |
|