aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/comp-lz4.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-05-22Reformat for sp_after_comma=addFrank Lichtenheld
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
2021-03-18build: Remove compat-lz4David Sommerseth
2020-06-26Make compression asymmetric by default and add warningsArne Schwabe
2018-10-07Change quoted to angled form when #including external .h filesSimon Rozman
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-09-22lz4: Move towards a newer LZ4 APIDavid Sommerseth
2017-08-14add missing static attribute to functionsAntonio Quartulli
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
2014-01-11remove some 'unused variable' warningsGert Doering
2014-01-06Provide LZ4 sources in src/compat/ and use if no system lz4 library found.Gert Doering
2014-01-06Implement LZ4 compression.Gert Doering