- 01 May, 2017 3 commits
-
-
Luca Boccassi authored
Solution: pass -g so that valgrind/asan can print useful backtraces
-
Luca Boccassi authored
Solution: run make with -j5, as now the tests support it.
-
Luca Boccassi authored
Solution: don't, libzmq's CI tests are not responsible for testing libsodium stable releases. Save some time in the CI.
-
- 04 Apr, 2017 1 commit
-
-
bbdb68 authored
* add define for windows/UWP * prevent issue with COM references * gettickcount not available on uwp * add compiler definitions * add convenitnece cmake file * brute force uwp compilation * fix compiler version * cosmetics
-
- 29 Mar, 2017 1 commit
-
-
evoskuil authored
-
- 24 Mar, 2017 4 commits
- 19 Mar, 2017 2 commits
- 12 Mar, 2017 1 commit
-
-
Luca Boccassi authored
Solution: use pthread API to set the name. For now call every thread "ZMQ b/g thread". Would be nice to number the I/O threads and name explicitly the reaper thread, but in reality a bit of internal API churn would be necessary, so perhaps it's not worth it. This is useful when debugging a process with many threads.
-
- 22 Feb, 2017 1 commit
-
-
boringuy authored
* cmake WITH_LIBSODIUM option is broken - Fixed the variable name in platform.hpp.in - Fixed #if check for randombytes_close() when libsodium is used * Fixed typo from previous commit * Reverted compile error fix for randombytes_close()
-
- 21 Feb, 2017 1 commit
-
-
zstang authored
the root path name specified in this file cause the #2341 problem, the root path name is not need.
-
- 16 Jan, 2017 1 commit
-
-
chuggafan authored
-
- 27 Dec, 2016 2 commits
-
-
Luca Boccassi authored
Solution: rework the bash test to avoid build failures as intended and make it an easier one-liner
-
Luca Boccassi authored
Solution: use packages on Ubuntu and brews on OSX. The packages and the brews are always kept up to date, so it's no use to rebuild the libsodium stable branch manually everytime.
-
- 26 Dec, 2016 2 commits
-
-
Luca Boccassi authored
Solution: if available, use eventfd with EFD_CLOEXEC flag to make the process close the socket on fork+exec
-
Luca Boccassi authored
Solution: if available, use epoll_create1 with EPOLL_CLOEXEC flag to make the process close the socket on fork+exec
-
- 22 Dec, 2016 2 commits
- 09 Dec, 2016 1 commit
-
-
Anass Bouassaba authored
-
- 02 Nov, 2016 1 commit
-
-
Dmitriy-GH authored
-
- 04 Jul, 2016 3 commits
-
-
Bernd Langpap authored
Solution: removed Pause
-
Bernd Langpap authored
-
Bernd Langpap authored
Signed-off-by:
Bernd Langpap <Bernd.Langpap@airbus.com>
-
- 13 Jun, 2016 1 commit
-
-
Sam Lishak authored
Solution: Set FD_SETSIZE to 16k for all other build definitions.
-
- 11 Jun, 2016 1 commit
-
-
Michael Lutz authored
Solution: Provide poll() for Windows as well. This is a build option that defaults to off as the resulting binary will only run on Windows Vista or newer. This is not tested with alternative Winsock service providers like VMCI, but the documentation for WSAPoll does not mention limitations. On my local machine, throughput improves by ~10 % (20 simultaneous remote_thr workes to one local_thr, 10 byte messages), while latency improves by ~30 % (measured with remote/local_lat).
-
- 07 Jun, 2016 3 commits
-
-
Luca Boccassi authored
Solution: switch to 4.9
-
Luca Boccassi authored
Solution: update CI scripts to use newer r11c from r10e
-
Luca Boccassi authored
Solution: use a variable for easier maintenance, in sync with zproject
-
- 25 May, 2016 1 commit
-
-
evoskuil authored
-
- 18 May, 2016 1 commit
-
-
evoskuil authored
-
- 14 May, 2016 1 commit
-
-
evoskuil authored
-
- 13 May, 2016 6 commits