Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-04 | assert on malformed messages | Dhammika Pathirana | |
2010-09-04 | forwarder and streamer devices handle multi-part messages correctly | Jon Dyte | |
2010-09-04 | improved null checking in zmq_term | Ivo Danihelka | |
2010-09-04 | zmq::select_t, zmq_poll(): assert if FD_SETSIZE reached | Martin Lucina | |
Ensure that 0MQ does not attempt to call select() on more than FD_SETSIZE file descriptors. | |||
2010-09-04 | zmq.h: Fix typo and use of C99 comment | Martin Lucina | |
2010-09-04 | doc: Update zmq_socket(3) for 2.0.8 API changes | Martin Lucina | |
2010-09-04 | Revert "Added man page for the zmq_device method" | Martin Lucina | |
This reverts commit f575f252c99c99d3622f313d6bbad6635197a1e4. Conflicts: doc/zmq_device.txt | |||
2010-09-04 | Revert "Added clean target that deletes generated man pages" | Martin Lucina | |
This reverts commit 6cd90304476c1c6873d67068009def63e520b848. | |||
2010-09-04 | Revert "Various changes to documentation project:" | Martin Lucina | |
This reverts commit 77a3c36ff1f11215229a4efdb821a3cb83a9d6fc. | |||
2010-09-04 | Revert "Reverting 'clean' change to Makefile" | Martin Lucina | |
This reverts commit c51de31f2fd31f782e419bfac2fb8d40d689f3e3. | |||
2010-09-04 | Revert "Removed empty man pages for old standalone devices" | Martin Lucina | |
This reverts commit 6ff193999d96487f7aa7e578980ab5554e61d8dc. | |||
2010-09-04 | Revert "Further cleanups on reference manual" | Martin Lucina | |
This reverts commit 13f3481e127a6b2390e847af6b01ee88f1b4ae61. Conflicts: doc/zmq_device.txt doc/zmq_tcp.txt | |||
2010-09-04 | Revert "Small improvements to zmq_device(3) page" | Martin Lucina | |
This reverts commit 96bcc9e6cf73781c31042278eb960c0363a78805. | |||
2010-09-04 | Revert "Removed wip zmq_deviced from master" | Martin Lucina | |
This reverts commit de0173754cc82f6c08875a892892f043a804554c. | |||
2010-09-02 | Prior to this patch prefix_tree asserts. | Jon Dyte | |
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. | |||
2010-09-02 | Fix for signaler_t on HP-UX and AIX platforms | Bernd Melchers | |
2010-09-02 | Mikael Kjaer added to AUTHORS | Martin Sustrik | |
2010-09-01 | Erasure of retired fd's in select.cpp causes an assertion in MSVC 2008 STL | Mikael Helbo Kjær | |
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. | |||
2010-09-01 | maint: will become 2.0.9 | Martin Sustrik | |
2010-08-25 | Update ChangeLog for v2.0.8 | Martin Lucina | |
2010-08-25 | Basic documentation for XREQ/XREP socket types | Martin Lucina | |
Add some basic documentation for XREQ/XREP socket types, including a brief description of the most common use case (REQ -> XREP) and (XREQ -> REP). | |||
2010-08-25 | Updated NEWS for stable 2.0.8 release | Pieter Hintjens | |
2010-08-25 | Updated NEWS for stable 2.0.8 release | Pieter Hintjens | |
2010-08-25 | Updated NEWS for stable 2.0.8 release | Pieter Hintjens | |
2010-08-25 | Update version number to 2.0.8 | Martin Lucina | |
2010-08-25 | zmq_stopwatch_stop: Don't return EFAULT | Martin Lucina | |
Function returning unsigned long int cannot return (-1) | |||
2010-08-21 | Added calls to zmq_msg_close in examples | Pieter Hintjens | |
2010-08-21 | Fixed example for multipart zmq_recv() | Pieter Hintjens | |
2010-08-20 | Merge branch '46_device_robustness' | Pieter Hintjens | |
2010-08-19 | Fixed git URL in README | Pieter Hintjens | |
2010-08-18 | documentation leftover from v2.0.6 cleaned in zmq(7) | Martin Sustrik | |
2010-08-11 | Removed wip zmq_deviced from master | Pieter Hintjens | |
2010-08-11 | 46 - Devices vulnerable to invalid messages | Pieter Hintjens | |
http://github.com/zeromq/zeromq2/issues#issue/46 Invalid messages are now discarded silently, instead of causing an assertion failure. | |||
2010-08-11 | Fixed (un)signed type errors in get/setsockopt manual | Pieter Hintjens | |
2010-08-10 | Modified zmq_tcp(7) to emphasize wildcard interfaces | Pieter Hintjens | |
2010-08-08 | Added error checking (EFAULT) for null arguments | Pieter Hintjens | |
* 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 | |||
2010-08-07 | Added not-null assertions on pointer arguments in C API functions | Pieter Hintjens | |
* 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 | |||
2010-08-06 | Merge branch 'master' of github.com:zeromq/zeromq2 | Martin Lucina | |
2010-08-06 | Fix uninitialized use of nbytes in signaler fix | Martin Lucina | |
2010-08-06 | Merge branch 'master' of github.com:zeromq/zeromq2 | Pieter Hintjens | |
2010-08-05 | Merge branch 'master' of github.com:zeromq/zeromq2 | Martin Lucina | |
2010-08-05 | zmq::signaler_t: Restart syscalls on EINTR | Martin Lucina | |
This patch restarts the send() or recv() inside zmq::signaler_t if the call fails due to EINTR. | |||
2010-08-05 | Fixed MSVC project for PULL/PUSH | Pieter Hintjens | |
2010-08-04 | Small improvements to zmq_device(3) page | Pieter Hintjens | |
* Clarified broker model and proxy model * Added example of proxy model | |||
2010-08-04 | Further cleanups on reference manual | Pieter Hintjens | |
- fixed unwrapped text in new man pages - fixed over-long lines in older pages, where possible - removed reference to old standalong devices from index page - added refernce to new zmq_device[3] documented from index page - some minor spelling corrections | |||
2010-08-04 | Removed empty man pages for old standalone devices | Pieter Hintjens | |
2010-08-04 | Reverting 'clean' change to Makefile | Pieter Hintjens | |
2010-08-04 | Various changes to documentation project: | Pieter Hintjens | |
* Added documentation for zmq_deviced, which we're developing * Created consistent page footer in documentation template * Page footer notes doc authors and copyright statement | |||
2010-08-04 | Added clean target that deletes generated man pages | Pieter Hintjens | |
2010-08-04 | Added man page for the zmq_device method | Pieter Hintjens | |