1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support for accept()ing UDP sockets (nixio only right now, might be able to make it work with LuaSockets). More... over 14 years ago
Added handlers for nixio tcp/udp sockets. More... over 14 years ago
Fixed use of global variable. Code cleanup. More... over 14 years ago
Cleanup the README's formating. More... over 14 years ago
Fixed variable name typo. More... over 14 years ago
HTTP client now streams the request body. More... over 14 years ago
Added 'handle_drain' callback to tcp socket class. Fixed udp socket class API. More... over 14 years ago
Renamed zsocket class to zmq. More... over 14 years ago
Re-structure nsocket into separate tcp & udp classes. Cleaned up names of functions. Fixed tcp 'connected' callback. More... over 14 years ago
Update install instructions. More... over 14 years ago
Fixed name of rockspecs. Added missing files. More... over 14 years ago
Try to separate zmq handler & http handler into sub-rocks. More... over 14 years ago
increase max connection per host from 4 to 8. More... over 14 years ago
make callbacks local variables not globals. More... over 14 years ago
Removed junk. Improved error message. More... over 14 years ago
Fixed connection pooling support. More... over 14 years ago
Losts of code cleanup and some bug fixes. More... over 14 years ago
Improved job queue server example. More... over 14 years ago
Fixed send bug in nsocket. More... over 14 years ago
Added job queue server example. More... over 14 years ago
Added support for posting HTTP forms More... over 14 years ago
fixed bug where last chunk of data read is lost when socket is closed by peer. More... over 14 years ago
Added User-Agent header to requests. More... over 14 years ago
Added missing lua files to rockspec. More... over 14 years ago
Added evented http client. More... over 14 years ago
Removed un-used require() More... over 14 years ago
Fixed formatting? More... over 14 years ago
Added install instructions. More... over 14 years ago
Added example of binding & connecting with the same zmq socket. More... over 14 years ago
Updated urls with new name. More... over 14 years ago