1. 15 May, 2018 1 commit
  2. 14 May, 2018 1 commit
  3. 09 May, 2018 1 commit
  4. 03 May, 2018 1 commit
  5. 02 May, 2018 1 commit
  6. 27 Mar, 2018 1 commit
    • Min RK's avatar
      Problem: `make dist` results are not tested (#3024) · 8fb5b10d
      Min RK authored
      * always run tests from tarball of `make dist`
      
      ensures that tests will not pass if critical files are omitted from releases
      
      * add explicit make dist only for non-default builds
      
      distcheck should already cover this for default builds
      
      * don’t verify that valgrind/coverage tests can be run from dists
      
      * add various files missing from dists
      
      - missing template from cmake
      - add missing android build files
      - add some missing ci_build.sh scripts
      8fb5b10d
  7. 21 Mar, 2018 1 commit
  8. 16 Mar, 2018 4 commits
  9. 15 Mar, 2018 5 commits
  10. 14 Mar, 2018 3 commits
  11. 07 Mar, 2018 1 commit
  12. 02 Mar, 2018 3 commits
  13. 13 Feb, 2018 1 commit
  14. 11 Feb, 2018 2 commits
  15. 10 Feb, 2018 1 commit
  16. 13 Jan, 2018 2 commits
  17. 13 Dec, 2017 1 commit
  18. 16 Oct, 2017 1 commit
  19. 05 Oct, 2017 1 commit
  20. 19 Sep, 2017 1 commit
    • Luca Boccassi's avatar
      Problem: zmq_connect fails after disconnect due to RECONNECT_IVL == -1 · edb4ca10
      Luca Boccassi authored
      Solution: when a connection breaks and ZMQ_RECONNECT_IVL is set to -1,
      which means a reconnection will not be attempted, send a message from
      the I/O thread to the application thread to make the socket call
      term_endpoint, which is the equivalent of manually calling
      zmq_disconnect.
      This way subsequent zmq_connect call to the same endpoint will attempt
      again to do a connection.
      Otherwise, for some socket types like SUBs, those new connects will
      fail as the endpoint is recorded, despite the connection having been
      permanently closed.
      
      Add test cases to exercise this corner case with TCP and IPC.
      edb4ca10
  21. 22 Aug, 2017 1 commit
  22. 18 Aug, 2017 2 commits
  23. 17 Aug, 2017 2 commits
  24. 16 Aug, 2017 2 commits