1. 21 Feb, 2016 2 commits
  2. 18 Feb, 2016 1 commit
  3. 09 Feb, 2016 2 commits
  4. 08 Feb, 2016 1 commit
  5. 04 Feb, 2016 1 commit
  6. 28 Jan, 2016 1 commit
  7. 14 Aug, 2015 2 commits
  8. 06 Aug, 2015 1 commit
  9. 08 Jul, 2015 1 commit
  10. 02 Jun, 2015 1 commit
  11. 22 Apr, 2015 1 commit
  12. 22 Jan, 2015 1 commit
  13. 29 Apr, 2014 1 commit
  14. 02 Apr, 2014 1 commit
  15. 06 Jan, 2014 1 commit
  16. 02 Jan, 2014 1 commit
  17. 25 Nov, 2013 1 commit
  18. 30 Jun, 2013 1 commit
  19. 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
  20. 14 May, 2013 1 commit
    • Martin Hurton's avatar
      Implement ZMTP/3.0 PLAIN mechanism · 4eecda8a
      Martin Hurton authored
      This implements protocol handshake.
      We still need to design and implement 1) API changes so a user
      can set username and password, and 2) a mechanism for engine
      to authenticate users.
      4eecda8a
  21. 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
  22. 19 Feb, 2013 1 commit
  23. 31 Jan, 2013 1 commit
  24. 22 Jan, 2013 1 commit
  25. 21 Jan, 2013 1 commit
  26. 02 Jan, 2013 1 commit
  27. 17 Nov, 2012 1 commit
  28. 30 Sep, 2012 1 commit
  29. 21 Sep, 2012 1 commit
  30. 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
  31. 26 Aug, 2012 1 commit
  32. 04 Aug, 2012 1 commit
  33. 11 Jul, 2012 1 commit
  34. 13 Jun, 2012 1 commit
  35. 12 Jun, 2012 3 commits