1. 20 Aug, 2015 1 commit
  2. 08 Jul, 2015 1 commit
  3. 02 Jun, 2015 1 commit
  4. 22 Jan, 2015 1 commit
  5. 02 Jan, 2014 1 commit
  6. 13 Apr, 2013 1 commit
  7. 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
  8. 24 Oct, 2012 1 commit
  9. 11 Oct, 2012 1 commit
  10. 10 Oct, 2012 2 commits
  11. 04 Sep, 2012 1 commit
    • Ian Barber's avatar
      Fixing PGM issues · d7331b7b
      Ian Barber authored
      Hopefully fixed LIBZMQ-427 - there was a slight typo in the init_address
      refactor. The encoder refactoring had also broken pgm_sender and
      receiver, but just required updating to use the new functions.
      d7331b7b
  12. 06 Jun, 2012 1 commit
  13. 01 Jun, 2012 1 commit
  14. 31 May, 2012 1 commit
  15. 27 May, 2012 1 commit
  16. 01 Nov, 2011 2 commits
  17. 31 Oct, 2011 1 commit
  18. 04 Oct, 2011 1 commit
  19. 17 Aug, 2011 1 commit
  20. 15 Jul, 2011 1 commit
  21. 17 May, 2011 1 commit
  22. 16 May, 2011 1 commit
  23. 15 May, 2011 1 commit
  24. 30 Apr, 2011 1 commit
  25. 24 Mar, 2011 2 commits
  26. 23 Mar, 2011 1 commit
    • Martin Sustrik's avatar
      ZMQ_MCAST_LOOP removed · b45b68ae
      Martin Sustrik authored
      Multicast loopback is not a real multicast, rather a kernel-space
      simulation. Moreover, it tends to be rather unreliable and lossy.
      Removing the option will force users to use transports better
      suited for the job, such as inproc or ipc.
      Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
      b45b68ae
  27. 14 Mar, 2011 1 commit
  28. 02 Mar, 2011 1 commit
  29. 22 Feb, 2011 1 commit
  30. 21 Feb, 2011 1 commit
  31. 09 Dec, 2010 1 commit
    • Bob Beaty's avatar
      Added Recovery Interval in Milliseconds · fcfad568
      Bob Beaty authored
      For very high-speed message systems, the memory used for recovery can get to
      be very large. The corrent limitation on that reduction is the ZMQ_RECOVERY_IVL
      of 1 sec. I added in an additional option ZMQ_RECOVERY_IVL_MSEC, which is the
      Recovery Interval in milliseconds. If used, this will override the previous
      one, and allow you to set a sub-second recovery interval. If not set, the
      default behavior is to use ZMQ_RECOVERY_IVL.
      Signed-off-by: 's avatarBob Beaty <rbeaty@peak6.com>
      fcfad568
  32. 30 Oct, 2010 2 commits
  33. 23 Oct, 2010 1 commit
  34. 12 Oct, 2010 1 commit
  35. 30 Sep, 2010 2 commits