- 23 Feb, 2020 4 commits
-
-
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 9 commits
-
-
Simon Giesecke authored
Grant by asafkahlon
-
Luca Boccassi authored
Received via email, message-id: CALFsTFVZLgujRE3V_30G9V9b35kE566K5cWi0vKbNkZGSHrszA@mail.gmail.com
-
Luca Boccassi authored
Solution: bump minor version number in the engine as all 3.1 features are now implemented
-
Luca Boccassi authored
Solution: if all peers of a socket are >= 3.1 use sub/cancel commands instead of the old 0/1 messages. For backward compatibility, move the handling of 0/1 or sub/cancel command strings to the encoders, so that the right thing can be done depending on the protocol version. Do not set the command flag until the encoder, so that we can handle the inproc case (which skips the encoder).
-
Luca Boccassi authored
support compiling with IBM XL 16.1 w/ clang front end
-
Cameron Smith authored
-
Cameron Smith authored
-
Luca Boccassi authored
problem: no docs for scatter-gather
-
Doron Somech authored
-
- 04 Feb, 2020 3 commits
-
-
Luca Boccassi authored
Problem: Documentation for option name mismatch
-
Gudmundur Adalsteinsson authored
-
Gudmundur Adalsteinsson authored
Solution: Fix typo
-