Robert G. Jakabosky
|
9588c05348
|
Support newer zmq and Lua versions.
|
2 years ago |
Robert G. Jakabosky
|
fba94951bc
|
Support newer libzmq.
|
2 years ago |
Robert G. Jakabosky
|
0be2975f7a
|
Fix bug with zeromq 4.x & Luajit.
|
10 years ago |
Robert G. Jakabosky
|
a335ef0625
|
Add support for zeromq 4.x
|
12 years ago |
Robert G. Jakabosky
|
327583c0f6
|
Make sure to close the msg before returning errors.
|
12 years ago |
Robert G. Jakabosky
|
def9da8920
|
Add unbind & disconnect socket methods.
|
13 years ago |
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 |
Robert G. Jakabosky
|
46ae68fe9e
|
Add support for ZeroMQ 2.2
|
14 years ago |
Robert G. Jakabosky
|
81f1182507
|
Fix bug with FFI bindings of sock:setopt().
|
14 years ago |
Robert G. Jakabosky
|
779a406957
|
Fix recv() method in FFI bindings.
|
14 years ago |
Robert G. Jakabosky
|
8d780628a0
|
Fix compile errors with MSVC compiler.
|
14 years ago |
Robert G. Jakabosky
|
7adc63d089
|
Fix problem with FFI support on windows.
|
14 years ago |
Robert G. Jakabosky
|
a264b26c48
|
Fix recv() method when used with ZeroMQ 3.1.x
|
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
|
23db47708b
|
Update FFI bindings to be more pure (i.e. less messing around with userdata tricks.)
|
15 years ago |
Robert G. Jakabosky
|
ec8409ffeb
|
Use opaque struct types instead of 'void *'.
|
15 years ago |
Robert G. Jakabosky
|
7194be8851
|
Improve old version error message. Add note about requried zeromq version.
|
15 years ago |
Robert G. Jakabosky
|
8439751b91
|
Add detection code for really old ZeroMQ 2.0.x series.
|
15 years ago |
Robert G. Jakabosky
|
a3f912b8aa
|
Fix undefined socket_t with ZeroMQ 2.0.x
|
15 years ago |
Robert G. Jakabosky
|
86f2d0c027
|
Update copyright notice.
|
15 years ago |
Robert G. Jakabosky
|
56c4c465c8
|
Fixed bug with support for 0MQ version < 2.1
|
15 years ago |
Robert G. Jakabosky
|
399258202d
|
Fixed some issues with compiling bindings on Windows.
|
15 years ago |
Robert G. Jakabosky
|
a524c4dc69
|
Add FFI support for setopt()/getopt() functions.
|
15 years ago |
Robert G. Jakabosky
|
d0a71ccbae
|
Add send_msg()/recv_msg() functions and zmq_msg_t object. Update FFI-based bindings to use latest LuaNativeObjects FFI support.
|
15 years ago |
Robert G. Jakabosky
|
ed462fe9b8
|
Updated bindings to use newest features of LuaNativeObjects.
|
15 years ago |
Robert G. Jakabosky
|
42d4a1361b
|
Added LuaJIT2 FFI support.
|
15 years ago |