1. 24 Mar, 2016 1 commit
  2. 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
  3. 19 Mar, 2016 10 commits
  4. 18 Mar, 2016 3 commits
  5. 17 Mar, 2016 2 commits
  6. 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
  7. 15 Mar, 2016 1 commit
  8. 14 Mar, 2016 3 commits
  9. 13 Mar, 2016 4 commits
  10. 11 Mar, 2016 4 commits
  11. 09 Mar, 2016 1 commit
  12. 08 Mar, 2016 2 commits
  13. 06 Mar, 2016 6 commits
  14. 05 Mar, 2016 1 commit