- 07 Mar, 2020 3 commits
-
-
Luca Boccassi authored
Add UDP transport to related docs
-
JaeSang Yoo authored
* UDP is mentioned as available transport, and it also supports wildcard addresses, but not mentioned * zmq_unbind(7) also mentions about wild-card endpoint in zmq_bind(3) Solution: add udp in wildcard address related docs
-
JaeSang Yoo authored
zmq_bind(3) and zmq_connect(3) does not mention UDP as available transport types. Solution: add udp mentioning line for related docs
-
- 29 Feb, 2020 2 commits
-
-
Luca Boccassi authored
Problem: building on OS X may failed
-
JaeSang Yoo authored
Solution: Add troubleshooting guidelines to resolve (Relicensing statement added)
-
- 28 Feb, 2020 1 commit
-
-
Rickard Hallerbäck authored
* ip_resolver_t: adding virtual descructor to silence C++-warning -Wnon-virtual-dtor * adding my relicense
-
- 24 Feb, 2020 4 commits
-
-
Mark Jan van Kampen authored
-
Mark Jan van Kampen authored
-
Mark Jan van Kampen authored
-
Mark Jan van Kampen authored
-
- 23 Feb, 2020 5 commits
-
-
Doron Somech authored
News out of date, formatting not clean
-
Luca Boccassi authored
Solution: run make clang-format-diff
-
Luca Boccassi authored
Solution: update it
-
Luca Boccassi authored
Solution: add it
-
Bill Torpey authored
* add option to stop trying to reconnect on ECONNREFUSED
-
- 21 Feb, 2020 2 commits
-
-
Luca Boccassi authored
Fix unused-variable warning in perf/proxy_thr.cpp
-
Laurent Stacul authored
-
- 13 Feb, 2020 2 commits
-
-
Luca Boccassi authored
Add relicense grant by Laszlo Boszormenyi (GCS)
-
Laszlo Boszormenyi (GCS) authored
-
- 12 Feb, 2020 7 commits
-
-
Luca Boccassi authored
Android build helper improvement + fix for prefix dir
-
Kevin Sapper authored
Solution: Add usage and default value to README
-
Kevin Sapper authored
Solution: Migrate the properties and the selection for the correct env and abi to the helper. There's no need for the user to specify them.
-
Kevin Sapper authored
Solution: Use pwd only a default value
-
Luca Boccassi authored
Improve android build handling
-
Kevin Sapper authored
Solution: Re-factor them to look like usual tables
-
Kevin Sapper authored
Solution: Modify the build scripts so the user can specify the platform for which to build, e.g. `./build.sh arm`. This approach originally significantly reduces the parameters which have to be set before running the script. Further the build process is documented in a README now.
-
- 11 Feb, 2020 2 commits
-
-
Doron Somech authored
Add grant by ninoles
-
Luca Boccassi authored
Received via email, message-id: ed4de883-640b-bf7e-ac56-911e117b649e@tzone.org
-
- 09 Feb, 2020 4 commits
-
-
Luca Boccassi authored
problem: zeromq doesn't has a thread-safe peer to peer socket
-
Doron Somech authored
Solution: a new socket type, called PEER. Very similar to SERVER, but can only connect to other PEERs. Also a new zmq_connect_peer method, that connect and return a routing-id in thread-safe and atomic operation
-
Luca Boccassi authored
problem: maximum size of group doesn't match the RFC maximum size
-
Doron Somech authored
-
- 07 Feb, 2020 1 commit
-
-
Simon Giesecke authored
Implement ZMTP 3.1 subscribe/cancel via commands
-
- 06 Feb, 2020 6 commits
-
-
Luca Boccassi authored
websocket problems
-
Doron Somech authored
-
Doron Somech authored
Solution: return after the fallback fixes #3809
-
Constantin Rack authored
Grant from KLNikita
-
Luca Boccassi authored
Received via email, message-id: 81ce91c8-df40-13c2-7abf-6f648d0b123f@elyzion.net
-
Doron Somech authored
solution: if msg is not shared or constant, mask the message in place
-
- 05 Feb, 2020 1 commit
-
-
Simon Giesecke authored
Grant by asafkahlon
-