- 13 Nov, 2018 1 commit
-
-
Luca Boccassi authored
Solution: add a switch and a default to autoconf
-
- 12 Nov, 2018 2 commits
-
-
Bill Torpey authored
* Add specific option to select radix tree implementation for subscriptions (defaults to ON if draft API enabled).
-
Simon Giesecke authored
Problems: some tests still use hard-coded TCP ports, wrong usage of CPPFLAGS, missing NEWS, no way to force C++98 builds and CI for it
-
- 10 Nov, 2018 3 commits
-
-
Luca Boccassi authored
Problem: C4 process is not easily discoverable.
-
crocket authored
Solution: Add a relicensing grant.
-
crocket authored
Solution: Add 'Contributing' section to README.md
-
- 09 Nov, 2018 8 commits
-
-
Luca Boccassi authored
Solution: cast the unused variable
-
Luca Boccassi authored
Solution: if the compiler supports it, pass C++98-compat flags. Currently Clang supports this flag but GCC does not. Add a new flag to enable it, as building with C++98-compat but also with -std=gnu++11 will cause a lot of warnings due to the backward compat ifdefs. Add a CI job to run it and ensure we don't break compatibility.
-
Luca Boccassi authored
Solution: use CXXFLAGS for compiler flags and CPPFLAGS for preprocessor flags.
-
Luca Boccassi authored
Solution: add it
-
Luca Boccassi authored
Solution: do not bind to an hard-coded port, use a wildcard.
-
Luca Boccassi authored
Solution: do not bind to an hard-coded port, use a wildcard.
-
Luca Boccassi authored
Solution: add them to .gitignore
-
Shubham Lagwankar authored
* Problem: radix tree needs benchmarks and improvements Solution: add a benchmark and make suggested improvements
-
- 08 Nov, 2018 2 commits
-
-
Simon Giesecke authored
Problem: #3263 not mentioned in NEWS
-
Luca Boccassi authored
Solution: add it
-
- 07 Nov, 2018 2 commits
-
-
Luca Boccassi authored
Problem: using FD_SETSIZE for optimized_fd_set_t is a pessimization
-
KIU Shueng Chuan authored
-
- 06 Nov, 2018 3 commits
-
-
Luca Boccassi authored
Reapply session_base_t refactoring
-
Simon Giesecke authored
Solution: do not use make_pair
-
Luca Boccassi authored
Windows apparently returns `WSAENOBUFS` from `recv`
-
- 05 Nov, 2018 9 commits
-
-
Nathan Toone authored
Problem: Assert being triggered when Windows returns `WSAENOBUFS` from `recv` call on large buffers. Solution: Expect `WSAENOBUFS` as a valid response. See https://github.com/zeromq/libzmq/issues/3263
-
Nathan Toone authored
Solution: added relicense agreement
-
Simon Giesecke authored
Solution: extract functions for each protocol
-
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 2 commits
-
-
Simon Giesecke authored
Problems: wrong version and outdated NEWS
-
Luca Boccassi authored
Some changes for CMakeLists.txt:
-