1. 08 Oct, 2018 3 commits
    • Luca Boccassi's avatar
      Merge pull request #3271 from gabm/Relicense · b9b325ce
      Luca Boccassi authored
      Problem: gabm didn't signalise his consent to relicense libzmq
      b9b325ce
    • gabm's avatar
      Problem: The flag that indicates the next expected message gets set even if the send fails (#3270) · c1ac158f
      gabm authored
      * ZMQ_DGRAM: flip more flag after successful send
      
      In the dgram socket we have a flag that indicates the next expected message type to ensure that always a pair of "address" + "body" messages gets sent. The first one MUST have the sendmore flag, the second MUST NOT.
      
      In case the message does not get sent because of HWM full, then the function returns EAGAIN as it should. But unfortunately the next expected message type-flag gets flipped as well. When the socket_base::send function now tries to resend the message, it became the wrong message type... If you don't stop sending pairs of messages here (like me) then the next message that gets through will be of the wrong type, which in turn crashes the udp_engine function as described in #3268
      c1ac158f
    • Matthias Gabriel's avatar
      grant relicense permission · 439e57f0
      Matthias Gabriel authored
      439e57f0
  2. 07 Oct, 2018 3 commits
  3. 01 Oct, 2018 4 commits
  4. 29 Sep, 2018 4 commits
  5. 22 Sep, 2018 2 commits
  6. 21 Sep, 2018 2 commits
  7. 20 Sep, 2018 2 commits
  8. 17 Sep, 2018 1 commit
  9. 16 Sep, 2018 4 commits
  10. 14 Sep, 2018 2 commits
  11. 13 Sep, 2018 4 commits
  12. 10 Sep, 2018 3 commits
  13. 09 Sep, 2018 2 commits
  14. 01 Sep, 2018 2 commits
  15. 31 Aug, 2018 2 commits