1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Should fix tls blocking. More... almost 9 years ago
Fix bug with closing the read side of a connection. More... almost 11 years ago
fixed getpeername/getsockname/setsockopt in tls_backend.lua More... almost 11 years ago
fix for errorloop when tls has problems with e.g. key/cert More... almost 11 years ago
Add missing locals. More... about 12 years ago
Make 'error' local. More... about 12 years ago
Add example on_error callback. More... about 12 years ago
Fix passing of the http request to the response:on_error() callback. More... about 12 years ago
Stop socket write_timeout timer when closing socket. More... about 12 years ago
Add example http server for sending a file. More... about 12 years ago
Fix bug with re-arming timer for write timeouts. More... about 12 years ago
Fix bug with calling 'handle_drain' connection method when writes are unblocked. More... about 12 years ago
Fix name of http server connection module. More... over 13 years ago
Merge branch 'master' of github.com:Neopallium/lua-handlers More... over 13 years ago
Merge pull request #3 from SirDinosaur/patch-1 More... over 13 years ago
Fixed rockspec as handler/http/server/connection.lua was renamed to handler/http/server/hconnection.lua More... over 13 years ago
Don't send HTTP request on connect. More... over 13 years ago
Support sending minimal response headers. More... over 13 years ago
Fix parsing of fragment from uri when query is missing. Thanks to user 'haste' on irc for reporting. More... over 13 years ago
Close socket when recv() returns 0. More... over 13 years ago
Add assertion on missing Idle watcher support in lua-ev 1.3 More... almost 14 years ago
Fix bug with max http connections & 'Connection: close' header. More... almost 14 years ago
Add HTTP client put example. More... almost 14 years ago
Remove on_path/on_query_string/on_fragment callbacks from server-side http-parser, since they are not provided by http-parser anymore. More... almost 14 years ago
Fix issue with empty path. More... almost 14 years ago
Fix bug with http client url parsing. More... almost 14 years ago
Add missing LuaSocket dependency for http module. More... almost 14 years ago
Fix bug with nil 'self.sock'. More... about 14 years ago
Add support for binding to a local adddress & port for connecting sockets. More... about 14 years ago
Fix luarock spec files. More... about 14 years ago