0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 04:02:15 +02:00
openvpn3/openvpn/compress
David Sommerseth ede022e04e compress: Update lz4 implementation to new API
As of LZ4 v1.7, the LZ4_compress() function is deprecated and
is to be replaced with LZ4_compress_default().

This new function adds an extra argument which declares the size
of the destination buffer.  In addition, if the result is 0, the
result buffer is not to be trusted as the compression failed.

Signed-off-by: David Sommerseth <davids@openvpn.net>
2017-03-18 12:24:54 -06:00
..
compnull.hpp Switch from AGPLv3 to GPLv3 2017-03-16 14:43:55 +02:00
compress.hpp Switch from AGPLv3 to GPLv3 2017-03-16 14:43:55 +02:00
compstub.hpp Switch from AGPLv3 to GPLv3 2017-03-16 14:43:55 +02:00
lz4.hpp compress: Update lz4 implementation to new API 2017-03-18 12:24:54 -06:00
lzo.hpp Switch from AGPLv3 to GPLv3 2017-03-16 14:43:55 +02:00
lzoasym_impl.hpp Switch from AGPLv3 to GPLv3 2017-03-16 14:43:55 +02:00
lzoasym.hpp Switch from AGPLv3 to GPLv3 2017-03-16 14:43:55 +02:00
lzoselect.hpp Switch from AGPLv3 to GPLv3 2017-03-16 14:43:55 +02:00
snappy.hpp Switch from AGPLv3 to GPLv3 2017-03-16 14:43:55 +02:00