- 15 Jun, 2018 2 commits
-
-
Simon Giesecke authored
Solution: add missing quotation marks
-
Simon Giesecke authored
Solution: use correct double quotes
-
- 12 Jun, 2018 1 commit
-
-
ehilscher authored
* Problem: connecter classes do not handle ZMQ_RECONNECT_IVL of -1 Solution: Add guards to prevent a reconnect timer from starting if ZMQ_RECONNECT_IVL is -1 (Issue 3158)
-
- 07 Jun, 2018 1 commit
-
-
Luca Boccassi authored
Problem: epoll_t employs an unnecessary mutex
-
- 06 Jun, 2018 3 commits
-
-
Simon Giesecke authored
Solution: remove the mutex
-
Luca Boccassi authored
use cmake compile the unittest
-
kermit authored
-
- 04 Jun, 2018 7 commits
-
-
Luca Boccassi authored
Add cygwin64 CI on Appveyor
-
Luca Boccassi authored
wepoll integration fixes
-
KIU Shueng Chuan authored
Solution: rename it
-
KIU Shueng Chuan authored
Solution: add them so that they get included in "make dist"
-
Simon Giesecke authored
Solution: allow failure of cygwin64 build
-
Simon Giesecke authored
Solution: do not check for windows.h on cygwin
-
Simon Giesecke authored
Solution: add cygwin build
-
- 03 Jun, 2018 2 commits
-
-
Simon Giesecke authored
Problem: not able to use wepoll in configure script
-
KIU Shueng Chuan authored
Solution: add wepoll as a polling system
-
- 02 Jun, 2018 1 commit
-
-
pijyoi authored
* fix computation of winsock fd_set size
-
- 01 Jun, 2018 15 commits
-
-
Luca Boccassi authored
Resolve huge stack size requirements problem with select on Windows
-
Simon Giesecke authored
Solution: removed obsolete information
-
Simon Giesecke authored
Solution: use resizable_optimized_fd_set_t
-
Simon Giesecke authored
Solution: remove duplicated code
-
Simon Giesecke authored
Solution: use optimized_fd_set_t
-
Simon Giesecke authored
Solution: use it
-
Simon Giesecke authored
Solution: move to separate header
-
Simon Giesecke authored
Solution: guard CMake statement properly
-
Simon Giesecke authored
Solution: switch one build to non-draft
-
Simon Giesecke authored
Solution: use fast_vector_t as in poll implementation
-
Simon Giesecke authored
Solution: unify between Windows and non-Windows code
-
Simon Giesecke authored
Solution: extract to function
-
Simon Giesecke authored
Solution: extract class template fast_vector_t
-
Simon Giesecke authored
Solution: extract compute_timeout method
-
Simon Giesecke authored
Solution: remove duplication
-
- 31 May, 2018 7 commits
-
-
Luca Boccassi authored
Few more code style fixes
-
Simon Giesecke authored
Solution: use a Debug build for analysis
-
Simon Giesecke authored
Solution: start analysis job first, if enabled, since it takes the longest time
-
Simon Giesecke authored
Solution: add TODO comment regarding handling of the result
-
Simon Giesecke authored
Solution: remove duplicated and redundant code
-
Simon Giesecke authored
Solution: explicitly compare result against 0
-
Luca Boccassi authored
More code style fixes and improvements to static analysis configuration
-
- 30 May, 2018 1 commit
-
-
Simon Giesecke authored
Problem: autoconf checks tautological compiler flag only for C++
-