index
:
luna
master
Simple web server with Lua integration
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
worker.go
Age
Commit message (
Collapse
)
Author
2024-12-09
add -D flag for development
unwox
2024-11-13
improve stacktraces on errors
unwox
2024-11-12
implement non-blocking IO operations
unwox
2024-10-15
always provide http headers as an array to lua process
unwox
2024-10-09
allow to pass an array of query values to lua
unwox
2024-09-27
support passing CLI arguments to lua script
unwox
2024-09-14
add luna.db.* module
unwox
2024-08-23
small fixes
unwox
2024-08-23
pass a single response object instead of multiple arguments to lua
unwox
2024-08-23
small fixes
unwox
2024-07-23
add more comments
unwox
2024-07-23
use luna module instead of returning table for lua->go interaction
unwox
2024-06-18
make it possible to push go functions onto the lua stack
unwox
2024-06-13
make evaluation of custom lua code thread-safe
unwox
2024-06-13
implement unsafe evaluation of lua code in workers
unwox
2024-06-13
add RestoreStackFunc method for preventing stack leaks
unwox
2024-06-12
improve worker lua integration
unwox
2024-06-06
refactor main.go into several files
unwox