| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
cherry-picked from:
https://src.fedoraproject.org/rpms/lua-luaossl/blob/2f38bb943874955fed1ab860467ed822996808da/f/luaossl-rel-20190731-lua-5.4.patch
|
| |
|
| |
|
|
|
|
|
|
| |
GNU version of strerror_r may return pointer to different place than dst
variable, and former version of code was throwing away these results and
returned an empty string from dst.
|
| |
|
|
|
|
| |
safe in LuaJIT
|
|
|
|
| |
of lightuserdata
|
| |
|
| |
|
|
|
|
| |
Old alias is left for compat
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
Adds support for setting and retrieving intermediate certificates
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
context:getReadAhead()
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
__pairs is not respected in lua 5.1
|
| |
|
|\ |
|
| | |
|
| | |
|