Robert G. Jakabosky
|
ca22b64f2c
|
Fix issue with FFI bindings return 'nil' for error messages.
|
15 years ago |
Robert G. Jakabosky
|
783e00ef7f
|
Fix use of 'NULL' instead of 'nil' in Lua code.
|
15 years ago |
Robert G. Jakabosky
|
503f7c3177
|
Remove 'disable_ffi' support.
|
15 years ago |
Robert G. Jakabosky
|
f13a4ef914
|
Remove use of 'disable_ffi' from FFI based bindings, since it can cause problems with strict environments.
|
15 years ago |
Robert G. Jakabosky
|
289d4aab42
|
Fix formatting.
|
15 years ago |
Robert G. Jakabosky
|
eedbaf189b
|
Add note for Ubuntu users.
|
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
|
c2bc03b0ee
|
Add zmq.poller object to API docs.
|
15 years ago |
Robert G. Jakabosky
|
180d3e37ef
|
Fix missing 'branch' for 1.0 release.
|
15 years ago |
Robert G. Jakabosky
|
56a53d68d6
|
Add missing method/function to API.md. Add link to ZeroMQ guide.
|
15 years ago |
Robert G. Jakabosky
|
cfca0e8096
|
Update README.
|
15 years ago |
Robert G. Jakabosky
|
547ea071a9
|
Update README for 1.0 release.
|
15 years ago |
Robert G. Jakabosky
|
96b76af120
|
prepare for 1.0 release.
|
15 years ago |
Robert G. Jakabosky
|
2df2e1eae3
|
Update pre-generated bindings.
|
15 years ago |
Robert G. Jakabosky
|
5754ba897a
|
remove debug print.
|
15 years ago |
Robert G. Jakabosky
|
5a875c12a1
|
Fixed bug with destroying & creating 0MQ sockets quickly.
|
15 years ago |
Robert G. Jakabosky
|
b66901fe3c
|
Fixed issue with GC of 0MQ context object. poller:poll() method now returns number of events handled.
|
15 years ago |
Robert G. Jakabosky
|
0833549572
|
Added note about compiling Lua with -pthread flag
|
15 years ago |
Robert G. Jakabosky
|
9689b108b5
|
Allow zmq context to be nil. Fixed passing of timeout value to poller.
|
15 years ago |
Robert G. Jakabosky
|
eb96a2bc79
|
Fixed some bugs in low-level Poller object.
|
15 years ago |
Robert G. Jakabosky
|
7519b05994
|
Add threaded perf benchmarks. Added push/pull perf benchmark.
|
15 years ago |
Robert G. Jakabosky
|
9108254961
|
Added FFI support to Poller object.
|
15 years ago |
Robert G. Jakabosky
|
1038af6d16
|
Added missing dependency. Fix thread latency perf benchmark.
|
15 years ago |
Robert G. Jakabosky
|
418bbe024a
|
Updated pre-generated module code.
|
15 years ago |
Robert G. Jakabosky
|
3e67fa7243
|
Fixed luarocks build.
|
15 years ago |
Robert G. Jakabosky
|
bedc5c0c16
|
Fixed dependencies.
|
15 years ago |
Robert G. Jakabosky
|
36a90d00d4
|
fix rockspec version.
|
15 years ago |
Robert G. Jakabosky
|
d90b00f237
|
Move low-level threads code into a different project lua-llthreads.
|
15 years ago |
Robert G. Jakabosky
|
747c53357f
|
Add thread-to-thread latency test example.
|
15 years ago |
Robert G. Jakabosky
|
2f327f6e42
|
Fixed FFI loading bug.
|
15 years ago |
Robert G. Jakabosky
|
5de9a8d46f
|
Added support for running Lua code in child threads.
|
15 years ago |
Robert G. Jakabosky
|
6126e4a0d6
|
Changed case for low-level poller object.
|
15 years ago |
Robert G. Jakabosky
|
86f2d0c027
|
Update copyright notice.
|
15 years ago |
Robert G. Jakabosky
|
7e5161865d
|
Fixed rockspec.
|
15 years ago |
Robert G. Jakabosky
|
bd30398861
|
Added zmq.poller object that wraps zmq_poll() function.
|
15 years ago |
Robert G. Jakabosky
|
62a0c8859a
|
Fixed cmake build error.
|
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
|
d8839be4bd
|
Regenerate bindings with better support for Windows vc2008
|
15 years ago |
Robert G. Jakabosky
|
12f588a636
|
Fixed context initialization from FFI cdata value.
|
15 years ago |
Robert G. Jakabosky
|
85f4412ea0
|
Add multipart benchmark/test code.
|
15 years ago |
Robert G. Jakabosky
|
a7133daefa
|
Fixed bug with zmq_msg_t __tostring() metamethod.
|
15 years ago |
Robert G. Jakabosky
|
a524c4dc69
|
Add FFI support for setopt()/getopt() functions.
|
15 years ago |
Robert G. Jakabosky
|
4cd5bd27cf
|
Update link to 0MQ docs.
Add benchmarks that use send()/recv() instead of send_msg()/recv_msg()
interface.
|
15 years ago |
Robert G. Jakabosky
|
d17d257db5
|
Update installation instructions.
|
15 years ago |
Robert G. Jakabosky
|
6b22b4c583
|
Added throughput benchmark results.
Improved installation instructions.
|
15 years ago |
Robert G. Jakabosky
|
02c26ddc68
|
Removed error message when loading module in the standard Lua VM.
|
15 years ago |
Robert G. Jakabosky
|
99b8dafb4a
|
Remove debug message.
|
15 years ago |