Skip to content

Tags: Frizlab/stream-reader

Tags

3.6.0

Toggle 3.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Frizlab François Lamboley
StreamReader 3.6

3.5.2

Toggle 3.5.2's commit message

Verified

This tag was signed with the committer’s verified signature.
Frizlab François Lamboley
StreamReader 3.5.2

Fix a crash that could happen when using readSizeLimit.

3.5.1

Toggle 3.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Frizlab François Lamboley
StreamReader 3.5.1

Fix for readSizeLimit being ignored in a rare case in the GenericReadStream.

3.5.0

Toggle 3.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Frizlab François Lamboley
StreamReader 3.5

Fix releases mess…

3.4.0

Toggle 3.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Frizlab François Lamboley
StreamReader 3.4

Properly handle FileDescriptor depending on platform and co.

3.3.1

Toggle 3.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Frizlab François Lamboley
StreamReader 3.3.1

Optimize search (by a lot, especially for shortest data searches; there is still room for (a lot of) improvements though).

3.3.0

Toggle 3.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Frizlab François Lamboley
StreamReader 3.3

Add support for URLSessionStreamTask on platforms that support it.

3.2.3

Toggle 3.2.3's commit message

Verified

This tag was signed with the committer’s verified signature.
Frizlab François Lamboley
StreamReader 3.2.3

Use source-stable dependencies where available.

3.2.2

Toggle 3.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
Frizlab François Lamboley
StreamReader 3.2.2

Fix bugs related to reading data up to delimiters when underlying stream has EOF and no reads are allowed from underlying stream.

3.2.1

Toggle 3.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Frizlab François Lamboley
StreamReader 3.2.1

Add parameter to bypass the underlying stream read size limit when reading directly in the buffer in a generic stream.