Skip to content

Releases: StefanKarpinski/zrl

v1.1.1

23 Sep 21:24
2ae3796
Compare
Choose a tag to compare

This release checks for various kinds of overflow when decoding LEB128 values. The zrle program would never produce such values, but this makes it safer to feed untrusted data into the zrld program.

v1.1.0

24 Mar 16:56
b4d4db4
Compare
Choose a tag to compare

Now with support for using non-locking I/O operations giving much better performance.

v1.0.1

23 Mar 22:07
45430f0
Compare
Choose a tag to compare

Add a LICENSE file (kind of important!).
Add C99 build flag.

v1.0.0 — initial stable version

23 Mar 20:23
961fec6
Compare
Choose a tag to compare

Initial cut of zrl which run-length encodes/decodes sequences of zero bytes.