]> git.ipfire.org Git - thirdparty/openssl.git/history - include/internal/refcount.h
Copyright year updates
[thirdparty/openssl.git] / include / internal / refcount.h
2024-04-09  Richard LevitteCopyright year updates
2024-01-31  Matt CaswellFix compilation on Windows using icc
2023-09-07  Matt CaswellCopyright year updates
2023-07-27  John KohlInclude <openssl/err.h> in include/refcount.h
2023-07-04  Paulifix memory allocation and reference counting issues
2023-07-01  Paulirefcnt: convert references counts to a structure
2023-05-24  Hugo LandauQUIC: Fix bugs where threading is disabled
2023-05-12  Hugo LandauQUIC: Fix CRYPTO_GET_REF
2023-05-12  Hugo LandauREFCOUNT: Add support for querying refcount
2022-11-25  J.W. JagersmaDisable atomic refcounts with no-threads
2021-05-28  Rich SalzRework and make DEBUG macros consistent.
2021-02-18  Matt CaswellUpdate copyright year
2021-02-10  FdaSilvaYYinclude/internal: add a few missing #pragma once directives
2020-12-03  Paulitag unused function arguments as ossl_unused
2020-11-15  Daniel BeveniusREF_PRINT: cast pointer to void to avoid warnings
2020-06-21  FdaSilvaYYFix one typo in a comment.
2019-09-28  Dr. Matthias St... Fix header file include guard names
2019-09-18  Shane LontisFix Compiler error/warning for windows icl build
2019-04-07  Patrick Steuerfix --strict-warnings build
2019-03-29  Soujyu TanakaAvoid linking error on WCE700 for _InterlockedExchangeA...
2019-03-14  Richard Levitteinternal/refcount.h: allow non-atomic build
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-16  Andy Polyakovinternal/refcount.h: overhaul fencing and add _MSC_VER...
2017-08-29  PauliMove the REF_PRINT support from e_os.h to internal...
2017-05-28  Richard LevitteRevert "Add internal functions to fetch a refcount"
2017-05-28  Richard LevitteCorrect small typo in CRYPTO_GET_REF
2017-05-27  Richard LevitteAdd internal functions to fetch a refcount
2017-02-24  Bernd EdlingerAdd -Wundef to --strict-warnings options.
2016-11-17  Kurt RoeckxAdd support for reference counting using C11 atomics