- 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 6 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.
-
Boris Lytochkin authored
-
- 08 Apr, 2017 3 commits
-
-
Luca Boccassi authored
choose IP(v6) address based on ipv6_ flag in a correct way
-
Thomas Rodgers authored
* Relicense Grant - Thomas Rodgers (rodgert@twrodgers.com)
-
Boris Lytochkin authored
-
- 06 Apr, 2017 3 commits
-
-
Luca Boccassi authored
Add relicense grant for eburkitt
-
Evan Burkitt authored
-
Luca Boccassi authored
Problem: typos in RELICENSE/ptroja.md
-
- 05 Apr, 2017 3 commits
-
-
Yann Diorcet authored
-
Luca Boccassi authored
cmake: Use LOCATION property only for imported targets
-
Stefan Herbrechtsmeier authored
Newer CMake versions allow use of the LOCATION target property only for imported targets (CMP0026). Because the old package variables are only needed for backward compatibility after configuration they could be deactivated for super projects which build ZeroMQ together with other projects. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
-