- 17 Jun, 2016 2 commits
-
-
Fedor Sheremetyev authored
-
Fedor Sheremetyev authored
Expect custom messages on both explicit unsubscription and pipe termination.
-
- 16 Jun, 2016 2 commits
-
-
Luca Boccassi authored
Copy instead of reference to a vector that gets reallocated.
-
Douglas Cuthbertson authored
-
- 13 Jun, 2016 4 commits
-
-
Luca Boccassi authored
Flush stderr buffer before calling zmq_abort in assert macros
-
Armin Burgmeier authored
On Windows, the written message does not seem to be guaranteed to be written to stderr, in particular when stderr is redirected to a file. I suppose this is because RaiseException terminates the process in a way that does not give the CRT a chance to flush stdio buffers (or if it does, there might be a problem when more than one CRT instance is linked into the program and they overwrite each other's exception handler). Either way, just make sure the assertion message ends up written to stderr to ease diagnostics.
-
Luca Boccassi authored
Problem: FD_SETSIZE not set to 16k for all build definitions
-
Sam Lishak authored
Solution: Set FD_SETSIZE to 16k for all other build definitions.
-
- 11 Jun, 2016 4 commits
-
-
Luca Boccassi authored
Poll() implementation for Windows Vista+
-
Michael Lutz authored
Solution: Provide poll() for Windows as well. This is a build option that defaults to off as the resulting binary will only run on Windows Vista or newer. This is not tested with alternative Winsock service providers like VMCI, but the documentation for WSAPoll does not mention limitations. On my local machine, throughput improves by ~10 % (20 simultaneous remote_thr workes to one local_thr, 10 byte messages), while latency improves by ~30 % (measured with remote/local_lat).
-
Michael Lutz authored
Solution: Always use fd_t when accessing the pollset.
-
Constantin Rack authored
Problem: std:vector.data breaks compat with C++98
-
- 09 Jun, 2016 3 commits
-
-
Luca Boccassi authored
Solution: use buffer address instead
-
Luca Boccassi authored
Fix build error in MSVC11
-
Jose Luis Blanco-Claraco authored
(and probably other MSVC versions)
-
- 07 Jun, 2016 4 commits
-
-
Joe Eli McIlvain authored
Problem: Android CI NDK version and C++ ABI are outdated
-
Luca Boccassi authored
Solution: switch to 4.9
-
Luca Boccassi authored
Solution: update CI scripts to use newer r11c from r10e
-
Luca Boccassi authored
Solution: use a variable for easier maintenance, in sync with zproject
-
- 04 Jun, 2016 2 commits
-
-
Luca Boccassi authored
allow to build sparc (v8,leon)
-
Waldemar Brodkorb authored
Only set sparcv9 optimization for sparc64 systems. This allows to run for example application using zeromq on sparc32 systems. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
-
- 03 Jun, 2016 2 commits
-
-
Luca Boccassi authored
Problem: update zmq_setsockopt doc with new flag name
-
Ricardo Catalinas Jiménez authored
-
- 02 Jun, 2016 1 commit
-
-
Doron Somech authored
Fix compilation with mingw64 using autotools
-
- 01 Jun, 2016 1 commit
-
-
Yann Diorcet authored
-
- 28 May, 2016 1 commit
-
-
Constantin Rack authored
VMCI family does not support non-blocking sockets.
-
- 27 May, 2016 3 commits
-
-
Ilya Kulakov authored
It may even cause BSOD on Windows.
-
Doron Somech authored
Windows Subsystem for Linux compatibility fix
-
Adam Seering authored
On systems where getifaddrs() exists but isn't implemented, behave as if 'resolve_nic_name()' were entirely unsupported
-
- 25 May, 2016 2 commits
-
-
Luca Boccassi authored
Problem: msvc imports missing Rule.Category declarations.
-
evoskuil authored
-
- 23 May, 2016 1 commit
-
-
Luca Boccassi authored
Problem: style broken in src/windows.hpp
-
- 20 May, 2016 1 commit
-
-
hitstergtd authored
Solution: Wrap to lte 80 chars and fix it.
-
- 19 May, 2016 4 commits
-
-
Luca Boccassi authored
Problem: no unit tests for base85 or public curve functions.
-
evoskuil authored
-
Doron Somech authored
Problem: no function to derive public key from curve secret.
-
evoskuil authored
-
- 18 May, 2016 3 commits
-
-
Constantin Rack authored
Problem: unresolved dgram externals in msvc builds.
-
evoskuil authored
-
evoskuil authored
-