about summary refs log tree commit diff stats
path: root/src/luasec/luasocket
Commit message (Collapse)AuthorAgeFilesLines
* delete final vestiges of embedded luasocketKartik K. Agaram2021-11-224-241/+0
|
* delete most of the embedded luasocket in luasecKartik K. Agaram2021-11-229-1530/+0
| | | | Hilariously, I wasn't linking against it in the first place.
* https now working!Kartik K. Agaram2021-11-2113-0/+1771
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.