Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | https now working! | Kartik K. Agaram | 2021-11-21 | 1 | -5/+1 |
| | | | | | | | | 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. | ||||
* | basic http requests starting to work | Kartik K. Agaram | 2021-11-21 | 1 | -20/+12 |
| | | | | | In the process we're starting to load almost all of luasocket by default. And everything is working as expected, no unpleasant surprises. | ||||
* | inline luasocket | Kartik K. Agaram | 2021-11-20 | 1 | -0/+420 |
Just builds for now, isn't available yet to Lua code. |