- 21 May, 2015 1 commit
-
-
- 19 May, 2015 2 commits
-
-
Pieter Hintjens authored
Problem: libzmq has temp debug printf
-
Brian Knox authored
-
- 13 May, 2015 2 commits
-
-
Constantin Rack authored
libzmq: Fix pkg-config files for static linking
-
Peter Korsgaard authored
Libzmq uses C++ standard library features, so users of it should link against that as well when statically linking. Add it to Libs.private so users using pkg-config automatically gets the correct linker flags. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-
- 07 May, 2015 2 commits
-
-
Pieter Hintjens authored
Some test fail to build targeting less that Windows Vista
-
Dan Riegsecker authored
When targeting a version of Windows less than Windows Vista, the security tests fail to build. Added a check for Windows version and substituted inet_pton for inet_addr. Fixes libzmq issue #1396.
-
- 06 May, 2015 2 commits
-
-
Constantin Rack authored
Add CMake option for perf-tools
-
Anton Sergeev authored
This allow disable making perf-tools in Release build type Signed-off-by: Anton Sergeev <Anton.Sergeev@elecard.ru>
-
- 05 May, 2015 2 commits
-
-
Pieter Hintjens authored
REPLACE CMAKE MSVC VERSION SUFFIX VARIABLE
-
Henrik S. Gaßmann authored
Replace _zmq_COMPILER with CMAKE_VS_PLATFORM_TOOLSET; so the suffix can be automagically generated for every MSVC compiler supported by cmake.
-
- 01 May, 2015 10 commits
-
-
Pieter Hintjens authored
FD_SETSIZE Increase to 1024
-
Michael authored
FD_SETSIZE Increase to 1024
-
Michael authored
-
Michael authored
-
Michael authored
Sets FD_SETSIZE to 1024 under mingw systems, increasing it from the default of 64, and brings it into line with the previous limit for CMake builds on mingw.
-
Michael authored
update to current master
-
Richard Newton authored
Problem: incomplete specs for test_proxy_terminate
-
Pieter Hintjens authored
Solution: fixed this in Makefile.am
-
Pieter Hintjens authored
Fix for issue #1382
-
Rik van der Heijden authored
-
- 28 Apr, 2015 5 commits
-
-
Pieter Hintjens authored
Solution: Build libsodium from latest master branch. Fixes 1386.
-
Constantin Rack authored
-
Constantin Rack authored
Release memory on connection termination for pub, push sockets
-
Martin Hurton authored
-
Martin Hurton authored
-
- 27 Apr, 2015 1 commit
-
-
Richard Newton authored
change minimum version to windows vista
-
- 26 Apr, 2015 1 commit
-
-
somdoron authored
-
- 22 Apr, 2015 2 commits
-
-
Pieter Hintjens authored
Problem: integer narrowing issues.
-
evoskuil authored
-
- 21 Apr, 2015 2 commits
-
-
Constantin Rack authored
Allow configure to support mingw64
-
Michael authored
allow host_os to accept mingw64
-
- 20 Apr, 2015 3 commits
-
-
Richard Newton authored
Problem: issue #1144, 1377
-
Pieter Hintjens authored
This is a silly assertion that causes problems if libzmq.dll is called in some esoteric ways. Solution: if the shutdown code detects WSANOTINITIALISED, then exit silently. Fixes #1377 Fixes #1144
-
Pieter Hintjens authored
Solution: add settle pause after zmq_connect Fixes #1340
-
- 18 Apr, 2015 1 commit
-
-
Constantin Rack authored
Add Bitrig to OS detection in configure.ac.
-
- 17 Apr, 2015 1 commit
-
-
Martin Natano authored
-
- 16 Apr, 2015 1 commit
-
-
- 15 Apr, 2015 1 commit
-
-
Michael authored
Changes the pattern for the host_os matches to *mingw* from *mingw32* to accept both mingw32 and mingw64 versions.
-
- 14 Apr, 2015 1 commit
-
-
Constantin Rack authored
Fix for issue #1287: ZMQ_XPUB_NODROP documentation
-