about summary refs log tree commit diff stats
path: root/src/luasec/luasocket/timeout.h
Commit message (Collapse)AuthorAgeFilesLines
* delete final vestiges of embedded luasocketKartik K. Agaram2021-11-221-28/+0
|
* https now working!Kartik K. Agaram2021-11-211-0/+28
Still extremely ugly: - I've inlined all the namespaces under ssl, so you need to know that context and config are related to ssl. - luasec comes with its own copy of luasocket. I haven't deduped that yet.