- 04 Mar, 2016 2 commits
-
-
Luca Boccassi authored
Problem: Fix build with Heimdal krb5
-
OBATA Akio authored
Solution: * Check gssapi/gssapi_generic.h header file, it is not in Heimdal. * Check libgssapi too, libgssapi_krb5 is not separated in Heimdal.
-
- 02 Mar, 2016 3 commits
-
-
Pieter Hintjens authored
minor automake fixes plus tweetnacl logic change
-
Jim Garlick authored
Brackets around defaults in configure --help strings for --with-libsodium and --disable-curve were not displayed. Solution: Add m4 quotes.
-
Jim Garlick authored
Move AM_CONDITIONAL for --disable-curve outside of shell conditional (per sec 20.1 of automake manual) and fix its second argument to be a test rather than a literal zero.
-
- 01 Mar, 2016 2 commits
-
-
Luca Boccassi authored
Problem: can't be sure crypto_box always returns 0
-
Pieter Hintjens authored
Libsodium has started returning -1 in some cases. Solution: allow and handle error returns from these calls. Fixes #1831
-
- 28 Feb, 2016 4 commits
-
-
Joe Eli McIlvain authored
include sys/ucred.h for struct ucred
-
Steven Chamberlain authored
Platforms that have struct ucred, typically declare it in sys/ucred.h
-
Pieter Hintjens authored
update Makefile.mingw32
-
Daniel Lupu authored
-
- 22 Feb, 2016 7 commits
-
-
Pieter Hintjens authored
Problem: make dist is borken
-
Luca Boccassi authored
Solution: add it to .gitignore
-
Luca Boccassi authored
Solution: change builds/msvc/Makefile.am to reference vcxproj files instead of props files.
-
Luca Boccassi authored
Solution: change builds/Makefile.am to reference builds/android instead of builds/qt-android.
-
Luca Boccassi authored
Solution: remove references to builds/cmake/Makefile* since they no longer exist.
-
Constantin Rack authored
-
Luca Boccassi authored
Solution: socket_base_t::in_event cannot do anything useful with return status of process_commands. Asserting is the wrong solution, as it is entirely valid to be interrupted or for the context to be terminated, so discard the value.
-
- 21 Feb, 2016 19 commits
-
-
Luca Boccassi authored
Solution: use NULL instead to avoid build failure with older compilers.
-
Luca Boccassi authored
Solution: initialize class variable in the same order as they are defined.
-
Luca Boccassi authored
Solution: initialize to -1, since fd is a file descriptor (int).
-
Luca Boccassi authored
Solution: initialize class variable in the same order as they are defined.
-
Luca Boccassi authored
Solution: initialize class variable in the same order as they are defined.
-
Luca Boccassi authored
Solution: initialize class variable in the same order as they are defined.
-
Luca Boccassi authored
Solution: initialize class variable in the same order as they are defined.
-
Luca Boccassi authored
Solution: initialize class variable in the same order as they are defined.
-
Luca Boccassi authored
Solution: initialize class variable in the same order as they are defined.
-
Luca Boccassi authored
Solution: initialize class variable in the same order as they are defined.
-
Luca Boccassi authored
Solution: don't store it in zmq::poller_base_t::adjust_load, as the build with Werror=unused=variable will fail otherwise.
-
Luca Boccassi authored
Solution: remove statc initialization to NULL of thread.hpp pthread_t descriptor. There is no portable way to statically initialize a pthread_t variable.
-
Luca Boccassi authored
Solution: initialise it inside an ifdef too
-
Luca Boccassi authored
Solution: fix it
-
Constantin Rack authored
Problem: Several problems found by Coverity Static Analyzer
-
Osiris authored
Solution: The Coverity Static Code Analyzer was used on libzmq code and found many issues with uninitialized member variables, some redefinition of variables hidding previous instances of same variable name and a couple of functions where return values were not checked, even though all other occurrences were checked (e.g. init_size() return).
-
Luca Boccassi authored
Problem: Visual Studio Toolset was incorrectly set in VCXPROJ files
-
Osiris authored
Solution: Corrected Toolset setting where needed and inprove compilation speed by adding defintion of WIN32_LEAN_AND_MEAN prior to any Windows specific include files, which skips non-essential definitions during compilation.
-
Pieter Hintjens authored
Bump C/C++ standard version support to C11/C++11
-
- 20 Feb, 2016 2 commits
-
-
Constantin Rack authored
-
OBATA Akio authored
-
- 19 Feb, 2016 1 commit
-
-
Luca Boccassi authored
Solution: remove it
-