- 04 Sep, 2010 15 commits
-
-
Martin Sustrik authored
-
Dhammika Pathirana authored
-
Jon Dyte authored
-
Ivo Danihelka authored
-
Martin Lucina authored
Ensure that 0MQ does not attempt to call select() on more than FD_SETSIZE file descriptors.
-
Martin Lucina authored
-
Martin Lucina authored
-
Martin Lucina authored
This reverts commit f575f252. Conflicts: doc/zmq_device.txt
-
Martin Lucina authored
This reverts commit 6cd90304.
-
Martin Lucina authored
This reverts commit 77a3c36f.
-
Martin Lucina authored
This reverts commit c51de31f.
-
Martin Lucina authored
This reverts commit 6ff19399.
-
Martin Lucina authored
This reverts commit 13f3481e. Conflicts: doc/zmq_device.txt doc/zmq_tcp.txt
-
Martin Lucina authored
This reverts commit 96bcc9e6.
-
Martin Lucina authored
This reverts commit de017375.
-
- 02 Sep, 2010 3 commits
-
-
Jon Dyte authored
This is because as it adds the 255th element at a node it attempts to calculate the count member var which is an unsigned char via count = (255 -0) + 1; and pass the result to realloc. Unfortunately the result is zero and realloc returns null; the prefix_tree asserts. I have fixed it by making the count an unsigned short.
-
Bernd Melchers authored
-
Martin Sustrik authored
-
- 01 Sep, 2010 2 commits
-
-
Mikael Helbo Kjær authored
I was hitting an issue with an SCL enabled STL library in connection with the way select_t::loop was erasing retired fd's. The problem as identified by the SCL assertion was that by the time the iterator given to the erase method was called it was considered invalid by the library. I am not sure this isn't just a "quirk" of the MSVC STL library as the other code looks valid to me as well.
-
Martin Sustrik authored
-
- 25 Aug, 2010 7 commits
-
-
Martin Lucina authored
-
Martin Lucina authored
Add some basic documentation for XREQ/XREP socket types, including a brief description of the most common use case (REQ -> XREP) and (XREQ -> REP).
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Martin Lucina authored
-
Martin Lucina authored
Function returning unsigned long int cannot return (-1)
-
- 21 Aug, 2010 2 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 19 Aug, 2010 2 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 18 Aug, 2010 1 commit
-
-
Martin Sustrik authored
-
- 11 Aug, 2010 3 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
http://github.com/zeromq/zeromq2/issues#issue/46 Invalid messages are now discarded silently, instead of causing an assertion failure.
-
Pieter Hintjens authored
-
- 10 Aug, 2010 1 commit
-
-
Pieter Hintjens authored
-
- 08 Aug, 2010 1 commit
-
-
Pieter Hintjens authored
* Fixed zmq_term, zmq_socket, zmq_close, zmq_setsockopt, * zmq_getsockopt, zmq_bind, zmq_connect, zmq_send, * zmq_recv, zmq_poll, zmq_device, zmq_stopwatch_stop * Updated Reference Manual for these methods
-
- 07 Aug, 2010 1 commit
-
-
Pieter Hintjens authored
* zmq_term * zmq_socket * zmq_close * zmq_setsockopt * zmq_getsockopt * zmq_bind * zmq_connect * zmq_send * zmq_recv * zmq_poll * zmq_device * zmq_stopwatch_stop
-
- 06 Aug, 2010 2 commits
-
-
Martin Lucina authored
-
Martin Lucina authored
-