]> git.ipfire.org Git - thirdparty/git.git/commit - trace2.c
tr2tls: clarify TLS terminology
authorJeff Hostetler <jeffhost@microsoft.com>
Mon, 24 Oct 2022 13:41:01 +0000 (13:41 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Oct 2022 19:45:25 +0000 (12:45 -0700)
commit5bbb9251378b0e62bb06e72bda0574e06dee4933
treedf3f4f2db69c371ea0af9f6f34c094022cce93cf
parent545ddca0c32cb3ccdffed4aa9f063c84b432940c
tr2tls: clarify TLS terminology

Reduce or eliminate use of the term "TLS" in the Trace2 code.

The term "TLS" has two popular meanings: "thread-local storage" and
"transport layer security".  In the Trace2 source, the term is associated
with the former.  There was concern on the mailing list about it refering
to the latter.

Update the source and documentation to eliminate the use of the "TLS" term
or replace it with the phrase "thread-local storage" to reduce ambiguity.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-trace2.txt
trace2.c
trace2.h
trace2/tr2_tls.c
trace2/tr2_tls.h