1. 02 Feb, 2019 4 commits
  2. 01 Feb, 2019 5 commits
  3. 10 Mar, 2018 1 commit
    • Manuel Segura's avatar
      Pull request to merge porting to WindRiver VxWorks 6.x (#2966) · 4726f726
      Manuel Segura authored
      * Problem: Still need to port over more files to VxWorks 6.x
      
      Solution: Port more files to VxWorks 6.x
      
      * Problem: Need to port over remaining files to VxWorks 6.x. Also remove POSIX thread dependency for VxWorks (because of priority inversion problem in POSIX mutexes with VxWorks 6.x processes)
      
      Solution: Port over remaining files to VxWorks 6.x. Also removed POSIX thread dependency for VxWorks
      
      * Problem: Needed to modify TCP, UDP, TIPC classes with #ifdefs to be compatible with VxWorks 6.x.
      
      Solution:  Modify TCP, UDP, TIPC classes with #ifdefs to be compatible with VxWorks 6.x
      4726f726
  4. 07 Mar, 2018 1 commit
  5. 19 Feb, 2018 1 commit
    • Pontus Sköldström's avatar
      Support addressing TIPC Port Identity · 78aa9b19
      Pontus Sköldström authored
      ZeroMQ currently supports location independent addressing using TIPC
      Port Names with tipc://{type,instance}. This commits adds support for
      connecting and binding using TIPC Port Identity addresses. To connect
      using Port Identities the expected format is tipc://<Z.C.N:Ref>, e.g.
      "tipc://<1.2.3:123123>". To bind using TIPC Port Identities the expected
      format is "tipc://<*>".
      78aa9b19
  6. 02 Feb, 2018 1 commit
  7. 10 Dec, 2016 1 commit
  8. 28 Jan, 2016 1 commit
  9. 06 Sep, 2015 1 commit
  10. 02 Jun, 2015 1 commit
  11. 22 Jan, 2015 1 commit
  12. 02 Jan, 2014 2 commits
  13. 01 Nov, 2013 2 commits
    • Erik Hugne's avatar
      zmq: narrow condition to include TIPC in build/test · 58ac87de
      Erik Hugne authored
      As TIPC transport for 0MQ will only work on post 3.8
      Linux kernels where nonblocking connect was added,
      we add AC_RUN test to check for this functionality.
      Should the test fail, tipc is excluded from build/test.
      Signed-off-by: 's avatarErik Hugne <erik.hugne@ericsson.com>
      58ac87de
    • Erik Hugne's avatar
      zmq: add support for TIPC transport · eab85b52
      Erik Hugne authored
      A ZeroMQ application can opt for TIPC based sockets
      using the TIPC port name format:
      zmq_bind(sb, "tipc://{type,lower,upper}");
      zmq_connect(sc, "tipc://{type,inst}");
      
      'type' is the service ID, and 'lower/upper' can be
      used for service partitioning or basic load
      balancing.
      
      ZeroMQ TIPC transport requires a kernel >= 3.8
      (nonblocking connect support for TIPC).
      Signed-off-by: 's avatarErik Hugne <erik.hugne@ericsson.com>
      eab85b52
  14. 15 Jun, 2013 1 commit
  15. 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
  16. 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
  17. 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
  18. 22 Jan, 2013 1 commit
  19. 21 Jan, 2013 1 commit
  20. 17 Nov, 2012 1 commit
  21. 30 Sep, 2012 1 commit
  22. 21 Sep, 2012 1 commit
  23. 04 Aug, 2012 1 commit
  24. 13 Jul, 2012 1 commit
  25. 11 Jul, 2012 1 commit
  26. 13 Jun, 2012 1 commit
  27. 12 Jun, 2012 2 commits
  28. 11 Jun, 2012 1 commit
  29. 05 Jun, 2012 1 commit
  30. 04 May, 2012 1 commit