1. 05 Feb, 2020 1 commit
    • Luca Boccassi's avatar
      Problem: libzmq does not send ZMTP 3.1 sub/cancel commands · 253e9dd2
      Luca Boccassi authored
      Solution: if all peers of a socket are >= 3.1 use sub/cancel commands
      instead of the old 0/1 messages.
      For backward compatibility, move the handling of 0/1 or sub/cancel
      command strings to the encoders, so that the right thing can be done
      depending on the protocol version.
      Do not set the command flag until the encoder, so that we can handle
      the inproc case (which skips the encoder).
      253e9dd2
  2. 30 May, 2018 1 commit
  3. 28 May, 2018 1 commit
  4. 27 May, 2018 1 commit
  5. 22 May, 2018 1 commit
  6. 02 Feb, 2018 1 commit
  7. 18 Feb, 2016 1 commit
  8. 28 Jan, 2016 1 commit
  9. 02 Jun, 2015 1 commit
  10. 22 Jan, 2015 1 commit
  11. 02 Jan, 2014 1 commit
  12. 04 Sep, 2013 1 commit
    • Pieter Hintjens's avatar
      Updated libzmq to match RFC 23, 24, 25, 26 · 28b0a5fa
      Pieter Hintjens authored
      * Command names changed from null terminated to length-specified
      * Command frames use the correct flag (bit 2)
      * test_stream acts as test case for command frames
      * Some code cleanups
      28b0a5fa
  13. 11 Apr, 2013 1 commit
  14. 12 Mar, 2013 2 commits
    • Pieter Hintjens's avatar
      785ef41f
    • Pieter Hintjens's avatar
      Removed corporate advertisements from source file headers · f0f16505
      Pieter Hintjens authored
      Copyrights had become ads for Sustrik's corporate sponsors, going against the original
      agreement to share copyrights with the community (that agreement was: one line stating
      iMatix copyright + one reference to AUTHORS file). The proliferation of corporate ads
      is also unfair to the many individual authors. I've removed ALL corporate title from
      the source files so the copyright statements can now be centralized in AUTHORS and
      source files can be properly updated on an annual basis.
      f0f16505
  15. 02 Sep, 2012 1 commit
  16. 08 May, 2012 1 commit
    • Martin Hurton's avatar
      Fix issue #268 · 3d93c1af
      Martin Hurton authored
      This patch fixes a bug in the message encoder which was
      responsible for computing incorrect message offset.
      The bug affected PGM receiver making it unable to
      decode inital messages.
      3d93c1af
  17. 20 Mar, 2012 1 commit
  18. 01 Nov, 2011 2 commits
  19. 31 Oct, 2011 1 commit
  20. 16 Sep, 2011 1 commit
  21. 15 Sep, 2011 1 commit
  22. 24 Jul, 2011 1 commit
  23. 27 Jun, 2011 1 commit
  24. 20 Jun, 2011 1 commit
  25. 21 Apr, 2011 1 commit
  26. 02 Mar, 2011 1 commit
  27. 30 Oct, 2010 1 commit
  28. 31 Aug, 2010 1 commit
  29. 25 Aug, 2010 1 commit
    • Martin Sustrik's avatar
      WIP: Socket migration between threads, new zmq_close() semantics · 05d90849
      Martin Sustrik authored
      Sockets may now be migrated between OS threads; sockets may not be used by
      more than one thread at any time. To migrate a socket to another thread the
      caller must ensure that a full memory barrier is called before using the
      socket from the target thread.
      
      The new zmq_close() semantics implement the behaviour discussed at:
      
      http://lists.zeromq.org/pipermail/zeromq-dev/2010-July/004244.html
      
      Specifically, zmq_close() is now deterministic and while it still returns
      immediately, it does not discard any data that may still be queued for
      sending. Further, zmq_term() will now block until all outstanding data has
      been sent.
      
      TODO: Many bugs have been introduced, needs testing. Further, SO_LINGER or
      an equivalent mechanism (possibly a configurable timeout to zmq_term())
      needs to be implemented.
      05d90849
  30. 05 May, 2010 1 commit
  31. 27 Mar, 2010 1 commit
  32. 20 Mar, 2010 1 commit
  33. 09 Mar, 2010 3 commits
  34. 19 Feb, 2010 1 commit
  35. 16 Feb, 2010 1 commit
  36. 12 Feb, 2010 1 commit