1. 01 Feb, 2019 9 commits
  2. 02 Feb, 2018 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. 02 Jan, 2014 2 commits
  8. 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
  9. 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
  10. 21 Sep, 2012 1 commit
  11. 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
  12. 12 Jun, 2012 2 commits
  13. 11 Jun, 2012 1 commit
  14. 04 May, 2012 1 commit
  15. 16 Feb, 2012 1 commit
  16. 21 Dec, 2011 1 commit
  17. 09 Nov, 2011 1 commit
  18. 01 Nov, 2011 1 commit
  19. 31 Oct, 2011 1 commit
  20. 15 Sep, 2011 1 commit
  21. 18 Aug, 2011 1 commit
  22. 29 Jul, 2011 1 commit
  23. 28 Jul, 2011 1 commit
  24. 26 Jul, 2011 2 commits
  25. 25 Jul, 2011 1 commit
  26. 02 Mar, 2011 1 commit
  27. 13 Jan, 2011 1 commit
  28. 30 Oct, 2010 1 commit