1. 08 May, 2016 1 commit
  2. 04 May, 2016 1 commit
  3. 01 May, 2016 1 commit
  4. 07 Apr, 2016 1 commit
  5. 21 Feb, 2016 3 commits
  6. 18 Feb, 2016 1 commit
  7. 09 Feb, 2016 1 commit
  8. 28 Jan, 2016 1 commit
  9. 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
  10. 17 Sep, 2015 1 commit
  11. 06 Sep, 2015 1 commit
  12. 21 Aug, 2015 1 commit
  13. 16 Aug, 2015 1 commit
  14. 14 Aug, 2015 2 commits
  15. 06 Aug, 2015 1 commit
  16. 04 Aug, 2015 2 commits
  17. 08 Jul, 2015 1 commit
  18. 02 Jun, 2015 1 commit
  19. 22 Apr, 2015 1 commit
  20. 22 Jan, 2015 1 commit
  21. 07 Jul, 2014 1 commit
  22. 07 Jun, 2014 1 commit
  23. 05 Jun, 2014 2 commits
  24. 30 Apr, 2014 1 commit
  25. 12 Mar, 2014 1 commit
  26. 17 Jan, 2014 1 commit
  27. 02 Jan, 2014 1 commit
  28. 25 Nov, 2013 1 commit
  29. 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
  30. 30 Jun, 2013 1 commit
  31. 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
  32. 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
  33. 22 Apr, 2013 2 commits
  34. 12 Mar, 2013 1 commit