1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Sep 18, 2024 — Sep 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Should fix tls blocking. More... about 9 years ago
Fix bug with closing the read side of a connection. More... about 11 years ago
fixed getpeername/getsockname/setsockopt in tls_backend.lua More... about 11 years ago
fix for errorloop when tls has problems with e.g. key/cert More... about 11 years ago
Add missing locals. More... over 12 years ago
Make 'error' local. More... over 12 years ago
Add example on_error callback. More... over 12 years ago
Fix passing of the http request to the response:on_error() callback. More... over 12 years ago
Stop socket write_timeout timer when closing socket. More... over 12 years ago
Add example http server for sending a file. More... over 12 years ago
Fix bug with re-arming timer for write timeouts. More... over 12 years ago
Fix bug with calling 'handle_drain' connection method when writes are unblocked. More... over 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... almost 14 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... about 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... about 14 years ago
Fix issue with empty path. More... about 14 years ago
Fix bug with http client url parsing. More... about 14 years ago
Add missing LuaSocket dependency for http module. More... about 14 years ago
Fix bug with nil 'self.sock'. More... over 14 years ago
Add support for binding to a local adddress & port for connecting sockets. More... over 14 years ago
Fix luarock spec files. More... over 14 years ago