aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/error.h
AgeCommit message (Expand)Author
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-08-11make function declarations C99 compliantAntonio 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-11-15Replace WIN32 by _WIN32Gert Doering
2016-11-14Add missing includes in error.hSteffan Karger
2016-11-13Don't deference type-punned pointersSteffan Karger
2016-09-16cleanup: remove code duplication in msg_test()Steffan Karger
2016-04-04Replace MSG_TEST() macro for static inline msg_test()Steffan Karger
2015-12-20Make assert_failed() print the failed conditionSteffan Karger
2015-11-24remove nonsense const specifier in nonfatal() return valueSteffan Karger
2015-11-10Add macro to ensure we exit on fatal errorsSteffan Karger
2015-10-21hardening: add insurance to exit on a failed ASSERT()Steffan Karger
2014-12-31openssl: use crypto_msg(), get rid of openssl-specific code in error.cSteffan Karger
2014-12-31openssl: add crypto_msg(), to easily log openssl errorsSteffan Karger
2014-03-22Implement an easy parsable log output that allows access to flags of the log ...Arne Schwabe
2012-08-06add x_msg_va() log functionHeiko Hund
2012-07-19don't treat socket related errors special anymoreHeiko Hund
2012-03-22build: proper crypto detection and usageAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev