1. 27 Jan, 2020 1 commit
  2. 09 Dec, 2019 1 commit
  3. 27 May, 2018 1 commit
  4. 26 May, 2018 1 commit
  5. 24 May, 2018 1 commit
  6. 22 May, 2018 1 commit
  7. 02 Feb, 2018 1 commit
  8. 17 Sep, 2016 1 commit
  9. 30 Apr, 2016 1 commit
  10. 28 Jan, 2016 1 commit
  11. 06 Sep, 2015 1 commit
  12. 05 Jul, 2015 3 commits
    • Thomas Köppe's avatar
      [decoder.hpp] Fix misspelled inclusion · 29b45489
      Thomas Köppe authored
      29b45489
    • Thomas Köppe's avatar
      [decoder*] Style fixes for consistency · 5b4b8a06
      Thomas Köppe authored
      5b4b8a06
    • Jens Auer's avatar
      "zero-copy" raw_decoder · 36797936
      Jens Auer authored
      A memcpy is eliminated when receiving data on a ZMQ_STREAM socket. Instead
      of receiving into a static buffer and then copying the data into the
      buffer malloced in msg_t::init_size, the raw_decoder allocates the memory
      for together with the reference-counter and creates a msg_t object
      on top of that memory. This saves the memcpy operation.
      
      For small messages, data is still copied and the receive buffer is reused.
      36797936
  13. 14 Jun, 2015 1 commit
    • Jens Auer's avatar
      Fixed wrong buffer end detection in v2_decoder. · dfe19080
      Jens Auer authored
      zero-copy msg_t::init cannot be used when the message exceeds either
      the buffer end or the last received byte. To detect this, the buffer
      is now resized to the numnber of received bytes.
      dfe19080
  14. 07 Jun, 2015 1 commit
  15. 03 Jun, 2015 1 commit
    • Jens Auer's avatar
      zero-copy message receive · e9b403a7
      Jens Auer authored
      Construct messages from a reference-counted buffer allocated once
      per receive instead of copying the data.
      e9b403a7
  16. 02 Jun, 2015 1 commit
  17. 22 Jan, 2015 1 commit
  18. 02 Jan, 2014 1 commit
  19. 24 Dec, 2013 1 commit
  20. 11 Apr, 2013 1 commit
  21. 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
  22. 02 Jan, 2013 1 commit
  23. 30 Nov, 2012 2 commits
  24. 21 Nov, 2012 1 commit
  25. 13 Nov, 2012 1 commit
  26. 30 Oct, 2012 1 commit
  27. 29 Oct, 2012 1 commit
    • Hardeep's avatar
      Added support for non-zmq tcp client connections to router socket. · 83387b40
      Hardeep authored
          - Created a new option ZMQ_ROUTER_RAW_SOCK
          - Added new raw_encoder and raw_decoder to receive and send messages in raw form to remote client
          - Added test case file tests/test_raw_sock.cpp
      
          o To create a raw router sock set the ZMQ_ROUTER_RAW_SOCK option
          o ZMQ_MSGMORE flag is ignored for non-id messages
          o To terminate a remote connection send id message followed by zero length data message
      83387b40
  28. 05 Sep, 2012 1 commit
  29. 02 Sep, 2012 1 commit
  30. 29 Apr, 2012 1 commit
    • Martin Hurton's avatar
      Fix issue #264 · 776563fc
      Martin Hurton authored
      Before this patch, the stream engine terminated itself
      whenever it had detected an IO error. If this happened
      when sending a message, the engine lost all
      in-flight messages, messages waiting to be decoded,
      and the last decoded message that had not been accepted,
      if there was one.
      
      The new behaviour is to terminate the engine only after
      the input error has been detected and the last decoded
      776563fc
  31. 09 Nov, 2011 1 commit
  32. 01 Nov, 2011 1 commit
  33. 31 Oct, 2011 1 commit
  34. 16 Sep, 2011 1 commit
  35. 15 Sep, 2011 1 commit
  36. 24 Jul, 2011 1 commit