Documentation: lzo: document part of the encoding
authorWilly Tarreau <w@1wt.eu>
Sat, 27 Sep 2014 10:31:35 +0000 (12:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Oct 2014 16:38:22 +0000 (09:38 -0700)
commitbe30bc63af981c48efe5b4e8d260ced0095f4c9b
tree07caeef8660a51dff0859caa3752e44246d31e2f
parent4e95348cdac055cf0ba87af0212bab78ab5964bb
Documentation: lzo: document part of the encoding

commit d98a0526434d27e261f622cf9d2e0028b5ff1a00 upstream.

Add a complete description of the LZO format as processed by the
decompressor. I have not found a public specification of this format
hence this analysis, which will be used to better understand the code.

Cc: Willem Pinckaers <willem@lekkertech.net>
Cc: "Don A. Bailey" <donb@securitymouse.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/lzo.txt [new file with mode: 0644]