index
:
luna
master
Simple web server with Lua integration
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
Age
Commit message (
Collapse
)
Author
2024-12-24
add luna.crypto.sha1 and luna.http.encode-url functions
unwox
2024-12-23
small improvements
unwox
2024-12-19
add luna.utf8.upper function
unwox
2024-12-09
add -D flag for development
unwox
2024-11-12
implement non-blocking IO operations
unwox
2024-10-15
rename utf module to utf8
unwox
2024-10-15
improve luna.utf methods
unwox
2024-10-15
standardize responses from luna modules
unwox
2024-10-09
define utf lua module for utf-operations on strings
unwox
2024-09-27
small fixes
unwox
2024-09-27
close opened databases on exit
unwox
2024-09-27
implement serving static files with go
unwox
2024-09-27
allow running one-shot scripts without serving HTTP
unwox
2024-09-27
wait till all workers start before starting repl
unwox
2024-09-27
support passing CLI arguments to lua script
unwox
2024-09-14
add luna.db.* module
unwox
2024-09-14
better handling of args coming from lua with l.Scan
unwox
2024-08-23
small fixes
unwox
2024-08-23
do not try to execute empty repl commands
unwox
2024-08-23
allow to change HTTP-listen address with -l flag
unwox
2024-08-23
allow to change number of workers with -n flag
unwox
2024-08-23
pass lua file path as an argument
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-12
add logging for http requests
unwox
2024-06-12
fix http routing
unwox
2024-06-06
refactor main.go into several files
unwox
2024-06-06
a better lua integration
unwox
2024-06-05
init
unwox