summaryrefslogtreecommitdiff
path: root/worker.go
AgeCommit message (Collapse)Author
2025-09-04fix coroutines on lua app initunwox
2024-12-23small improvementsunwox
2024-12-09add -D flag for developmentunwox
2024-11-13improve stacktraces on errorsunwox
2024-11-12implement non-blocking IO operationsunwox
2024-10-15always provide http headers as an array to lua processunwox
2024-10-09allow to pass an array of query values to luaunwox
2024-09-27support passing CLI arguments to lua scriptunwox
2024-09-14add luna.db.* moduleunwox
2024-08-23small fixesunwox
2024-08-23pass a single response object instead of multiple arguments to luaunwox
2024-08-23small fixesunwox
2024-07-23add more commentsunwox
2024-07-23use luna module instead of returning table for lua->go interactionunwox
2024-06-18make it possible to push go functions onto the lua stackunwox
2024-06-13make evaluation of custom lua code thread-safeunwox
2024-06-13implement unsafe evaluation of lua code in workersunwox
2024-06-13add RestoreStackFunc method for preventing stack leaksunwox
2024-06-12improve worker lua integrationunwox
2024-06-06refactor main.go into several filesunwox