- 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 8 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
-
Simon Giesecke authored
Solution: removed them
-
Simon Giesecke authored
Solution: move initialization to declaration
-
Simon Giesecke authored
Solution: modify it in loop body only
-
- 24 Dec, 2019 2 commits
-
-
Simon Giesecke authored
Solution: remove the redundant one
-
Simon Giesecke authored
Solution: remove them
-
- 23 Dec, 2019 4 commits
-
-
Simon Giesecke authored
Solution: just copy the address
-
Simon Giesecke authored
Solution: use std::string instead
-
Simon Giesecke authored
Solution: properly guard members and options
-
Simon Giesecke authored
Solution: use memcpy with known length
-
- 13 Dec, 2019 3 commits
-
-
Simon Giesecke authored
Fix set cpu affinity
-
Stephan Senkbeil authored
Solution: Set correct define in CMake check and add the cmakedefine
-
Stephan Senkbeil authored
-
- 10 Dec, 2019 3 commits
-
-
Luca Boccassi authored
Fix windows signaler regression
-
Simon Giesecke authored
Solution: add comments and remove continue/break
-
Simon Giesecke authored
This reverts commit 4f77cfa3.
-
- 09 Dec, 2019 2 commits
-
-
Doron Somech authored
Make use of = default and = delete if available
-
Simon Giesecke authored
Solution: unshallow clone in analysis job
-