about summary refs log tree commit diff stats
path: root/src/luasocket/usocket.c
Commit message (Collapse)AuthorAgeFilesLines
* renameKartik K. Agaram2022-01-021-2/+2
|
* network calls are now sandboxedKartik K. Agaram2021-12-251-1/+10
| | | | | | | I _think_ I don't need to gate other socket calls; you can't do anything without bind() and connect(). And they should be good places to dump more precise details later about the kind of server or client connection being attempted.
* inline luasocketKartik K. Agaram2021-11-201-0/+454
Just builds for now, isn't available yet to Lua code.