aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/error.c
AgeCommit message (Expand)Author
2023-06-27Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-05-04Format Windows error message in UnicodeSelva Nair
2023-02-07Windows: fix wrong printf format in x_check_statusFrank Lichtenheld
2023-01-10Update copyright year to 2023Frank Lichtenheld
2022-08-14error.c: remove unused crash() functionLev Stipakov
2022-07-23In x_check_status() read errno earlySelva Nair
2022-05-12Fix non-compliant whitespace introduced by commit 54800aa975418fe35.Gert Doering
2022-05-12Fix M_ERRNO behavior on WindowsLev Stipakov
2022-04-21The Great Reformatting of 2022David Sommerseth
2022-01-26update copyright year to 2022Antonio Quartulli
2021-06-25Fix console prompts with redirected logLev Stipakov
2021-06-15Update copyrightsDavid Sommerseth
2021-04-03log file descriptor in more socket related error messagesArne Schwabe
2021-03-28Remove support for non ISO C99 vararg supportArne Schwabe
2021-01-30Remove inetd support from OpenVPNArne Schwabe
2020-10-24Remove NULL checks before calling freeArne Schwabe
2020-07-07Remove --writepid file on program exit.Gert Doering
2020-01-19wintun: stop sending TAP-Windows6 ioctls to NDIS deviceSimon Rozman
2018-12-12uncrustify openvpn/ sourcesGert Doering
2018-10-06ensure function declarations are compiled with their definitionsAntonio Quartulli
2018-02-22Fix format spec errors in Windows buildsSelva Nair
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-11-04Print time_t as long long and suseconds_t as longJeremie Courreges-Anglas
2017-11-04Cast time_t to long long in order to print it.Jeremie Courreges-Anglas
2017-08-11make function declarations C99 compliantAntonio Quartulli
2017-07-20Remove strerror_ts()Steffan Karger
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-15Replace WIN32 by _WIN32Gert Doering
2016-04-04Replace MSG_TEST() macro for static inline msg_test()Steffan Karger
2015-12-20Make assert_failed() print the failed conditionSteffan Karger
2015-10-21hardening: add insurance to exit on a failed ASSERT()Steffan Karger
2015-02-07Fix mismatch of fprintf format specifier and argument typeJonathan K. Bullard
2014-12-31openssl: use crypto_msg(), get rid of openssl-specific code in error.cSteffan Karger
2014-03-22Implement an easy parsable log output that allows access to flags of the log ...Arne Schwabe
2013-11-29Implement dual stack client support for OpenVPNArne Schwabe
2013-11-24Split the PROTO_UDP_xx options into AF_INET/AF_INET6 and PROTO_TCP/PROTO_UDP ...Arne Schwabe
2012-08-06add x_msg_va() log functionHeiko Hund
2012-07-19don't treat socket related errors special anymoreHeiko Hund
2012-03-24build: move wrappers into platform moduleAlon Bar-Lev
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: proper crypto detection and usageAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev