1. 29 Mar, 2016 3 commits
  2. 24 Mar, 2016 1 commit
  3. 20 Mar, 2016 1 commit
    • Frederic Tregon's avatar
      Fixed issue #1695 (ZMQ_REQ_CORRELATE) · e45dfe3b
      Frederic Tregon authored
      Problem: when using ZMQ_REQ_RELAXED + ZMQ_REQ_CORRELATE and two 'send' are
      executed in a row and no server is available at the time of the sends,
      then the internal request_id used to identify messages gets corrupted and
      the two messages end up with the same request_id. The correlation no
      longer works in that case and you may end up with the wrong message.
      
      Solution: make a copy of the request_id instance member before sending it
      down the pipe.
      e45dfe3b
  4. 19 Mar, 2016 10 commits
  5. 18 Mar, 2016 3 commits
  6. 17 Mar, 2016 2 commits
  7. 16 Mar, 2016 1 commit
    • Luca Boccassi's avatar
      Problem: test_large_msg requires 2GB of free RAM · 15fd419f
      Luca Boccassi authored
      Solution: remove temporarily until proper message limits have been
      implemented, then a more granular test case can be added without
      such high requirements which are problematic in embedded environment,
      build systems, VMs and CI systems
      15fd419f
  8. 15 Mar, 2016 1 commit
  9. 14 Mar, 2016 3 commits
  10. 13 Mar, 2016 4 commits
  11. 11 Mar, 2016 4 commits
  12. 09 Mar, 2016 1 commit
  13. 08 Mar, 2016 2 commits
  14. 06 Mar, 2016 4 commits