home
>
ludweb
> history >
tree
login
<
>
date
commit
author
2023-08-11
tcp: report epoll_wait() errors but don't crash
marcelgmr@gmail.com
2023-07-23
properly decode query string
marcelgmr@gmail.com
2023-07-23
ignore query substrings not containing '='
marcelgmr@gmail.com
2023-07-19
db: add DB:execute_many()
marcelgmr@gmail.com
2023-07-17
use 2nd arg of ffi.string instead of NUL-termination
marcelgmr@gmail.com
2023-07-17
db: get proper error messages
marcelgmr@gmail.com
2023-07-17
db: on error return status instead of the given SQL
marcelgmr@gmail.com
2023-07-16
only process request when it's complete
marcelgmr@gmail.com
2023-07-15
randomly close some connections to save resources
marcelgmr@gmail.com
2023-07-15
add Connection header in response
marcelgmr@gmail.com
2023-07-15
docs: add explanation about request and response API
marcelgmr@gmail.com
2023-07-15
minor style change
marcelgmr@gmail.com
2023-07-15
docs: small improvements to README
marcelgmr@gmail.com
2023-07-14
some fixes to response header
marcelgmr@gmail.com
2023-07-14
add content-length header
marcelgmr@gmail.com
2023-07-14
don't shutdown socket on keep-alive mode
marcelgmr@gmail.com
2023-07-13
change package file structure
marcelgmr@gmail.com
2023-01-09
add README
marcelgmr@gmail.com
2022-12-19
template: add % include
marcelgmr@gmail.com
2022-12-17
add default error message when HTTP status is not 200
marcelgmr@gmail.com