- 20 Apr, 2017 1 commit
-
-
Juan A. Garcia Pardo authored
Solution: use #if defined ZMQ_USE_POLL
-
- 19 Apr, 2017 1 commit
-
-
Asmod4n authored
* change macOS < 10.12 clock to SYSTEM_CLOCK, fixes #2537 * remove clock_id option from alt_clock_gettime since we always want a monotonic clock. * update header definition for alt_clock_gettime * pass clock definition down to host_get_clock_service for macOS < 10.12 * change to monotonic clocks
-
- 17 Apr, 2017 2 commits
-
-
Luca Boccassi authored
Add CMake Build Output Options
-
RPGillespie6 authored
Add two new options to CMakeLists.txt: `BUILD_SHARED` - Whether or not to build the shared object (Default: ON) `BUILD_STATIC` - Whether or not to build the static archive (Default: ON)
-
- 14 Apr, 2017 5 commits
-
-
BJovke authored
* Problem: Minor inconsistency in macro syntax. Solution: Code fixed.
-
Luca Boccassi authored
Problem: FD set copying for Windows still not optimal in some places.
-
bjovke authored
Problem: FD set copying on Windows still not optimal on some places. Solution: Improved memcpy() of FD sets for Windows builds.
-
Luca Boccassi authored
Problem: Stack overflow in Windows VS 2012 builds for simple ZeroMQ u…
-
bjovke authored
Problem: Stack overflow in Windows VS 2012 builds for simple ZeroMQ usage. Solution: Added notice in INSTALL file to mandatory use at least 2 MB stack size in VS 2012 and recommendation to use at least 2 MB in all other Windows builds.
-
- 13 Apr, 2017 1 commit
-
-
Constantin Rack authored
RELICENSE: Pawel Kurdybacha grant
-
- 12 Apr, 2017 3 commits
-
-
Pawel Kurdybacha authored
-
Luca Boccassi authored
Fix compilation on windows using msys2
-
Yann Diorcet authored
-
- 11 Apr, 2017 4 commits
-
-
Luca Boccassi authored
Problem: GCC 6 build fails due to misleading indentation and visually ambiguous if/else block ordering.
-
bjovke authored
Solution: fixed indentation and if/else block.
-
Doron Somech authored
RELICENSE: William Swanson
-
William Swanson authored
-
- 10 Apr, 2017 18 commits
-
-
Luca Boccassi authored
Critical BUG introduced with #2518 fixed.
-
Luca Boccassi authored
Problem: Bad style in tcp.hpp/cpp
-
bjovke authored
-
Jake Cobb authored
Solution: Add spaces between function name and parentheses.
-
Luca Boccassi authored
Another macro correction.
-
Luca Boccassi authored
Consistency of Windows TCP tuning assertions
-
Jake Cobb authored
Treat ECONNRESET, ENETRESET and EINTR as non-fatal failures in TCP Tuning on Windows as they are in the Unixes. Also adds ENETRESET to the Unix list that was missing.
-
bjovke authored
-
Luca Boccassi authored
Case found not covered in latest zmq::proxy() code.
-
bjovke authored
-
bjovke authored
-
BJovke authored
Relicense: Tom Whittock grant
-
twhittock authored
-
bjovke authored
-
Doron Somech authored
Reworked zmq::proxy() for improved performance.
-
bjovke authored
-
bjovke authored
-
bjovke authored
-
- 09 Apr, 2017 5 commits
-
-
Luca Boccassi authored
adding licence
-
meox authored
-
Luca Boccassi authored
re-enable AI_V4MAPPED on FreeBSD & DragonFlyBSD
-
Constantin Rack authored
fix a typo - assigment was used instead of comparison
-
Boris Lytochkin authored
Detect AI_V4MAPPED is not supported in getaddrinfo() on the fly and retry query. This issue was seen on ancient FreeBSD releases and current implementation does support this flag correctly.
-