aboutsummaryrefslogtreecommitdiff
path: root/src/compat
AgeCommit message (Expand)Author
2022-01-26update copyright year to 2022Antonio Quartulli
2021-09-27BUILD: enable CFG and Spectre mitigation for MSVCIlya Shipitsin
2021-06-15msvc: standalone buildingLev Stipakov
2021-06-15Update copyrightsDavid Sommerseth
2021-05-10msvc: add ARM64 configurationLev Stipakov
2021-05-03Remove a number of platform specific checks in configure.acArne Schwabe
2021-04-07Remove a number of checks for functions/headers that are always presentArne Schwabe
2021-04-07Remove check for socket functions and Win XP compatbility codeArne Schwabe
2021-04-05Remove conditionals compilation for P2MP, ENABLE_SHAPER and TIME_BACKTRACK_PR...Arne Schwabe
2021-03-19Fix multiple problems when compiling with LLVM/Windows (clang-cl)Arne Schwabe
2021-03-19Remove compat-lz4 references from VS project filesLev Stipakov
2021-03-18build: Remove compat-lz4David Sommerseth
2020-10-02compat/lz4: Update to v1.9.2David Sommerseth
2020-09-14msvc: better support for 32bit architectureLev Stipakov
2020-07-24Improve Windows version detection with manifestLev Stipakov
2020-06-26msvc: fix various level2 warningsLev Stipakov
2020-04-19Another round of uncrustify code cleanup.Arne Schwabe
2020-02-17Add strsep compat functionArne Schwabe
2019-11-09Visual Studio: upgrade project files to VS2019Lev Stipakov
2019-10-16Visual Studio: make it easier to build with VSLev Stipakov
2019-01-17Introduce tapctl.exe utility and openvpnmsica.dll MSI CASimon Rozman
2018-10-08msvc: Move common project settings to reusable property sheetsSimon Rozman
2018-10-08Reference msvc-generate from compat to assure correct build orderSimon Rozman
2018-10-01win: support for Visual Studio 2017Lev Stipakov
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-11-04lz4: Rebase compat-lz4 against upstream v1.7.5David 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-11-20Remove remaining traces of compat-stdbool.hGert Doering
2016-11-19Remove compat-stdbool.h.Arne Schwabe
2016-11-15Replace WIN32 by _WIN32Gert Doering
2016-06-09Upgrade bundled compat-lz4 to upstream release r131.Gert Doering
2016-02-26Add lz4 support to MSVC.Fish
2015-12-30Detecting and logging Windows versionsLev Stipakov
2015-10-06This fixes MSVS 2013 compilation.Lev Stipakov
2014-01-06Provide LZ4 sources in src/compat/ and use if no system lz4 library found.Gert Doering
2012-04-28build: use stdbool.h if availableAlon Bar-Lev
2012-03-29build: msvc: upgrade to Visual Studio 2010 + fixupsAlon Bar-Lev
2012-03-22build: move inet_ntop(), inet_pton() emulation into compatAlon Bar-Lev
2012-03-22build: move daemon() emulation into compatAlon Bar-Lev
2012-03-22build: move gettimeofday() emulation to compatAlon Bar-Lev
2012-03-22build: split out compatAlon Bar-Lev