- 05 Nov, 2018 6 commits
-
-
Simon Giesecke authored
Problem: build broken with Sun Studio, tests fail on debian/kfreebsd and debian/hurd, DRAFT zmq_poll is slow
-
Luca Boccassi authored
Solution: remove it
-
Luca Boccassi authored
Solution: use it only if there is at least one thread-safe socket, which is not compatible with the older zmq_poll implementation.
-
Luca Boccassi authored
Solution: define UNITY_WEAK_PRAGMA when building with the Sun compiler as it does not support the weak attribute.
-
Luca Boccassi authored
Solution: skip tests that use ipc://* as it's impossible to get the address back for the client
-
Luca Boccassi authored
Solution: temporary revert refactoring until it can be properly fixed. Revert "Problem: complexity of start_connecting" This reverts commit 6d7aeb05.
-
- 04 Nov, 2018 8 commits
-
-
Luca Boccassi authored
Solution: use a different system variable for debian/hurd and debian/kfreebsd so that the tests are skipped only on hurd.
-
Luca Boccassi authored
Solution: fix it
-
Luca Boccassi authored
Problem: stale bot didn't parse labels correctly
-
Luca Boccassi authored
Solution: quote the labels with a space, upstream documentation (not displayed on the Github page) suggests this should finally work
-
Doron Somech authored
Problem: stale issues linger on Github
-
Luca Boccassi authored
Solution: enable Stable Bot to automatically mark an issue as stale after 365 days of inactivity and close it after further 56 days. Issues marked with the following labels are excluded: - Help Request - Feature Request - Problem reproduced - Critical
-
Doron Somech authored
Problem: NEWS still out of date
-
Luca Boccassi authored
Solution: mention all relevant bug fixes, features and changes
-
- 02 Nov, 2018 5 commits
-
-
Simon Giesecke authored
Problems: wrong version and outdated NEWS
-
Luca Boccassi authored
Some changes for CMakeLists.txt:
-
Bill Torpey authored
-
Bill Torpey authored
-
Bill Torpey authored
- MacOS version requires CMake version 3.0.2 (because of policy CMP0042) - Add option to build instrumented binaries with Address Sanitizer - Add option to select compiler intrinsics for atomic ops - Only build docs on request (saves build time)
-
- 01 Nov, 2018 3 commits
-
-
Luca Boccassi authored
Solution: partially list changes since 4.2.5. Not yet complete.
-
Luca Boccassi authored
Solution: bump back from 4.3.1 to 4.3.0
-
Simon Giesecke authored
Problem: new radix tree implementation is experimental
-
- 31 Oct, 2018 4 commits
-
-
Luca Boccassi authored
Solution: use it only for DRAFT builds for now, to leave it time to be tested and stabilised.
-
Luca Boccassi authored
Problem: potentially large memory footprint of trie as number of subscriptions increases (issue #1400)
-
Shubham Lagwankar authored
Solution: add it
-
Shubham Lagwankar authored
subscriptions increases Solution: use a radix tree instead of a trie to store subscriptions
-
- 30 Oct, 2018 5 commits
-
-
Luca Boccassi authored
Problem: Use of pipe_t after free in zmq::socket_base_t::term_endpoint(). Issue #3245.
-
Bunjevacki, Jovan authored
Solution: When pipe_t is freed (terminated) remove it from _endpoints member of zmq::socket_base_t. Resolves issue #3245.
-
Luca Boccassi authored
Add support for UDP multicast ttl (ZMQ_MULTICAST_HOPS)
-
Conrad Parker authored
Solution: add relicense agreement
-
Conrad Parker authored
Solution: add support for ZMQ_MULTICAST_HOPS (IP_MULTICAST_TTL)
-
- 27 Oct, 2018 3 commits
-
-
Luca Boccassi authored
Relicense statement for Hpsaturn
-
Luca Boccassi authored
fix for android building
-
Antonio Vanegas authored
-
- 26 Oct, 2018 3 commits
-
-
Luca Boccassi authored
Relicense statement for Juraj Oršulić
-
Luca Boccassi authored
Always include ZMQSourceRunChecks.cmake
-
Juraj Oršulić authored
-
- 22 Oct, 2018 1 commit
-
-
Juraj Oršulić authored
-
- 09 Oct, 2018 1 commit
-
-
Antonio Vanegas authored
-
- 08 Oct, 2018 1 commit
-
-
Luca Boccassi authored
Solution: fix issue introduced by #3270
-