- 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 5 commits
-
-
Constantin Rack authored
Problem: unresolved dgram externals in msvc builds.
-
evoskuil authored
-
evoskuil authored
-
Luca Boccassi authored
Typo in define for libsodium
-
Chris-P-Bacon authored
Since ZMQ_USE_SODIUM is nowhere defined i guess it's meant to be ZMQ_USE_LIBSODIUM?
-
- 16 May, 2016 6 commits
-
-
Luca Boccassi authored
Problem: Wrapping issue in test for SRCFD [style]
-
hitstergtd authored
Solution: Wrap it.
-
Luca Boccassi authored
Problem: my name is not in the AUTHORS file
-
Bitiquinho authored
-
Luca Boccassi authored
problem: no way to send raw udp messages with zeromq
-
somdoron authored
-