1. 04 Feb, 2020 1 commit
  2. 27 Jan, 2020 1 commit
  3. 27 May, 2018 1 commit
  4. 26 May, 2018 1 commit
  5. 02 Feb, 2018 1 commit
  6. 18 Sep, 2017 2 commits
  7. 17 Aug, 2017 1 commit
  8. 16 Aug, 2017 2 commits
  9. 29 Mar, 2017 1 commit
  10. 28 Jan, 2016 1 commit
  11. 02 Jun, 2015 1 commit
  12. 22 Jan, 2015 1 commit
  13. 07 May, 2014 1 commit
    • Martin Hurton's avatar
      NULL: Implement ERROR handling · 934560b5
      Martin Hurton authored
      NULL mechanism sends ERROR command rather than READY command when ZAP
      handler rejects the ZAP request (status code != "200"). The body of
      ERROR command contains the status code as returned by ZAP handler.
      934560b5
  14. 06 May, 2014 1 commit
  15. 02 Jan, 2014 1 commit
  16. 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
  17. 18 Jul, 2013 1 commit
  18. 01 Jul, 2013 1 commit
  19. 22 Jun, 2013 1 commit
  20. 14 May, 2013 1 commit
  21. 11 Apr, 2013 1 commit
  22. 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
  23. 05 Sep, 2012 1 commit
    • Martin Hurton's avatar
      Implement new message encoder/decoder · 3f6148ab
      Martin Hurton authored
      This is supposed to become part of the ZMTP/1.1.
      
      The main differences from the ZMTP/1.0 framing protocol are:
      - flags field comes first, followed by the length field
      - long messages are signaled using a flag rather then 0xff escape
      - length field does not include the flags field, 0 is a valid value
      3f6148ab
  24. 27 Aug, 2012 1 commit
    • Arthur O'Dwyer's avatar
      Silence all "unused parameter" warnings from Clang. · 3b984d40
      Arthur O'Dwyer authored
      Compiling without warnings is a good goal, because it makes
      new warnings (which probably indicate bugs) stand out rather
      than getting lost in the spam.
      
      My fixes fall into two categories:
      
          - Adding (void) casts of unused parameters, where their
            unusedness seems like a TODO (or in some cases a bug?).
      
          - Removing parameter names altogether, where the function
            is clearly a stub that will never use its parameters.
      
      Should be no change in behavior.
      3b984d40
  25. 20 Mar, 2012 1 commit
    • Pieter Hintjens's avatar
      Fixed issues #337, #341, and #340 · 6e71a54b
      Pieter Hintjens authored
      * Implemented new ctx API (_new, _destroy, _get, _set)
      * Removed 'typesafe' macros from zmq.h
      * Added support for MAX_SOCKETS (was tied into change for #337)
      * Created new man pages
      6e71a54b
  26. 16 Feb, 2012 1 commit
  27. 15 Feb, 2012 1 commit
  28. 10 Feb, 2012 1 commit
  29. 01 Nov, 2011 1 commit
  30. 31 Oct, 2011 1 commit
  31. 15 Sep, 2011 1 commit
  32. 30 May, 2011 1 commit
  33. 21 Apr, 2011 1 commit
  34. 02 Mar, 2011 1 commit
  35. 06 Dec, 2010 1 commit
  36. 04 Dec, 2010 1 commit
  37. 05 Nov, 2010 1 commit