Tim Mensch
|
ba2dfeec7f
|
Merge 417ffd7f46 into def9da8920
|
13 years ago |
Tim Mensch
|
417ffd7f46
|
Add if_defs for VERSION_3_2
|
13 years ago |
Tim Mensch
|
325b5874d1
|
added set and get functions on ZMQ context
|
13 years ago |
Robert G. Jakabosky
|
def9da8920
|
Add unbind & disconnect socket methods.
|
13 years ago |
Robert G. Jakabosky
|
18101b0f05
|
Add re-generate docs.
|
13 years ago |
Robert G. Jakabosky
|
8f7dda3147
|
Don't need to wrap thread object in a table.
|
13 years ago |
Robert G. Jakabosky
|
3499ee79ae
|
Fix bug with returning error from non-ffi bindings.
|
13 years ago |
Robert G. Jakabosky
|
b0413d4e75
|
Add zmq_proxy() function for ZeroMQ 3.2.x
zmq_device() is also available in 3.2.x as a deprecated method.
|
13 years ago |
Robert G. Jakabosky
|
16505b546f
|
Fix definition of ProtoFields to support latest wireshark.
|
13 years ago |
Robert G. Jakabosky
|
d934a9cbb1
|
Enable all Travis CI build profiles.
|
13 years ago |
Robert G. Jakabosky
|
0708142d72
|
Use libzmq3-dev in Travis CI build.
|
13 years ago |
Robert G. Jakabosky
|
24e50ebd04
|
Install libzmq-dev.
|
13 years ago |
Robert G. Jakabosky
|
4038c4f92f
|
Add missing test script.
|
13 years ago |
Robert G. Jakabosky
|
070e985098
|
Add Travis CI.
|
13 years ago |
Robert G. Jakabosky
|
bf0c221ac0
|
Fix typo.
|
13 years ago |
Robert G. Jakabosky
|
37960ae7c6
|
Fix a bad global in poller's FFI code.
|
13 years ago |
Robert G. Jakabosky
|
b9e2ad3ea1
|
Add asserts to catch errors from zeromq (like bind errors).
|
13 years ago |
Robert G. Jakabosky
|
8d962b4ac9
|
Set HWM option to zero to override new default in zeromq 3.x
|
13 years ago |
Robert G. Jakabosky
|
214e2601cf
|
Update supported zeromq versions.
|
13 years ago |
Robert G. Jakabosky
|
8f239ff6f5
|
regenerate bindings with Buffer interface.
|
13 years ago |
Robert G. Jakabosky
|
cbfaecd38c
|
Add support for Buffer interface.
|
13 years ago |
Robert G. Jakabosky
|
f83cacde52
|
Add more stats.
|
13 years ago |
Robert G. Jakabosky
|
58f6c5db3c
|
Update Windows download link for LuaJIT 2.0 beta11.
|
14 years ago |
Robert G. Jakabosky
|
6845eba8d2
|
Regenerate bindings with Lua 5.2 support.
|
14 years ago |
Robert G. Jakabosky
|
8eaceefab3
|
Remove duplicate cmake variables.
|
14 years ago |
Robert G. Jakabosky
|
9841573893
|
Add sub-modules to 'zmq' module's table.
|
14 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
|
32ea196579
|
Update NativeObject cmake files.
|
14 years ago |
Robert G. Jakabosky
|
466e78aad1
|
Add download link for windows build
|
14 years ago |
Robert G. Jakabosky
|
b5e03e5d16
|
Update cmake build files.
|
14 years ago |
Robert G. Jakabosky
|
ce2d1c7c5a
|
Add locat/remote throughput tests using PUSH/PULL sockets.
|
14 years ago |
Robert G. Jakabosky
|
dc1e7b80d0
|
Use msg copy method.
|
14 years ago |
Robert G. Jakabosky
|
46ae68fe9e
|
Add support for ZeroMQ 2.2
|
14 years ago |
Robert G. Jakabosky
|
b043c7631f
|
Try Forwarding multiple messages per IO event notification.
|
14 years ago |
Robert G. Jakabosky
|
8411d346c9
|
Update URLs for rockspecs.
|
14 years ago |
Robert G. Jakabosky
|
2785eda10e
|
Remove unused variables.
|
14 years ago |
Robert G. Jakabosky
|
211a569a15
|
Directly call 'on_work' callback from IO read callback.
|
14 years ago |
Robert G. Jakabosky
|
4d23290e3a
|
Make sure 'on_work' is enabled until 'recv' blocks, so all messages are consumed before blocking.
|
14 years ago |
Robert G. Jakabosky
|
a9630265f1
|
Add example use of poll_zsock wrapper.
|
14 years ago |
Robert G. Jakabosky
|
105925e3d0
|
Add 0mq socket wrapper example to show how to use 0mq socket with other event loops (lib-ev, epoll).
|
14 years ago |
Robert G. Jakabosky
|
c5087a2d91
|
Set priority on Idle watcher.
|
14 years ago |
Robert G. Jakabosky
|
78ac082f62
|
Convert return value of msg:size() to a Lua number from 'size_t' in FFI bindings.
|
14 years ago |
Robert G. Jakabosky
|
df6157eb37
|
Add lua-ev poller backend.
|
14 years ago |
Robert G. Jakabosky
|
2adc7dfbc2
|
Add support for multiple poller backends.
|
14 years ago |
Robert G. Jakabosky
|
a74cf52c11
|
Correct copyrights.
|
14 years ago |
Robert G. Jakabosky
|
5e6a7b5363
|
Rename lua-ev example.
|
14 years ago |
Robert G. Jakabosky
|
3b93a80233
|
Add more event loop examples.
|
14 years ago |
Robert G. Jakabosky
|
a598995e33
|
Get zmq socket events in IO read callback. Allow batch recvs.
|
14 years ago |
Robert G. Jakabosky
|
0697debefb
|
Cleanup examples code.
|
14 years ago |
Robert G. Jakabosky
|
caba791908
|
Fix error to string conversion for standard Lua bindings.
|
14 years ago |