Daniel Huigens
|
ca537e439d
|
Comments & code style
|
2018-08-14 16:35:38 +02:00 |
|
Daniel Huigens
|
0db32bea39
|
Backpressure and cancellation in sign/verify
|
2018-08-10 14:46:28 +02:00 |
|
Daniel Huigens
|
0cabf72682
|
Add TextDecoder polyfill
|
2018-08-10 14:46:27 +02:00 |
|
Daniel Huigens
|
411b626149
|
Work around timing difference between Chrome and polyfill
When piping a stream to a writable stream and erroring that,
the input (readable) stream only gets cancelled after pipeTo()
returns in Chrome.
|
2018-08-10 14:46:25 +02:00 |
|
Daniel Huigens
|
55fd292fba
|
Fix armor errors
Also, fix error handling in transformPair()
|
2018-08-10 14:46:25 +02:00 |
|
Daniel Huigens
|
304cbf4783
|
Fix backpressure
|
2018-08-10 14:46:25 +02:00 |
|
Daniel Huigens
|
ddda6a0b16
|
Implement cancellation by manually linking together input and output streams
|
2018-08-10 14:46:24 +02:00 |
|
Daniel Huigens
|
de2971d84a
|
Use TransformStreams
|
2018-08-10 14:46:24 +02:00 |
|
Daniel Huigens
|
51c897b073
|
Cancelling
|
2018-08-10 14:46:23 +02:00 |
|
Daniel Huigens
|
9c1c28bc59
|
Add option to read unauthenticated data from stream
|
2018-08-10 14:46:23 +02:00 |
|
Daniel Huigens
|
4bbbdaee9f
|
Rename stream.subarray() to stream.slice()
Also, support ReadableStream[String] in stream.* and reader.* functions
|
2018-08-10 14:46:22 +02:00 |
|
Daniel Huigens
|
56ec5b3a8d
|
Don't keep extra copies of streams in memory
|
2018-08-10 14:46:22 +02:00 |
|
Daniel Huigens
|
ade2627bca
|
Streaming verify one-pass signatures
|
2018-08-10 14:44:01 +02:00 |
|
Daniel Huigens
|
9fcc075f0b
|
Streaming decrypt non-partial-length-encoded packets
|
2018-08-10 14:44:01 +02:00 |
|
Daniel Huigens
|
fb155ffae0
|
Streaming support on Node
|
2018-08-10 14:44:01 +02:00 |
|
Daniel Huigens
|
8658816b90
|
Add Web Streams polyfill
|
2018-08-10 14:44:01 +02:00 |
|
Daniel Huigens
|
db39e616ca
|
Replace stream.tee() with stream.clone()
Also some other fixes to pass more tests.
|
2018-08-10 14:44:01 +02:00 |
|
Daniel Huigens
|
16ba26c298
|
Streaming AEAD
|
2018-08-10 14:44:01 +02:00 |
|
Daniel Huigens
|
1f30556674
|
Split stream.transform into using two helper functions
|
2018-08-10 14:44:01 +02:00 |
|
Daniel Huigens
|
4ada3fa590
|
Don't mutate prototypes of Uint8Array, ReadableStream and ReadableStreamDefaultWriter
|
2018-08-10 14:44:01 +02:00 |
|