Wykres commitów

13 Commity (master)

Autor SHA1 Wiadomość Data
Wesley Aptekar-Cassels 9203834f78 signed-integrity cli: Improve file reading
This code uses the Deno reader API to collect a list of chunks of the
file, then allocates an array for the entire file at once, and copies
the chunks into the final array, instead of continuously reallocating
new arrays that are larger and larger.

This is significantly faster than the previous code in the case of large
files.
2024-01-12 09:12:03 -05:00
Michał "rysiek" Woźniak 34b87e5ad2 Rewriting tests into Deno 2023-09-26 20:32:54 +00:00
Michał 'rysiek' Woźniak a6985e8521 cli: more tests for signed-integrity cli done (ref. #66) 2022-12-15 16:56:50 +00:00
Michał 'rysiek' Woźniak 10b42c5273 cli: signed-integrity error checking in action handlers (ref. #66) 2022-12-11 15:00:14 +00:00
Michał 'rysiek' Woźniak b226bf3012 cli: signed-integrity now has "json" output mode, and it is default (ref. #66) 2022-12-11 14:38:57 +00:00
Michał 'rysiek' Woźniak 4d80cbe743 cli: signed-integrity now takes "algorithm" option (ref. #66) 2022-12-11 14:15:50 +00:00
Michał 'rysiek' Woźniak 5c6a8d8d6c cli: signed-integrity CLI can now generate... signed integrity data (ref. #66) 2022-12-11 03:06:47 +00:00
Michał 'rysiek' Woźniak c0f6f62cfe cli: signed-integrity - started implementing the gen-integrity action (ref. #66) 2022-12-10 23:49:10 +00:00
Michał 'rysiek' Woźniak 4c0d9f1167 cli: signed-integrity get-pubkey action implemented (ref. #66) 2022-12-10 23:07:55 +00:00
Michał 'rysiek' Woźniak 8406d4bc59 cli: signed-integrity cli implementation started (ref. #66) 2022-12-10 22:02:18 +00:00
Michał 'rysiek' Woźniak bd3f34bd0e documenting plugins (ref. #51) 2022-05-17 23:36:08 +00:00
Michał 'rysiek' Woźniak 1efba67dab plugin READMEs, mostly stubs (ref. #51) 2022-05-16 01:13:38 +00:00
Michał 'rysiek' Woźniak 8d3ba16888 renaming plugin and test files; plugins are now in individual subdirectories (ref. #50) 2022-05-15 18:53:04 +00:00