- 20 Jan, 2016 8 commits
-
-
Joe Eli McIlvain authored
Problem: build fails due to undefined INT_MAX
-
Constantin Rack authored
Solution: remove debug printf line completely
-
Constantin Rack authored
Solution: include stdint.h
-
Constantin Rack authored
Solution: include climits Fixes #1720
-
Constantin Rack authored
truncate rc to INT_MAX for send/recv
-
Min RK authored
to avoid overflow for large messages send/recv still succeed for large messages, but `zmq_msg_size` must be used to get the true size.
-
Constantin Rack authored
Last bits of Hurd support
-
Laszlo Boszormenyi (GCS) authored
-
- 19 Jan, 2016 4 commits
-
-
Joe Eli McIlvain authored
Problem: typo
-
Constantin Rack authored
Solution: fix it
-
Constantin Rack authored
Problem: client over inproc receives the msg with routing id set
-
somdoron authored
-
- 18 Jan, 2016 6 commits
-
-
Constantin Rack authored
Problem: configure --without-documentation is clumsy
-
Pieter Hintjens authored
It's inconsistent, and should be --with-something=yes/no. Also the term 'documentation' is long and clumy. Solution: use --with-docs instead.
-
Pieter Hintjens authored
problem: condition variable setting invalid timeout
-
somdoron authored
-
Pieter Hintjens authored
restore check for MSC 1600 before including stdint.h
-
Min RK authored
-
- 16 Jan, 2016 2 commits
-
-
Pieter Hintjens authored
GNU/Hurd support
-
Laszlo Boszormenyi (GCS) authored
-
- 15 Jan, 2016 7 commits
-
-
Constantin Rack authored
include tweetnacl in dists
-
Min RK authored
-
Constantin Rack authored
Problem: OpenWRT Makefile still uses tarballs, now using GIT HEAD master
-
Benjamin Henrion authored
-
Constantin Rack authored
Problem: no support for OpenWRT
-
Pieter Hintjens authored
Specifically, the RedHat tools. Solution: move this into packaging/
-
Pieter Hintjens authored
Solution: copy ZeroMQ packaging script from https://github.com/vperron/openwrt-zmq-packages Note: this is not usable as-such, needs fixing.
-
- 14 Jan, 2016 5 commits
-
-
Pieter Hintjens authored
Add support for the RelWithDebInfo CMake configuration.
-
Ilya Kulakov authored
It's now possible to build Release version with pdb file.
-
Constantin Rack authored
Problem: On Windows CI, in tests/test_timers.c, "Windows.hpp" could not be found.
-
Anonymous Maarten authored
found. Solution: Include the source directory Problem: _sleep is a library function of Windows. Solution: use sleep_
-
Constantin Rack authored
Problem: Windows CI fails due to libsodium build failure
-
- 13 Jan, 2016 3 commits
-
-
Anonymous Maarten authored
Solution: Use stable branch of libsodium
-
Pieter Hintjens authored
problem: when socket is destroyed before zmq_poller is the zmq_poller is accessing a dead socket
-
somdoron authored
-
- 05 Jan, 2016 2 commits
-
-
KAPP Arnaud authored
Problem: Android build is too slow
-
Pieter Hintjens authored
Solution: use parallel make (-j 4) and don't build man pages.
-
- 03 Jan, 2016 2 commits
-
-
Constantin Rack authored
Test for issue #1690 (ZMQ_REQ_RELAXED)
-
Frederic Tregon authored
Current ZMQ_REQ_RELAXED test improvement to check that pipes are not closed after executing two send() in a row with no recv() in between.
-
- 01 Jan, 2016 1 commit
-
-
Constantin Rack authored
Fixed issue #1690 (ZMQ_REQ_RELAXED)
-