]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Documentation: lzo: document part of the encoding
authorWilly Tarreau <w@1wt.eu>
Sat, 27 Sep 2014 10:31:35 +0000 (12:31 +0200)
committerJiri Slaby <jslaby@suse.cz>
Fri, 31 Oct 2014 14:11:17 +0000 (15:11 +0100)
commit46f35744a3befcd6ee7c4897443ba1278affc68d
tree95b4ac8cd21d3de0a99aa43b47fb595c90f0bbe0
parent9ac8b73be7efd81c8560f1a3ca16e53efc155425
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: Jiri Slaby <jslaby@suse.cz>
Documentation/lzo.txt [new file with mode: 0644]