enarx-archive / tlssock

A library exposing TLS/DTLS sockets using the POSIX networking APIs
Apache License 2.0
18 stars 7 forks source link

Common locking infrastructure #11

Closed frozencemetery closed 5 years ago

frozencemetery commented 5 years ago

Worth noting here that idx.c code isn't touched here.

frozencemetery commented 5 years ago

Corrected copyright headers and indentation.

codecov-io commented 5 years ago

Codecov Report

Merging #11 into master will decrease coverage by 1.21%. The diff coverage is 56.6%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage   66.43%   65.21%   -1.22%     
==========================================
  Files          12       13       +1     
  Lines        1144     1147       +3     
==========================================
- Hits          760      748      -12     
- Misses        384      399      +15
Impacted Files Coverage Δ
lib/locks.c 40% <40%> (ø)
lib/tls-gnutls.c 67.87% <88.88%> (-1.03%) :arrow_down:
lib/tls-openssl.c 77.58% <88.88%> (-0.31%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 139f829...f43949d. Read the comment docs.