- 14 Apr, 2017 1 commit
-
-
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 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 1 commit
-
-
Yann Diorcet authored
-