]> git.ipfire.org Git - thirdparty/curl.git/commit
curl_version_info: add CURL_VERSION_THREADSAFE_INIT
authorThomas Guillem <thomas@gllm.fr>
Tue, 5 Apr 2022 14:00:37 +0000 (16:00 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Jun 2022 11:34:03 +0000 (13:34 +0200)
commit2ed101256414ea5274e85e6f3d4c011b46442ac4
tree361cc3fa90bd161cabba72fad9bdc8b1771954bf
parent23af112f5556d6a785c17e09f2422ac931405f61
curl_version_info: add CURL_VERSION_THREADSAFE_INIT

This flag can be used to make sure that curl_global_init() is
thread-safe.

This can be useful for libraries that can't control what other
dependencies are doing with Curl.

Closes #8680
configure.ac
docs/libcurl/curl_version_info.3
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/version.c
packages/OS400/curl.inc.in
src/tool_help.c
tests/data/Makefile.inc
tests/libtest/Makefile.inc
tests/libtest/lib3026.c [new file with mode: 0644]