Commit Graph

182 Commits (zmq3.0)
 

Author SHA1 Message Date
Robert G. Jakabosky 7664da27ed Add rockspec for wireshark protocol dissector. 15 years ago
Robert G. Jakabosky a102f08855 Add Wireshark dissector. 15 years ago
Robert G. Jakabosky 837eae2da6 Fix version checks. 15 years ago
Robert G. Jakabosky 56f51fd22c Generate methods to get/set socket options. 15 years ago
Robert G. Jakabosky 29ac928f78 Add partial work on generating socket option code. 15 years ago
Robert G. Jakabosky b1157e3aaa Add support for zmq 3.0/3.1 15 years ago
Robert G. Jakabosky ffeb63cf7d Don't pollute global _G space. 15 years ago
Robert G. Jakabosky c3dd0056e1 Simplify zmq_msg_t/ZMQ_Poller constructors. 15 years ago
Robert G. Jakabosky 67993e7953 Remove loading of libzmq.so/libzmq.dll for FFI bindings, since the symbols are accessible from zmq.so which we where loading. 15 years ago
Robert G. Jakabosky 26200cf9c0 Add custom c module loading code for luvit. 15 years ago
Robert G. Jakabosky 95367457f7 Remove some dead FFI code. Remove use of bit & debug modules. 15 years ago
Robert G. Jakabosky 96ec0ff278 Update FFI bindings. 15 years ago
Robert G. Jakabosky c2dcd09181 Fix convertion of Ctx from cdata to lightuserdata for passing to sub-threads. 15 years ago
Robert G. Jakabosky 052d18ffb2 Fix convertion of Ctx from cdata to lightuserdata for passing to sub-threads. 15 years ago
Robert G. Jakabosky 5423280848 Add sleep between connect and send. 15 years ago
Robert G. Jakabosky c5fc85c9cd Fix bug in poller. 15 years ago
Robert G. Jakabosky 23db47708b Update FFI bindings to be more pure (i.e. less messing around with userdata tricks.) 15 years ago
Robert G. Jakabosky 74764609bf Add missing FFI def. for zmq_errno. 15 years ago
Robert G. Jakabosky 09c13aa2fd Use table to cache Error number to string conversion. 15 years ago
Robert G. Jakabosky e16bc680f7 Add sleep call. 15 years ago
Robert G. Jakabosky bda73bf307 Add COPYRIGHT file. 15 years ago
Robert G. Jakabosky 3758b825df Update pre-generated binding code. 15 years ago
Robert G. Jakabosky 477fbecb99 Add missing DEALER/ROUTER socket types. 15 years ago
Robert G. Jakabosky 6c1661b9a0 Merge branch 'master' of github.com:Neopallium/lua-zmq 15 years ago
Robert G. Jakabosky f2578d80f5 Merge pull request #17 from dcreager/eintr
Use standardized error string for EINTR, just like ETERM and EAGAIN
15 years ago
Douglas Creager 10bc8059f1 Return standardized error message for EINTR
The zmq functions now use "interrupted" instead of the system-specific
strerror() result for any EINTR errors.  This makes it easy to test for
those and retry any interrupted function calls.
15 years ago
Robert G. Jakabosky 76c6770337 Cleanup ffi cdef. 15 years ago
Robert G. Jakabosky de92ebce14 Use CMAKE_INSTALL_PREFIX in default INSTALL_*MOD paths. 15 years ago
Robert G. Jakabosky 7a59b9f59a Fix linking errors on MAC OSX. 15 years ago
Robert G. Jakabosky 61f9e7b341 Fix problem with CMake 'lists'. 15 years ago
Robert G. Jakabosky a205a870f4 Merge pull request #15 from agladysh/patch-1
README.md: added missing ')'
15 years ago
Alexander Gladysh 2e304ddc12 README.md: added missing ')' 15 years ago
Robert G. Jakabosky 5cf558e4d5 Change version requirement to allow support for newer versions. 15 years ago
Robert G. Jakabosky 76a84fbf2e Require llthreads version 1.1 15 years ago
Robert G. Jakabosky ce2a44c408 Prepare 1.1 release. 15 years ago
Robert G. Jakabosky c7e5f0c93f Update pre-generated bindings code. 15 years ago
Robert G. Jakabosky f7f294d942 Fix bug with null error thrown during GC of stopwatch timers. 15 years ago
Robert G. Jakabosky 3312d23125 Use msg:copy() instead of msg:set_data(). 15 years ago
Robert G. Jakabosky e6d0a51e67 Merge branch 'master' of github.com:Neopallium/lua-zmq 15 years ago
Douglas Creager d1fc55532c Don't directly link to Lua libraries
The convention for Lua modules is to *not* link to the Lua libraries, so
that the same compiled module can be used in both Lua and LuaJIT.
15 years ago
Douglas Creager 3107a2a4ad Include ZeroMQ LDFLAGS in CMake build scripts 15 years ago
Robert G. Jakabosky 1d6943db15 Cleanup wording. 15 years ago
Robert G. Jakabosky 1cf13a4b91 Cleanup formatting. 15 years ago
Robert G. Jakabosky fc853ed044 Cleanup formatting. 15 years ago
Robert G. Jakabosky c38f5bae7b Cleanup formatting. 15 years ago
Robert G. Jakabosky c70cad005d Cleanup windows instructions. 15 years ago
Robert G. Jakabosky 3bcfd30ddb Re-generate bindings file. Improved support for Windows+MinGW+MSYS. 15 years ago
Robert G. Jakabosky 7242ded710 Add ZMQ_PATH cmake variable for Windows. 15 years ago
Robert G. Jakabosky ba5f08b586 Fix issue with some variables named 'this' which conflicts with the Intel C compiler. 15 years ago
Robert G. Jakabosky 1bd721fb02 Merge pull request #10 from dcreager/feature/thread-init
Add additional code to each thread's bootstrap logic
15 years ago