- 25 Jan, 2020 1 commit
-
-
std-any-emplace authored
-
- 23 Jan, 2020 5 commits
-
-
Luca Boccassi authored
Some minor documentation fixes
-
std-any-emplace authored
-
std-any-emplace authored
-
Luca Boccassi authored
Replace strtok with strtok_r
-
Denis Collette authored
Solution: replace tabs with spaces
-
- 22 Jan, 2020 2 commits
-
-
Denis Collette authored
Solution: added relicence agreement
-
Denis Collette authored
Solution: Replaced calls to strtok with strtok_r (strtok_s for windows) in ws_engine.cpp
-
- 20 Jan, 2020 1 commit
-
-
Simon Giesecke authored
Problem: WS build option is independent of DRAFT
-
- 19 Jan, 2020 8 commits
-
-
Luca Boccassi authored
Solution: make the default depend on the value of the DRAFT build flag
-
Luca Boccassi authored
Solution: add them
-
Doron Somech authored
Problem: NEWS out of date with latest changes
-
Luca Boccassi authored
Solution: update it
-
Doron Somech authored
Documentation fix regarding thread-safety of zmq_poll/zmq_poller.txt.
-
std-any-emplace authored
-
std-any-emplace authored
See https://github.com/zeromq/libzmq/issues/3778.
-
Doron Somech authored
Fix websocket without path with test
-
- 18 Jan, 2020 6 commits
-
-
Matthias Loy authored
-
Matthias Loy authored
-
Matthias Loy authored
websocket urls without a path caused crash!
-
Luca Boccassi authored
problem: ws_engine don't support WS RFC ping-pong and close
-
Doron Somech authored
Solution: when peer send a close msg, close the connection
-
Doron Somech authored
Solution: implement both PONG response and producing pings
-
- 12 Jan, 2020 2 commits
-
-
Constantin Rack authored
acinclude.m4: add -latomic to PKGCFG_LIBS_PRIVATE
-
Fabrice Fontaine authored
Add -latomic to PKGCFG_LIBS_PRIVATE so applications linking statically with libzmq (such czmq) will know that they have to link with -latomic and the following build failure will be avoided: CCLD src/czmq_selftest /home/buildroot/autobuild/run/instance-3/output-1/host/opt/ext-toolchain/bin/../lib/gcc/sparc-buildroot-linux-uclibc/7.4.0/../../../../sparc-buildroot-linux-uclibc/bin/ld: /home/buildroot/autobuild/run/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib/libzmq.a(src_libzmq_la-ctx.o): in function `zmq::ctx_t::create_socket(int)': ctx.cpp:(.text+0x1710): undefined reference to `__atomic_fetch_add_4' Fixes: - http://autobuild.buildroot.org/results/4a12f1ede260cd956a0b5ccb4eec6ca8b44cb04fSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
- 09 Jan, 2020 2 commits
-
-
Luca Boccassi authored
mingw: add missing namespace
-
Christoph Kahl authored
-
- 06 Jan, 2020 1 commit
-
-
Simon Giesecke authored
Problems: reimplementation of strlcpy, CMake does not use pkg-config for NSS, wrong pc generated by autoconf with GNUTLS
-
- 01 Jan, 2020 1 commit
-
-
xqcool authored
* Update array.hpp Problem:Calling back on an empty container causes undefined behavior. Solution:Check with the function empty() * Create xqcool.mq Adds relicensing grant
-
- 28 Dec, 2019 6 commits
-
-
Luca Boccassi authored
Solution: check correct preprocessor define in test_reconnect_ivl to match the test invocation
-
Luca Boccassi authored
Solution: initialize local variable in all cases to false positive compiler warning
-
Luca Boccassi authored
Solution: add it to one build to exercise all the code paths
-
Luca Boccassi authored
Solution: add it to the Requires.private list
-
Luca Boccassi authored
Solution: use pkg-config by default and FindPackage only as a fallback
-
Luca Boccassi authored
Solution: use libbsd by default when available, and the internal implementation only as a fallback, to take advantage of Linux distros maintenance of the string libraries.
-
- 25 Dec, 2019 5 commits
-
-
Luca Boccassi authored
Avoid possible buffers overruns in ws_engine
-
Luca Boccassi authored
Various improvements
-
Simon Giesecke authored
Solution: use memcpy with known size instead
-
Simon Giesecke authored
Solution: use strcpy_s instead (define custom if not available)
-
Simon Giesecke authored
Solution: add static
-