- 13 Sep, 2010 1 commit
-
-
Martin Lucina authored
-
- 10 Sep, 2010 1 commit
-
-
Martin Sustrik authored
-
- 09 Sep, 2010 1 commit
-
-
Martin Sustrik authored
-
- 08 Sep, 2010 2 commits
-
-
Martin Sustrik authored
-
Martin Sustrik authored
-
- 07 Sep, 2010 2 commits
-
-
Martin Sustrik authored
-
Martin Sustrik authored
-
- 04 Sep, 2010 25 commits
-
-
Martin Sustrik authored
* maint: Version number incremented to 2.0.10 NEWS updated for 2.0.9 Conflicts: builds/msvc/platform.hpp configure.in
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Lucina authored
* maint: Update .gitignore doc: Add 0MQ version to XHTML11 backend footer build: Generate ChangeLog in 'make dist', ZIP automatically
-
Martin Lucina authored
-
Martin Lucina authored
Thanks to Matt Weinstein for the suggestion.
-
Martin Lucina authored
Change 'make dist' to generate the Git ChangeLog file, that way it doesn't have to be manually updated nor kept in Git which causes unnecessary work. Also change 'make dist' to invoke 'dist-zip' automatically to generate a ZIP as well as a .tar.gz. Thanks to http://live.gnome.org/Git/ChangeLog for the inspiration to automatically generate ChangeLog.
-
Martin Sustrik authored
* maint: Broken device numbering reverted assert on malformed messages forwarder and streamer devices handle multi-part messages correctly improved null checking in zmq_term Conflicts: AUTHORS include/zmq.h src/zmq.cpp
-
Martin Sustrik authored
-
Dhammika Pathirana authored
-
Jon Dyte authored
-
Ivo Danihelka authored
-
Martin Lucina authored
* maint: zmq::select_t, zmq_poll(): assert if FD_SETSIZE reached zmq.h: Fix typo and use of C99 comment Conflicts: src/zmq.cpp
-
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
* maint: doc: Update zmq_socket(3) for 2.0.8 API changes Revert "Added man page for the zmq_device method" Revert "Added clean target that deletes generated man pages" Revert "Various changes to documentation project:" Revert "Reverting 'clean' change to Makefile" Revert "Removed empty man pages for old standalone devices" Revert "Further cleanups on reference manual" Revert "Small improvements to zmq_device(3) page" Revert "Removed wip zmq_deviced from master"
-
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 4 commits
-
-
Martin Sustrik authored
* maint: Prior to this patch prefix_tree asserts. Fix for signaler_t on HP-UX and AIX platforms Mikael Kjaer added to AUTHORS Conflicts: src/trie.cpp
-
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 4 commits
-
-
Martin Sustrik authored
* maint: Erasure of retired fd's in select.cpp causes an assertion in MSVC 2008 STL
-
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
* maint: maint: will become 2.0.9 Conflicts: builds/msvc/platform.hpp configure.in
-
Martin Sustrik authored
-