- 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 11 commits
- 12 May, 2016 5 commits
- 03 May, 2016 1 commit
-
-
Doron Somech authored
-
- 22 Apr, 2016 1 commit
-
-
Aaron Linville authored
Fix issue with unresolved external symbols for the gather and scatter classes by adding them to the MSVC 2010, 2012, 2013 and 2015 projects.
-
- 21 Apr, 2016 2 commits
-
-
Luca Boccassi authored
Solution: add make test to the cmake/ci_build.sh script
-
Luca Boccassi authored
Solution: add macro in ZMQSourceRunChecks.cmake and optionally include the TIPC sources if the support is available. More importantly, only run the TIPC tests if the support is there.
-