1. 25 Apr, 2016 2 commits
  2. 09 Feb, 2016 1 commit
  3. 28 Jan, 2016 1 commit
  4. 06 Aug, 2015 1 commit
  5. 02 Jun, 2015 1 commit
  6. 22 Jan, 2015 1 commit
  7. 22 Jun, 2014 1 commit
    • 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
  8. 02 Jan, 2014 1 commit
  9. 30 Jun, 2013 1 commit
  10. 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
  11. 12 Jun, 2012 2 commits
  12. 08 Jun, 2012 1 commit
    • Hiten P's avatar
      Consolidate TCP-specific common code into their own files. · db13fbf4
      Hiten P authored
      The TCP keepalive tuning code has been moved into the newly added
      files; this also allows future TCP-specific code to be added into
      these files, without bloating the IP level code and establishes a
      known file structure for other IP-based transports.
      
      Remember: this is a no-op change, hence no API or functionality
      was changed as part of this commit.
      db13fbf4
  13. 05 Apr, 2012 1 commit
  14. 01 Nov, 2011 1 commit
  15. 31 Oct, 2011 1 commit
  16. 02 Sep, 2011 1 commit
  17. 18 Aug, 2011 2 commits
  18. 15 Aug, 2011 1 commit
  19. 08 Aug, 2011 1 commit
  20. 29 Jul, 2011 1 commit
  21. 28 Jul, 2011 1 commit
  22. 08 Mar, 2011 1 commit
  23. 02 Mar, 2011 1 commit
  24. 30 Oct, 2010 1 commit
  25. 03 Mar, 2010 1 commit
  26. 18 Feb, 2010 1 commit
  27. 23 Jan, 2010 1 commit
  28. 22 Jan, 2010 1 commit
  29. 15 Jan, 2010 1 commit
  30. 05 Jan, 2010 1 commit
  31. 03 Aug, 2009 1 commit
  32. 29 Jul, 2009 1 commit