You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lua-zmq/src
Petr Štetiar 4642135e12 Fix crash in {set,get}sockoption with zmq 3.2.1
$ lua examples/server_poll.lua
	Invalid socket option type, this shouldn't happen.
	Aborted (core dumped)

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Robert G. Jakabosky <bobby@sharedrealm.com>
14 years ago
..
ctx.nobj.lua Update FFI bindings. 15 years ago
error.nobj.lua Fix error to string conversion for standard Lua bindings. 14 years ago
msg.nobj.lua Convert return value of msg:size() to a Lua number from 'size_t' in FFI bindings. 14 years ago
poller.lua Don't pollute global _G space. 15 years ago
poller.nobj.lua Fix exporting of zmq.poller C functions for FFI bindings. 14 years ago
pre_generated-zmq.nobj.c Add support for ZeroMQ 2.2 14 years ago
socket.nobj.lua Fix crash in {set,get}sockoption with zmq 3.2.1 14 years ago
stopwatch.nobj.lua Use opaque struct types instead of 'void *'. 15 years ago
threads.lua Don't pollute global _G space. 15 years ago