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