Luca Boccassi
|
da31917f4f
|
Relicense from LGPL3 + exceptions to Mozilla Public License version 2.0
Relicense permission collected from all relevant authors as tallied at:
https://github.com/rlenferink/libzmq-relicense/blob/master/checklist.md
The relicense grants are collected under RELICENSE/ and will be moved
to the above repository in a later commit.
Fixes https://github.com/zeromq/libzmq/issues/2376
|
2023-06-05 20:31:47 +01:00 |
|
Luca Boccassi
|
ee9c0919e2
|
Problem: address sanitizer complains about uninitialised func pointer
Solution: just call the function directly
|
2023-01-15 23:44:00 +00:00 |
|
Doron Somech
|
e7f0090b16
|
problem: zeromq connects peer before handshake is completed
Solution: delay connecting the peer pipe until the handshake is completed
|
2020-05-13 19:36:13 +03:00 |
|
somdoron
|
157b2a2ee0
|
problem: ws_engine duplicate code from stream_engine
Solution: New class called stream_engine_base which is inherited by ws_engine, zmtp_engine and raw_engine.
|
2019-07-18 11:28:08 +03:00 |
|