- 03 Feb, 2020 2 commits
-
-
Luca Boccassi authored
-
Luca Boccassi authored
-
- 28 Jan, 2020 4 commits
-
-
Luca Boccassi authored
Add an extra space after "/Z7" in CMakeLists.txt.
-
Simon Giesecke authored
Both libzmq and libzmq-static are trying to work in precompiled.pch. …
-
std-any-emplace authored
Add an extra space after "/Z7". Else the flag gets joined with the flag following this and clang-cl does not like that.
-
std-any-emplace authored
Fixes https://github.com/zeromq/libzmq/issues/3776.
-
- 27 Jan, 2020 7 commits
-
-
Luca Boccassi authored
Code style improvements
-
Simon Giesecke authored
Solution: use static_cast instead
-
Simon Giesecke authored
Solution: add const/static
-
Simon Giesecke authored
Solution: add const
-
Simon Giesecke authored
Solution: remove them
-
Simon Giesecke authored
Solution: use standard loop constructs and optimize some loops
-
Simon Giesecke authored
Solution: consistently use virtual, override and final
-
- 26 Jan, 2020 3 commits
-
-
Luca Boccassi authored
Problem: sockets can be created after calling zmq_ctx_shutdown
-
std-any-emplace authored
* Clarify used C++-standard for compilation. * More than a conforming compiler may be necessary to compile the library. Just refer to the list of known "good" platforms below.
-
Simon Giesecke authored
Solution: fix handling of _starting and _terminate flags Add tests for this situation. Clarify documentation of zmq_ctx_shutdown and zmq_socket. Fixes #3792
-
- 25 Jan, 2020 2 commits
-
-
Simon Giesecke authored
EAGAIN: Refer to ZMQ_RCVTIMEO when receiving in blocking-mode
-
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
-