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 |
Robert G. Jakabosky
|
bbaa86a552
|
io_threads parameter now defaults to 1.
|
14 years ago |
Robert G. Jakabosky
|
5f8ae64393
|
Fix FFI bindings for socket option getter/setter methods.
|
14 years ago |
Robert G. Jakabosky
|
81f1182507
|
Fix bug with FFI bindings of sock:setopt().
|
14 years ago |
Robert G. Jakabosky
|
421101376e
|
Re-generate bindings to fix bug with weak objects.
|
14 years ago |
Robert G. Jakabosky
|
6ee18ea74d
|
Add missing XPUB/XSUB socket types for zmq 3.1 support.
Also make sure DEALER/ROUTER and XREQ/XREP are all defined.
|
14 years ago |
Robert G. Jakabosky
|
3058dce215
|
Change where ZMQ_NOBLOCK is defined if missing.
|
14 years ago |
Robert G. Jakabosky
|
0aa2ed8e3f
|
Add missing zmq.DONTWAIT constant for zmq 3.1 support.
For forwards & backward compatibility define both DONTWAIT & NOBLOCK
for all versions.
|
14 years ago |
Robert G. Jakabosky
|
36374c33fe
|
Add zmq.poller version of local_thr.lua to perf/ folder.
|
14 years ago |
Robert G. Jakabosky
|
36fa3226ef
|
Fix exporting of zmq.poller C functions for FFI bindings.
|
14 years ago |
Robert G. Jakabosky
|
b2aec4654e
|
Regenerate bindings.
Fix ffi detection code.
Split Lua code into multiple smaller C literals.
|
14 years ago |
Robert G. Jakabosky
|
715f531f52
|
Fix rockspec for building on windows.
|
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
|
7de39bd409
|
Export module functions for FFI support on windows.
|
14 years ago |