- 10 Aug, 2019 1 commit
-
-
fanquake authored
solution: remove sudo:false usage from travis.yml Travis has deprecated the usage of sudo:false in travis.yml. See this blog post for more details: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration Also: https://docs.travis-ci.com/user/reference/trusty/#container-based-infrastructure
-
- 07 Aug, 2019 3 commits
-
-
Luca Boccassi authored
Re-license grant + suggested readme update
-
Christopher Hall authored
Signed-off-by: Christopher Hall <hsw@ms2.hinet.net>
-
Christopher Hall authored
Signed-off-by: Christopher Hall <hsw@ms2.hinet.net>
-
- 06 Aug, 2019 3 commits
-
-
Simon Giesecke authored
[DragonFlyBSD] fix for IPv4 mapping not supported
-
Christopher Hall authored
solution: Handle as for OpenBSD by not attemption to set this option on the socket Signed-off-by: Christopher Hall <hsw@ms2.hinet.net>
-
Christopher Hall authored
solution: on DragonFly also define ZMQ_HAVE_FREEBSD in addition to ZMQ_HAVe_DRAGONFLY Signed-off-by: Christopher Hall <hsw@ms2.hinet.net>
-
- 04 Aug, 2019 1 commit
-
-
Luca Boccassi authored
Add scripts to ease performance graph generation
-
- 03 Aug, 2019 1 commit
-
-
Francesco Montorsi authored
-
- 01 Aug, 2019 3 commits
-
-
Simon Giesecke authored
Fix build on SL6.9. Fix #3603.
-
bl authored
-
bl authored
-
- 30 Jul, 2019 4 commits
-
-
Simon Giesecke authored
Problem: formatting errors introduced by #3601
-
Luca Boccassi authored
Solution: fix them with make clang-format-diff
-
Luca Boccassi authored
mingw thread name fix
-
Jacques Germishuys authored
Solution: Manually push/pop an exception registration record. Only set the thread name with a debugger present
-
- 27 Jul, 2019 2 commits
-
-
Luca Boccassi authored
Problem: include/zmq.h is not so much broken as inconsistent in
-
Brian Carcich authored
how it declares the file descriptor (fd) of a socket in struct zmq_pollitem_t vs. struct zmq_poller_event_t Solution: Make include/zmq.h consistent in this matter
-
- 26 Jul, 2019 4 commits
-
-
Luca Boccassi authored
Problem: PR template is mostly about contributing guidelines
-
Shubham Lagwankar authored
Solution: rename it to CONTRIBUTING.md so that it is shown when creating a pull request or issue
-
Luca Boccassi authored
Problem: redundant check in condition
-
Shubham Lagwankar authored
Solution: remove it
-
- 25 Jul, 2019 2 commits
-
-
Luca Boccassi authored
Problem: Usage of 'if_nametoindex' not supported in Windows XP.
-
aixxe authored
Solution: Add ZMQ_HAVE_WINDOWS_TARGET_XP check to src/udp_address.cpp.
-
- 24 Jul, 2019 5 commits
-
-
Luca Boccassi authored
Problem: stream_engine use after free
-
Mancaș George authored
-
Mancaș George authored
Solution: Don't allow concurrent heartbeat timers
-
Luca Boccassi authored
Problem: behavior of closing a socket registered...
-
jean-airoldie authored
...in a poller is not documented. Solution: Document it.
-
- 23 Jul, 2019 2 commits
-
-
Luca Boccassi authored
Problem: incorrect ZMQ_MAX_SOCKETS default value in doc
-
jean-airoldie authored
Solution: update the doc with the correct default value
-
- 22 Jul, 2019 1 commit
-
-
Luca Boccassi authored
CMake: Install debug libraries for debug msvc builds
-
- 18 Jul, 2019 3 commits
-
-
Rishi Theivendran authored
-
Luca Boccassi authored
problem: ws_engine duplicate code from stream_engine
-
somdoron authored
Solution: New class called stream_engine_base which is inherited by ws_engine, zmtp_engine and raw_engine.
-
- 16 Jul, 2019 5 commits
-
-
Doron Somech authored
Problem: build on centos6/ubuntu12 still broken
-
Luca Boccassi authored
Solution: move the definition of __STDC_LIMIT_MACROS somewhere the test actually uses
-
Doron Somech authored
Problems: build broken on centos6/ubuntu12, missing licenses and wrong copyright dates
-
Luca Boccassi authored
Solution: add it
-
Luca Boccassi authored
Solution: fix them
-