- 27 Jan, 2020 6 commits
-
-
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 1 commit
-
-
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
-
- 23 Jan, 2020 1 commit
-
-
Denis Collette authored
Solution: replace tabs with spaces
-
- 22 Jan, 2020 1 commit
-
-
Denis Collette authored
Solution: Replaced calls to strtok with strtok_r (strtok_s for windows) in ws_engine.cpp
-
- 19 Jan, 2020 1 commit
-
-
Luca Boccassi authored
Solution: add them
-
- 18 Jan, 2020 3 commits
-
-
Matthias Loy authored
websocket urls without a path caused crash!
-
Doron Somech authored
Solution: when peer send a close msg, close the connection
-
Doron Somech authored
Solution: implement both PONG response and producing pings
-
- 09 Jan, 2020 1 commit
-
-
Christoph Kahl authored
-
- 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 2 commits
-
-
Luca Boccassi authored
Solution: initialize local variable in all cases to false positive compiler warning
-
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 6 commits
-
-
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 1 commit
-
-
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
-
- 10 Dec, 2019 2 commits
-
-
Simon Giesecke authored
Solution: add comments and remove continue/break
-
Simon Giesecke authored
This reverts commit 4f77cfa3.
-
- 09 Dec, 2019 1 commit
-
-
Simon Giesecke authored
Solution: introduce macros ZMQ_DEFAULT and ZMQ_NON_COPYABLE_NOR_MOVABLE
-
- 08 Dec, 2019 7 commits
-
-
Simon Giesecke authored
Solution: Remove definition
-
Simon Giesecke authored
Solution: change to const references
-
Simon Giesecke authored
Solution: remove else
-
Simon Giesecke authored
Solution: add const
-
Simon Giesecke authored
Solution: align them
-
Simon Giesecke authored
Solution: use static_cast/reinterpret_cast instead
-
Simon Giesecke authored
Solution: fix identifier names
-
- 06 Dec, 2019 2 commits
-
-
Simon Giesecke authored
Solution: Use domain sockets instead if available
-
Simon Giesecke authored
Solution: move to ip.hpp as zmq::create_ipc_wildcard_address
-