Commit Graph

267 Commits (7f9e3417739b7f5ab9ebe812af8e93723a7abc06)
 

Author SHA1 Message Date
Robert G. Jakabosky 7f9e341773 make travis script executable. 10 years ago
Robert G. Jakabosky 8063d6dc63 Try fixing broken travis-ci build script. 10 years ago
Robert G. Jakabosky d5ef59d67c Update zmq_msg_t typedef to support 4.x. 10 years ago
Robert G. Jakabosky 0be2975f7a Fix bug with zeromq 4.x & Luajit. 10 years ago
Robert G. Jakabosky b861158ec6 Update pre-generated source. 12 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 e47f0a9a31 Add throughput stats. 12 years ago
Robert G. Jakabosky 66ef76c795 Fix API docs for poller timeout units. 12 years ago
Robert G. Jakabosky 1d6ed5cc3f re-generate bindings. Adding context option set/get methods. 13 years ago
Robert Gabriel Jakabosky ca95905b7a Merge pull request #47 from TimMensch/context_feature
added set and get functions on ZMQ context
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