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