libresilient/plugins
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
..
alt-fetch Rewriting tests into Deno 2023-09-26 20:32:54 +00:00
any-of Rewriting tests into Deno 2023-09-26 20:32:54 +00:00
basic-integrity basic-integrity plugin now handles absolute paths as keys as well (ref. #70) 2023-11-01 00:29:35 +00:00
cache Rewriting tests into Deno 2023-09-26 20:32:54 +00:00
dnslink-fetch DoH wire format implementation, use in dnslink-fetch plugin 2023-10-07 03:14:42 +00:00
dnslink-ipfs mentions of MIME type guessing in IPFS based plugins' documentation (ref. #62) 2023-11-12 13:20:42 +00:00
fetch a testing index.html for the fetch plugin (ref. %15) 2023-10-07 04:57:06 +00:00
gun-ipfs mentions of MIME type guessing in IPFS based plugins' documentation (ref. #62) 2023-11-12 13:20:42 +00:00
integrity-check Rewriting tests into Deno 2023-09-26 20:32:54 +00:00
ipns-ipfs mentions of MIME type guessing in IPFS based plugins' documentation (ref. #62) 2023-11-12 13:20:42 +00:00
redirect Rewriting tests into Deno 2023-09-26 20:32:54 +00:00
signed-integrity signed-integrity cli: Improve file reading 2024-01-12 09:12:03 -05:00
test-plugin MIME type sniffing 2023-11-10 21:08:03 +00:00