about summary refs log tree commit diff stats
path: root/src/luasec/context.c
Commit message (Collapse)AuthorAgeFilesLines
* clean up a warning and a bit of duplicationKartik K. Agaram2021-11-221-20/+1
| | | | | Now we have 2 probably-valid warnings caused by my edits, and 1 false-positive.
* standardize warning flags everywhereKartik K. Agaram2021-11-221-8/+8
| | | | | | | | | | I'd like to enable -Wextra as well, but that creates some false positives. I've at least made my changes clean w.r.t. -Wextra. Now we have 4 remaining warnings with gcc 9.3 that seem genuine. Need to fix those.
* https now working!Kartik K. Agaram2021-11-211-0/+934
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.