summaryrefslogtreecommitdiff
path: root/include/internal/refcount.h
Commit message (Expand)AuthorAgeFilesLines
* QUIC: Fix CRYPTO_GET_REFHugo Landau2023-05-121-0/+1
* REFCOUNT: Add support for querying refcountHugo Landau2023-05-121-0/+37
* Disable atomic refcounts with no-threadsJ.W. Jagersma2022-11-251-1/+1
* Rework and make DEBUG macros consistent.Rich Salz2021-05-281-13/+5
* Update copyright yearMatt Caswell2021-02-181-1/+1
* include/internal: add a few missing #pragma once directivesFdaSilvaYY2021-02-101-0/+1
* tag unused function arguments as ossl_unusedPauli2020-12-031-10/+21
* REF_PRINT: cast pointer to void to avoid warningsDaniel Bevenius2020-11-161-1/+1
* Fix one typo in a comment.FdaSilvaYY2020-06-211-2/+2
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Fix Compiler error/warning for windows icl buildShane Lontis2019-09-181-0/+15
* fix --strict-warnings buildPatrick Steuer2019-04-071-1/+1
* Avoid linking error on WCE700 for _InterlockedExchangeAdd().Soujyu Tanaka2019-03-291-2/+12
* internal/refcount.h: allow non-atomic buildRichard Levitte2019-03-141-20/+29
* Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte2018-12-061-1/+1
* internal/refcount.h: overhaul fencing and add _MSC_VER section.Andy Polyakov2018-08-161-11/+62
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-0/+22
* Revert "Add internal functions to fetch a refcount"Richard Levitte2017-05-281-13/+0
* Correct small typo in CRYPTO_GET_REFRichard Levitte2017-05-281-1/+1
* Add internal functions to fetch a refcountRichard Levitte2017-05-271-0/+13
* Add -Wundef to --strict-warnings options.Bernd Edlinger2017-02-241-2/+4
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-0/+65