|
68348b3673
|
🐛 Fix end of file reached error
|
2018-07-05 18:41:24 +02:00 |
|
|
5c915776aa
|
✨ Update solidpkg to use streams instead of buffers
|
2018-07-05 18:36:37 +02:00 |
|
|
28c0fdecf4
|
🗑 Remove debugging output
|
2018-07-05 18:24:20 +02:00 |
|
|
9994dffed2
|
🐛 Fix decrypt chunk
|
2018-07-05 18:22:20 +02:00 |
|
|
602b4b12d4
|
🗑 Remove unneeded code
|
2018-07-05 17:06:02 +02:00 |
|
|
f0cba0e955
|
🐛 Remove dataview from decryptChunk
|
2018-07-05 17:03:56 +02:00 |
|
|
c620a9f55e
|
🚧 Add debugging output
|
2018-07-05 16:42:04 +02:00 |
|
|
9c7f23ada0
|
Revert "🐛 Use UTF-16LE encoding for manifest XML files"
This reverts commit 4d3666d4c7 .
|
2018-07-05 16:00:47 +02:00 |
|
|
4d3666d4c7
|
🐛 Use UTF-16LE encoding for manifest XML files
|
2018-07-05 15:54:14 +02:00 |
|
|
d03355c61a
|
👷 Fix sourcemaps to include ts code
|
2018-07-05 15:32:05 +02:00 |
|
|
7dfe0176ab
|
🐛 Do not reuse TextDecoder for multiple stream decodes
|
2018-07-05 13:24:47 +02:00 |
|
|
66d14a1d5b
|
🎨 Improve streamToString performance
|
2018-07-05 13:13:05 +02:00 |
|
|
eab9a27fa6
|
🗑 Don't set max length a 2nd time
|
2018-07-05 12:41:28 +02:00 |
|
|
7cb458dfc5
|
♻ Rewrite decrypt transform
|
2018-07-05 11:39:39 +02:00 |
|
|
8755fda1e3
|
🐛 Fix decrypt transform
|
2018-07-05 11:37:23 +02:00 |
|
|
933134eb35
|
♻ Convert decrypt stream into transform
|
2018-07-05 11:32:29 +02:00 |
|
|
9688c12797
|
🎨 Minor function signature change
|
2018-07-05 03:32:54 +02:00 |
|
|
09de4b663b
|
♻ Rewrite decryptChunk
|
2018-07-05 03:30:13 +02:00 |
|
|
1230330ce1
|
🐛 Fix compressed size (it already includes the encryption header)
|
2018-07-05 03:13:51 +02:00 |
|
|
02f4d3ecb5
|
🐛 Do not skip encryption header in decryptChunk
|
2018-07-05 03:03:26 +02:00 |
|
|
213fcf91f7
|
🐛 Fix decrypt chunk
|
2018-07-05 03:01:45 +02:00 |
|
|
dac2e9286c
|
🐛 Update decryption keys
|
2018-07-05 02:55:18 +02:00 |
|
|
3e9f4843f8
|
🐛 Fix compressed size calculation, do not change original decryption keys
|
2018-07-05 02:50:47 +02:00 |
|
|
5ca48459c1
|
🐛 Fix compressed length; it must include the encryption header
|
2018-07-05 02:45:14 +02:00 |
|
|
050f82b382
|
🐛 Do not read beyond stream in decryptor
|
2018-07-05 02:39:17 +02:00 |
|
|
26467816f0
|
🎨 Replace new Buffer() by Buffer.alloc()
|
2018-07-05 02:37:00 +02:00 |
|
|
1d1b8930cf
|
🚑 Fix chunk decryption
|
2018-07-05 02:35:37 +02:00 |
|
|
4f0adf8931
|
🚑 Fix reading of local file header
|
2018-07-05 02:33:21 +02:00 |
|
|
520f9c2e39
|
🚑 Do not decode buffers to string
|
2018-07-05 02:21:19 +02:00 |
|
|
e952f714df
|
🚑 Fix reading of local file header
|
2018-07-05 02:18:47 +02:00 |
|
|
4fb3d1322c
|
🐛 Do not read beyond arraybuffer bounds
|
2018-07-05 02:17:28 +02:00 |
|
|
397e1fd172
|
🐛 Allow for 256kb piece lengths
|
2018-07-05 02:09:26 +02:00 |
|
|
58963160c2
|
🚑 Fix utility scripts
|
2018-07-05 02:06:19 +02:00 |
|
|
d79e7d289c
|
🚀 Use streams instead of arraybuffers
|
2018-07-05 01:58:01 +02:00 |
|
|
27afb62d49
|
🚑 Fix name of import in index.ts
|
2018-07-05 00:59:42 +02:00 |
|
|
ae2ac6d278
|
🚧 Partial switch to streams, and add utility endpoints
|
2018-07-05 00:58:40 +02:00 |
|
|
e14a8db179
|
♻ Extract patch verification into separate file
|
2018-07-04 22:24:24 +02:00 |
|
|
6ac41fcc48
|
🚑 Fix download file name
|
2018-07-04 22:10:59 +02:00 |
|
|
34a4372183
|
🚑 Do not throw error if file too large in download module
|
2018-07-04 22:10:15 +02:00 |
|
|
e4d906e48c
|
🚧 Write large files to disk instead of to memory
|
2018-07-04 22:07:23 +02:00 |
|
|
94047006ec
|
🎨 Fix typos
|
2018-07-04 20:11:04 +02:00 |
|
|
14e73367c6
|
🎨 Fix typos
|
2018-07-04 20:04:16 +02:00 |
|
|
a3bff814ef
|
🗑 Remove debug message
|
2018-07-04 19:57:55 +02:00 |
|
|
c821327a6e
|
♻ Extract response handler
|
2018-07-04 19:51:20 +02:00 |
|
|
e4c2754493
|
⚠ Add error message if file too large
|
2018-07-04 19:36:25 +02:00 |
|
|
d843ce1200
|
🎨 Minor code quality improvements
|
2018-07-04 19:25:22 +02:00 |
|
|
08b5a37c17
|
👷♂ Update dependencies
|
2018-07-04 19:12:19 +02:00 |
|
|
b833abefac
|
📓 Update documentation
|
2018-07-04 17:29:57 +02:00 |
|
|
ef7d5d10a3
|
📓 Update documentation with list of products
|
2018-07-04 16:58:41 +02:00 |
|
|
2743ccb6e1
|
📓 Update documentation
|
2018-07-04 16:29:28 +02:00 |
|