Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | delete final vestiges of embedded luasocket | Kartik K. Agaram | 2021-11-22 | 1 | -1/+1 |
| | |||||
* | delete most of the embedded luasocket in luasec | Kartik K. Agaram | 2021-11-22 | 1 | -3/+3 |
| | | | | Hilariously, I wasn't linking against it in the first place. | ||||
* | https now working! | Kartik K. Agaram | 2021-11-21 | 1 | -0/+970 |
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. |