1. 18 Jul, 2019 1 commit
  2. 02 Feb, 2019 1 commit
  3. 09 Aug, 2018 1 commit
  4. 02 Feb, 2018 1 commit
  5. 08 Aug, 2017 1 commit
    • Simon Giesecke's avatar
      Problem: ZAP status codes != 200 do not result in an appropriate monitor event (#2665) · a6cef4ef
      Simon Giesecke authored
      * Problem: missing test for status code 300, inadequate assertion for status code 500
      
      Solution: add test, change assertion (currently test fails)
      
      * Problem: gcc compiler error deprecated conversion from string constant
      
      Solution: declare variable as const
      
      * Problem: in case of ZAP handler returning a status code other than 200, no appropriate event is emitted
      
      Solution: immediately emit event after receiving reply from ZAP handler
      
      * Problem: endpoint address is not included in zap-reply monitor event
      
      Solution: added functions to retrieve endpoint address in zmq::i_engine and zmq::session_base_t
      removed unused code block in zmq::stream_engine_t::next_handshake_command
      
      * Problem: wrong formatting
      
      Solution: fix formatting
      
      * Problem: test fails because of EPIPE
      
      Solution: add EPIPE/ECONNRESET/ECONNAGAIN handling for more test cases
      a6cef4ef
  6. 28 Jan, 2016 1 commit
  7. 02 Jun, 2015 1 commit
  8. 22 Jan, 2015 1 commit
  9. 09 Jan, 2015 1 commit
  10. 30 Apr, 2014 1 commit
  11. 02 Jan, 2014 1 commit
  12. 09 Oct, 2013 1 commit
  13. 06 Jun, 2013 1 commit
  14. 12 Mar, 2013 1 commit
    • 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. 27 May, 2012 1 commit
  16. 09 Nov, 2011 1 commit
  17. 01 Nov, 2011 1 commit
  18. 31 Oct, 2011 1 commit
  19. 15 Sep, 2011 1 commit
  20. 24 Jul, 2011 1 commit
  21. 27 Jun, 2011 1 commit
  22. 02 Mar, 2011 1 commit
  23. 25 Nov, 2010 1 commit
  24. 30 Oct, 2010 1 commit
  25. 25 Aug, 2010 2 commits
  26. 20 Mar, 2010 1 commit
  27. 12 Mar, 2010 1 commit
    • Martin Hurton's avatar
      Implement flow control · 61ee6fae
      Martin Hurton authored
      This commit introduces the necessary changes necessary
      for implementing flow control. None of the socket types
      implements the flow control yet. The code will crash when
      the flow control is enabled and the thw lwm is reached.
      
      The following commits will add flow-control support for
      individual socket types.
      61ee6fae
  28. 16 Feb, 2010 1 commit
  29. 13 Feb, 2010 1 commit
  30. 12 Feb, 2010 1 commit
  31. 05 Jan, 2010 1 commit
  32. 30 Aug, 2009 1 commit
  33. 12 Aug, 2009 1 commit
  34. 06 Aug, 2009 2 commits
  35. 03 Aug, 2009 1 commit
  36. 29 Jul, 2009 1 commit