about summary refs log tree commit diff stats
path: root/src/luasocket
Commit message (Collapse)AuthorAgeFilesLines
* https now working!Kartik K. Agaram2021-11-211-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 workKartik K. Agaram2021-11-219-104/+57
| | | | | In the process we're starting to load almost all of luasocket by default. And everything is working as expected, no unpleasant surprises.
* drop some redundant `require`sKartik K. Agaram2021-11-201-14/+7
|
* luasocket now loading properlyKartik K. Agaram2021-11-202-1/+1
| | | | I still haven't tried actually running it.
* inline luasocketKartik K. Agaram2021-11-2050-0/+9424
Just builds for now, isn't available yet to Lua code.