1. 04 Feb, 2020 1 commit
  2. 27 Jan, 2020 1 commit
  3. 28 May, 2018 1 commit
  4. 27 May, 2018 1 commit
  5. 26 May, 2018 1 commit
  6. 02 Feb, 2018 1 commit
  7. 18 Aug, 2017 2 commits
  8. 28 Jan, 2016 1 commit
  9. 02 Jun, 2015 1 commit
  10. 22 Jan, 2015 1 commit
  11. 19 May, 2014 1 commit
  12. 13 May, 2014 1 commit
  13. 12 May, 2014 1 commit
  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 2 commits
  20. 06 Jun, 2013 1 commit
  21. 17 May, 2013 1 commit
    • Pieter Hintjens's avatar
      plain_mechanism now uses options.as_server · f909b9c7
      Pieter Hintjens authored
      - we need to switch to PLAIN according to options.mechanism
      - we need to catch case when both peers are as-server (or neither is)
      - and to use username/password from options, for client
      f909b9c7
  22. 14 May, 2013 2 commits
  23. 11 Apr, 2013 1 commit
  24. 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
  25. 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
  26. 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
  27. 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
  28. 16 Feb, 2012 1 commit
  29. 15 Feb, 2012 1 commit
  30. 10 Feb, 2012 1 commit
  31. 01 Nov, 2011 1 commit
  32. 31 Oct, 2011 1 commit
  33. 15 Sep, 2011 1 commit
  34. 30 May, 2011 1 commit
  35. 21 Apr, 2011 1 commit
  36. 02 Mar, 2011 1 commit