summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/merge.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-09Add client certificate support. Still needs a few tweaks but this willbeck6-34/+76
ride upcoming minor bump ok jsing@
2015-09-09always clear errno when coming back from tls_read tls_write, and tls_close.beck1-9/+20
this avoids the problem of people checking for return values < 0 and then checking for errno before checking for TLS_READ_AGAIN TLS_WRITE_AGAIN - since we can not guarantee what errno will be set to from the underlying library calls
2015-09-09nuke trailing whitespacebeck1-4/+3
ok jsing@