1. 21 Feb, 2016 2 commits
    • Osiris's avatar
      Problem: Several problems found by Coverity Static Analyzer · b3d5fa63
      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).
      b3d5fa63
    • Pieter Hintjens's avatar
      Merge pull request #1819 from bluca/C++11 · c5d83534
      Pieter Hintjens authored
      Bump C/C++ standard version support to C11/C++11
      c5d83534
  2. 20 Feb, 2016 2 commits
  3. 19 Feb, 2016 7 commits
  4. 18 Feb, 2016 6 commits
  5. 17 Feb, 2016 12 commits
  6. 16 Feb, 2016 2 commits
  7. 13 Feb, 2016 9 commits