aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/lzo.c
AgeCommit message (Expand)Author
2023-09-26Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-01-10Update copyright year to 2023Frank Lichtenheld
2022-12-16Eliminate or comment empty blocks and switch fallthroughArne Schwabe
2022-02-14Remove FRAME_HEADROOM, PAYLOAD_SIZE, EXTRA_FRAME and TUN_LINK_DELTA macrosArne Schwabe
2022-02-02Change buffer allocation calculation and checks to be more staticArne Schwabe
2022-01-26update copyright year to 2022Antonio Quartulli
2021-06-15Update copyrightsDavid Sommerseth
2021-03-22Remove empty dummy functionsArne Schwabe
2020-06-26Make compression asymmetric by default and add warningsArne Schwabe
2018-07-13Print lzo_init() return code in case of errorsGert Doering
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-01-18More broadly enforce Allman style and braces-around-conditionalsSteffan Karger
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-01-04Implement the compression V2 data format for stub and lz4.Arne Schwabe
2013-05-19Added support for the Snappy compression algorithmJames Yonan
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: proper lzo detection and usageAlon Bar-Lev
2012-03-22build: properly process lzo-stubAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev