index
:
luna
master
Simple web server with Lua integration
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2025-10-13
fix error handling
unwox
2025-09-09
small refactorings
unwox
2025-09-09
support ntables in Lua.Scan
unwox
2025-09-08
add native support for fennel
unwox
2025-09-08
allow specifying Cache-Control header for static files
unwox
2025-09-04
add luna.debug? flag
unwox
2025-09-04
add password related functions to luna.crypto module
unwox
2025-09-04
add image api module
unwox
2025-09-04
add luna.fs module
unwox
2025-09-04
add luna.http.decode-url api method
unwox
2025-09-04
implement parsing forms
unwox
2025-09-04
fix coroutines on lua app init
unwox
2025-02-03
do not follow redirect when calling luna.http.request
unwox
2025-01-27
add both camelCase and kebab-case versions of API functions
unwox
2025-01-27
implement DB connections pooling to mitigate blocking nature of mattn/sqlite3
unwox
2025-01-26
fix small typos in READM
unwox
2024-12-27
add an example site code
unwox
2024-12-27
improve README.md
unwox
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-13
improve stacktraces on errors
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
always provide http headers as an array to lua process
unwox
2024-10-15
standardize responses from luna modules
unwox
2024-10-09
allow to pass an array of query values to lua
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
return error when failing to recursively push an array or object onto the stack
unwox
2024-09-27
make Lua:LoadFile return error instead of boolean
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-27
remove lua and fennel related files
unwox
2024-09-16
support luajit 2.1
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
update go to 1.22.2
unwox
2024-08-23
pass a single response object instead of multiple arguments to lua
unwox
2024-08-23
small fixes
unwox
[next]