1. 02 Feb, 2018 1 commit
  2. 14 May, 2016 1 commit
  3. 28 Jan, 2016 1 commit
  4. 06 Sep, 2015 1 commit
  5. 02 Jun, 2015 1 commit
  6. 22 Jan, 2015 1 commit
  7. 23 Jun, 2014 1 commit
  8. 22 Jun, 2014 2 commits
    • Martin Hurton's avatar
      Fix memory leak in socks connecter · b73d1c8f
      Martin Hurton authored
      b73d1c8f
    • Martin Hurton's avatar
      Add support for SOCKS proxies · f06ca69a
      Martin Hurton authored
      This is still raw and experimental.
      To connect through a SOCKS proxy, set ZMQ_SOCKS_PROXY socket option on
      socket before issuing a connect call, e.g.:
      
          zmq_setsockopt (s, ZMQ_SOCKS_PROXY,
              "127.0.0.1:22222", strlen ("127.0.0.1:22222"));
          zmq_connect (s, "tcp://127.0.0.1:5555");
      
      Known limitations:
      - only SOCKS version 5 supported
      - authentication not supported
      - new option is still undocumented
      f06ca69a
  9. 12 Mar, 2014 1 commit
  10. 02 Jan, 2014 1 commit
  11. 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
  12. 21 Sep, 2012 1 commit
  13. 14 Jun, 2012 1 commit
    • Martin Hurton's avatar
      Simplify {tcp|ipc}_connecter · e0fed9d2
      Martin Hurton authored
      The patch is meant to make the code easier to understand.
      The 'wait' attribute is replaced by 'delayed_start'
      and 'timer_started' attributes. The former is constant and
      is initialized in the constructor. The latter is a flag
      reflecting whether a timer has been started and changes during
      the lifetime of the object.
      e0fed9d2
  14. 12 Jun, 2012 2 commits
  15. 11 Jun, 2012 1 commit
  16. 04 May, 2012 1 commit
  17. 16 Feb, 2012 1 commit
  18. 21 Dec, 2011 1 commit
  19. 09 Nov, 2011 1 commit
  20. 01 Nov, 2011 1 commit
  21. 31 Oct, 2011 1 commit
  22. 15 Sep, 2011 1 commit
  23. 18 Aug, 2011 1 commit
  24. 29 Jul, 2011 1 commit
  25. 28 Jul, 2011 1 commit
  26. 26 Jul, 2011 2 commits
  27. 25 Jul, 2011 1 commit
  28. 02 Mar, 2011 1 commit
  29. 13 Jan, 2011 1 commit
  30. 30 Oct, 2010 1 commit
  31. 09 Feb, 2010 1 commit
  32. 23 Jan, 2010 1 commit
  33. 22 Jan, 2010 1 commit
  34. 15 Jan, 2010 1 commit
  35. 05 Jan, 2010 1 commit
  36. 09 Aug, 2009 1 commit
  37. 03 Aug, 2009 1 commit