0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of https://github.com/dcreager/lua-zmq into dcreager-master More... about 15 years ago
Added example of using an event-loop with ZeroMQ sockets. More... over 15 years ago
Extracting underlying C context object More... over 15 years ago
Removed un-needed zmq_return_error() macro. More... over 15 years ago
Changed some of the error messages to match LuaSocket. More... over 15 years ago
Added missing ZMQ_POLL* constants. More... over 15 years ago
Added support for new ZeroMQ 2.1.0 socket options. More... over 15 years ago
Removed binary rockspec More... over 15 years ago
Merge branch 'master' of http://github.com/iamaleksey/lua-zmq More... over 15 years ago
Giving lua-zmq new API semantics. More... over 15 years ago
Added URL and md5 of archive. More... over 15 years ago
Added rockspecs. More... over 15 years ago
Removing deprecated UPSTREAM/DOWNSTREAM symbols More... over 15 years ago
Removing deprecated UPSTREAM/DOWNSTREAM symbols More... over 15 years ago
Merge remote branch 'origin/master' More... over 15 years ago
Work on object collection More... over 15 years ago
Work on object collection More... over 15 years ago
Adding __gc metamethod to context More... over 15 years ago
Adding __gc metamethod to context More... over 15 years ago
Adding gitignore for binaries More... over 15 years ago
Adding gitignore for binaries More... over 15 years ago
Adding support for zmq 2.0.7 with a hacky preprocessor check More... over 15 years ago
Adding support for zmq 2.0.7 with a hacky preprocessor check More... over 15 years ago
Changing makefile to use CC variable rather than gcc hard coded More... over 15 years ago
Changing makefile to use CC variable rather than gcc hard coded More... over 15 years ago
Renamed ZMQ_UPSTREAM -> ZMQ_PULL, ZMQ_DOWNSTREAM -> ZMQ_PUSH More... over 15 years ago
zmq:init(io_threads) More... almost 16 years ago
fixed socket options [jugg] More... almost 16 years ago
Renamed s:getsockopt -> s:getopt, s:setsockopt -> s:setopt More... almost 16 years ago
Renamed zmq.P2P to zmq.PAIR More... almost 16 years ago