1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 11 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added read blocking support. More... about 13 years ago
Improved re-use of client-side HTTP connections. More... about 13 years ago
Added support for HTTPS to HTTP client handler. More... about 13 years ago
Added support for SSL/TLS TCP sockets. More... about 13 years ago
Moved HTTP client connection class. More... about 13 years ago
Moved test scripts to 'tests' folder. More... about 13 years ago
Improve handling of error messages. More... about 13 years ago
Removed support for LuaSocket backend, using Nixio instead. More... about 13 years ago
Use 'module(...)' instead of fixed module names. More... about 13 years ago
update luarocks install instructions. More... about 13 years ago
code cleanup. More... about 13 years ago
Improve speed of message sending with ZMQ handler. More... about 13 years ago
Fixed some bugs with closing zmq sockets. Copy constants from 'zmq' module for easy access. More... about 13 years ago
Fixed data loss bug when socket is blocked (which can happend with socket is still connecting. More... about 13 years ago
HTTP Requests can now be closed. More... about 13 years ago
Improved an error message. More... about 13 years ago
Add support for streaming response body. More... about 13 years ago
Get correct EINPROGRESS value from nixio. More... about 13 years ago
Fixed some bugs and improved HTTP client's interface. More... about 13 years ago
Code cleanup. More... over 13 years ago
Fixed handling of blocked send() on 0mq sockets. More... over 13 years ago
Fixed XREQ socket example. More... over 13 years ago
Switch lua-http-parser urls back to the main repository by user brimworks. More... over 13 years ago
Update handler.http.connection to use new lua-http-parser API. More... over 13 years ago
Added UDP/UDP6/UNIX socket datagram support to nixio handlers. More... over 13 years ago
fixed incorrect filename. More... over 13 years ago
Cleanup package dependencies. More... over 13 years ago
Refactor API. Added support for datagram sockets. More... over 13 years ago
Added support for new version of lua-http-parser that doesn't buffer the on_body events. More... over 13 years ago
Fixed race condition where multiple UDP packets from the same client caused multiple UDP sockets to be made. More... over 13 years ago