1. 21 Feb, 2016 3 commits
  2. 18 Feb, 2016 1 commit
  3. 09 Feb, 2016 1 commit
  4. 28 Jan, 2016 1 commit
  5. 02 Nov, 2015 1 commit
    • William Swanson's avatar
      Do not crash on unusual connection-failure cases · b2010432
      William Swanson authored
      Only assert on errors we know are our fault,
      instead of trying to whitelist every possible network-related failure.
      This makes ZeroMQ more portable to other platforms
      where the possible errors are different.
      
      In particular, the previous code would often die under iOS.
      b2010432
  6. 17 Sep, 2015 1 commit
  7. 06 Sep, 2015 1 commit
  8. 21 Aug, 2015 1 commit
  9. 16 Aug, 2015 1 commit
  10. 14 Aug, 2015 2 commits
  11. 06 Aug, 2015 1 commit
  12. 04 Aug, 2015 2 commits
  13. 08 Jul, 2015 1 commit
  14. 02 Jun, 2015 1 commit
  15. 22 Apr, 2015 1 commit
  16. 22 Jan, 2015 1 commit
  17. 07 Jul, 2014 1 commit
  18. 07 Jun, 2014 1 commit
  19. 05 Jun, 2014 2 commits
  20. 30 Apr, 2014 1 commit
  21. 12 Mar, 2014 1 commit
  22. 17 Jan, 2014 1 commit
  23. 02 Jan, 2014 1 commit
  24. 25 Nov, 2013 1 commit
  25. 31 Oct, 2013 1 commit
    • NetImperia's avatar
      Update tcp_connecter.cpp · c75ed69a
      NetImperia authored
      Crash Fix: Assertion failed: Permission denied (..\..\..\src\tcp_connecter.cpp:279) on windows 8
      c75ed69a
  26. 30 Jun, 2013 1 commit
  27. 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
  28. 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
  29. 22 Apr, 2013 2 commits
  30. 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
  31. 17 Nov, 2012 1 commit
  32. 24 Oct, 2012 1 commit
  33. 21 Sep, 2012 1 commit