summaryrefslogtreecommitdiffstats
path: root/include/internal/refcount.h
AgeCommit message (Expand)Author
2023-07-27Include <openssl/err.h> in include/refcount.hJohn Kohl
2023-07-05fix memory allocation and reference counting issuesPauli
2023-07-01refcnt: convert references counts to a structurePauli
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau
2023-05-12QUIC: Fix CRYPTO_GET_REFHugo Landau
2023-05-12REFCOUNT: Add support for querying refcountHugo Landau
2022-11-25Disable atomic refcounts with no-threadsJ.W. Jagersma
2021-05-28Rework and make DEBUG macros consistent.Rich Salz
2021-02-18Update copyright yearMatt Caswell
2021-02-10include/internal: add a few missing #pragma once directivesFdaSilvaYY
2020-12-03tag unused function arguments as ossl_unusedPauli
2020-11-16REF_PRINT: cast pointer to void to avoid warningsDaniel Bevenius
2020-06-21Fix one typo in a comment.FdaSilvaYY
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-18Fix Compiler error/warning for windows icl buildShane Lontis
2019-04-07fix --strict-warnings buildPatrick Steuer
2019-03-29Avoid linking error on WCE700 for _InterlockedExchangeAdd().Soujyu Tanaka
2019-03-14internal/refcount.h: allow non-atomic buildRichard Levitte
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte
2018-08-16internal/refcount.h: overhaul fencing and add _MSC_VER section.Andy Polyakov
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-05-28Revert "Add internal functions to fetch a refcount"Richard Levitte
2017-05-28Correct small typo in CRYPTO_GET_REFRichard Levitte
2017-05-27Add internal functions to fetch a refcountRichard Levitte
2017-02-24Add -Wundef to --strict-warnings options.Bernd Edlinger
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx