1. 17 Sep, 2016 5 commits
  2. 12 Sep, 2016 1 commit
  3. 27 Aug, 2016 1 commit
  4. 23 Aug, 2016 3 commits
  5. 12 Jul, 2016 2 commits
  6. 17 Jun, 2016 1 commit
  7. 19 May, 2016 1 commit
  8. 16 May, 2016 3 commits
  9. 15 May, 2016 4 commits
  10. 13 May, 2016 1 commit
  11. 12 May, 2016 2 commits
    • hitstergtd's avatar
      Problem: zmq_poller_destroy parameter checking · 477cc1cb
      hitstergtd authored
      Solution:
      - Add checks for **poller_p_ to ensure that we do not segfault when either it
        or the value within it are NULL
      - Add tests for the above and increase error state coverage
      477cc1cb
    • hitstergtd's avatar
      Problem: No coverage for ctx termination errors · 4842b6bd
      hitstergtd authored
      Solution:
      - Add error state coverage for zmq_ctx_term(), zmq_term() and
        zmq_ctx_shutdown(); zmq_ctx_destroy() is already covered since it only
        calls zmq_ctx_term()
      - Add coverage for zmq_term()
      4842b6bd
  12. 11 May, 2016 1 commit
    • Erik Hugne's avatar
      tipc: add support for address domain suffix · f81ef1bc
      Erik Hugne authored
      The TIPC protocol bindings in ZeroMQ defaults to a lookup domain
      of 1.0.0 to prevent 'closest first' search, and instead always
      do round robin if several sockets in the network or node have
      the same name published. In retrospect, this might have been a
      bad idea because it won't work on standalone configurations.
      We solve this by allowing an optional domain suffix to be provided
      in the address, and 0.0.0 should be used in that case, or if the
      TIPC address range in the cluster configuration is defined to some
      other value. Domain suffixes are only relevant for connecting
      addresses.
      Signed-off-by: 's avatarErik Hugne <erik.hugne@gmail.com>
      f81ef1bc
  13. 08 May, 2016 1 commit
    • hitstergtd's avatar
      Problem: Not all ancillary API methods tested · 206771af
      hitstergtd authored
      Solution:
      - Add file for testing ancillary API methods and any misc internal machinery
      - Add tests for zmq_version(3) and zmq_strerror(3)
      - Add test file into gitignore, Autotools and CMake build files
      - Increase test coverage
      
      Note:
      MSVC solution files have not been updated.
      206771af
  14. 05 May, 2016 2 commits
  15. 03 May, 2016 1 commit
  16. 02 May, 2016 8 commits
  17. 01 May, 2016 2 commits
    • hitstergtd's avatar
      Problem: bounce() arguments reversed · 40dbbe34
      hitstergtd authored
      Solution:
      Put them in the right order to quiet Coverity.
      
      Found by:
      Coverity Scan
      40dbbe34
    • hitstergtd's avatar
      Problem: multiple issues with sendiov/recviov · e4539778
      hitstergtd authored
      Solution:
      - Add check for the [count] parameter in zmq_sendiov() and zmq_recviov()
      - Use and add test for zmq_sendiov() in tests/test_iov.cpp
      - Add error state tests for zmq_sendiov() in tests/test_iov.cpp
      - Add error state tests for zmq_recviov() in tests/test_iov.cpp
      - Cleanup tests/test_iov.cpp for style, consistency and clarity
      - Generally improve test coverage for both API methods
      
      Hat-tip:
      @somdoron, @bluca
      e4539778
  18. 29 Apr, 2016 1 commit