j433866
f6f60e8203
Update LoaderWorker to not use messagechannels
2019-05-01 14:13:40 +01:00
j433866
55beb433f3
Go back to sending messages via the main thread.
...
A MessageChannel is faster on Chrome, but causes issues in Firefox.
Bake button now says "Loading..." when the inputWorker is gathering inputs for baking
2019-05-01 14:12:36 +01:00
j433866
2fff18cb61
Don't create a new loaderWorker until we need one.
...
This was causing issues on single core systems after I got rid of the active status as we had already reached the max number of workers.
Instead, we just create a loaderWorker when needed as loaderWorkers are small enough!
2019-04-30 15:23:41 +01:00
j433866
6d8bf3a08a
Enable filter buttons in manager
2019-04-30 14:45:34 +01:00
j433866
13ee79a06b
Add searching for inputs
2019-04-30 14:15:05 +01:00
j433866
b4208ede3b
Add clear io button.
...
Fix some weirdness with removing tabs
2019-04-30 13:34:00 +01:00
j433866
a96cb3f99f
Add clear all io button.
2019-04-30 13:18:22 +01:00
j433866
1f39a922d1
Reset bake button background when state changed
2019-04-30 12:58:29 +01:00
j433866
145fba5949
Input pasting now works
2019-04-30 11:48:01 +01:00
j433866
8cb86c364d
Increase file limit
2019-04-26 15:19:17 +01:00
j433866
6d98014ad2
New max limit for files
2019-04-26 15:16:15 +01:00
j433866
1cf83c2485
Change baking to send all inputs individually.
...
Re-enable go to tab button.
Active tab is now autobaked on load completion.
Handle (ish) loaderWorker errors.
Improve load performance.
2019-04-26 15:15:44 +01:00
j433866
f638bd4ded
If sending arraybuffer back, use a transferable object
2019-04-26 14:01:49 +01:00
j433866
7b169fb798
Add css for search box
2019-04-25 16:33:02 +01:00
j433866
406cbb0f41
Move input logic into a new worker (InputWorker)
...
Change OutputWaiter to use dict of outputs instead of list
LoaderWorker communicates with InputWorker using a messagechannel
2019-04-25 16:32:48 +01:00
j433866
6d8daac5ca
Merge remote-tracking branch 'upstream/master' into multiple-input-files
2019-04-23 09:02:04 +01:00
j433866
82186c8592
Add search box for input tabs
2019-04-23 09:02:00 +01:00
j433866
f099a352b3
Change get input function calls
2019-04-23 09:01:25 +01:00
n1474335
01f0625d6a
Fixed XSS in 'Text Encoding Brute Force. Closes #539
2019-04-14 22:00:17 +01:00
n1474335
38ff7ec89f
8.31.1
2019-04-14 21:56:01 +01:00
n1474335
7163a0802d
Tidied up build directory
2019-04-14 21:55:52 +01:00
n1474335
8d0fcf37c5
8.31.0
2019-04-12 18:58:48 +01:00
n1474335
3da5a8bb34
Merge branch 'downloadable-zip'
2019-04-12 18:58:36 +01:00
n1474335
fad33b583b
Updated CHANGELOG
2019-04-12 18:58:22 +01:00
n1474335
8f450501cc
Downloadble version is now a .zip file instead of a single .htm file
2019-04-12 18:54:31 +01:00
n1474335
b3ae0e577a
8.30.1
2019-04-12 16:25:47 +01:00
n1474335
aedac94e40
Merge branch 'd98762625-init-dish'
2019-04-12 16:25:38 +01:00
n1474335
08c5dbce09
Merge branch 'init-dish' of https://github.com/d98762625/CyberChef into d98762625-init-dish
2019-04-12 16:24:23 +01:00
n1474335
482d658de7
8.30.0
2019-04-12 16:20:00 +01:00
n1474335
39e34081fc
Updated CHANGELOG
2019-04-12 16:18:25 +01:00
n1474335
5797786a75
Merge branch 'feature-protobuf'
2019-04-12 16:16:03 +01:00
n1474335
f6977ea264
Added test for 'Decode Protobuf' operation
2019-04-12 16:13:10 +01:00
d98762625
cdc15c0f20
change empty Dish initialisation to use ArrayBuffer
2019-04-08 17:58:46 +01:00
j433866
bd3777f9de
Change maximum file size in readme
2019-04-05 10:51:39 +01:00
j433866
9690ccd8a0
Fix being unable to go to tab 1
2019-04-04 14:42:21 +01:00
j433866
0804647441
Load in the right order
2019-04-04 13:14:45 +01:00
j433866
76da287cca
Bake in the right order
2019-04-04 13:13:38 +01:00
j433866
8739dd97d6
Change srcElement to target
...
(srcElement is non-standard)
2019-04-04 13:13:21 +01:00
j433866
de21f14fd8
Move the tab buttons onto the tab bar
2019-04-04 10:57:01 +01:00
j433866
b90cca77a9
Fix more tab weirdness.
...
Move tab buttons onto tab bar.
Calculate size of maxTabs automatically on page load.
Display total execution time when a bake finishes.
2019-04-04 10:15:13 +01:00
j433866
1eadc08098
Fix some weirdness with tabs.
...
Adjust worker logic to avoid closing and reopening a worker as often
2019-04-03 16:05:10 +01:00
j433866
9df26b8c84
Output tabs now (mostly) work.
...
Add downloading files as an archive (needs work)
Add option for keeping the tabs in sync
2019-04-03 12:00:47 +01:00
n1474335
525cb0689f
Added 'Protobuf Decode', 'VarInt Decode' and 'VarInt Encode' operations
2019-04-02 17:27:14 +01:00
j433866
e0c9aba25e
Improve WorkerWaiter and OutputWaiter.
...
- Will run and display outputs in the output area as they're baked
- Creates output tabs
- Can change output tabs (only the first 4 at the moment)
2019-04-02 16:58:36 +01:00
j433866
2cb33bfec4
Bring up to date with master
2019-04-02 16:54:34 +01:00
j433866
2aad7647ef
Add tab buttons (don't work yet).
...
Change some of the HTML around the tab bar
2019-04-02 16:53:15 +01:00
j433866
6430129b2a
Remove some inputNum stuff for now
2019-04-02 16:52:43 +01:00
n1474335
786e50c3c3
8.29.1
2019-04-02 15:34:35 +01:00
n1474335
7d03be3a77
Dish._translate now uses ArrayBuffer as its intermediate type instead of byteArray. This should speed up operations on large files.
2019-04-02 15:34:30 +01:00
j433866
cd094d1475
Change "input-tabs" id to be for the actual ul element.
...
Automatically disable auto-bake if more than 20 files are input.
2019-04-01 16:15:09 +01:00