History log of /dovecot/src/lib-compression/istream-zlib.h
Revision Date Author Comments Expand
a49d1c2ca3c134c0c62b37a94936c78e9849e044 14-Jan-2014 Timo Sirainen <tss@iki.fi>

lib-compression: Added initial support for LZ4 There's no standard file format for LZ4, so we created our own. The code has had only minimal testing currently, so there may be bugs.

12983e9d3b4ebdfb1e14f197c153304b3af44b59 24-Nov-2013 Timo Sirainen <tss@iki.fi>

lib-compression: Added support for liblzma (xz) Annoyingly this is mainly copy&pasted [io]stream-bzlib, but I'm not sure if it's worth the effort to try to create common functions for them.

f052a448696b1246ee9fc36b7c727237aed56058 01-Aug-2012 Timo Sirainen <tss@iki.fi>

Moved zlib/bzlib code to lib-compression library.