Skip to content

Releases: andrew-aladev/lzws

LZWS v1.3.4

02 Oct 17:52
Compare
Choose a tag to compare

Cosmetics release: improved tests, formatting and coverage.

LZWS v1.3.3

26 Jun 22:15
Compare
Choose a tag to compare

Improved compatibility with old versions of UNIX compress, re-tested more than 15000 unique real archives, cosmetics.

LZWS v1.3.2

30 Dec 18:20
Compare
Choose a tag to compare

Improved tests, added coverage, fixed decompressor bug with special case, re-tested more than 11000 real archives.

LZWS v1.3.1

12 Nov 22:43
Compare
Choose a tag to compare

Cosmetics release

LZWS 1.3.0

08 Oct 18:15
Compare
Choose a tag to compare

Moved magic and regular header logic inside compress and decompress functions. LZWS API now looks similar to other popular compression libraries API. Fixed buffer behaviour. Refactored string and file api. Re-tested archives.

LZWS 1.2.0

30 Aug 19:56
Compare
Choose a tag to compare

Renamed flush compressor to finish compressor. Tested more than 9000 unique archives. Updated docs.

LZWS 1.1.0

07 Jul 17:42
Compare
Choose a tag to compare

Improved tests, fixed out-of-memory issue for linked list dictionary. Added without magic header switch. Tested more than 8000 archives. Updated docs.

First release

16 May 22:11
Compare
Choose a tag to compare

Tested 7158 unique archives. Further search reveals new archives about 10-15 per day. It looks like lzws can decompress and re-compress (in any mode) majority of tar.Z archives available on the internet.