1. 15 Aug, 2011 2 commits
  2. 14 Aug, 2011 1 commit
  3. 22 Jul, 2011 1 commit
  4. 18 Jul, 2011 2 commits
  5. 15 May, 2011 1 commit
  6. 21 Apr, 2011 1 commit
  7. 12 Apr, 2011 3 commits
  8. 09 Apr, 2011 1 commit
  9. 27 Mar, 2011 1 commit
  10. 26 Mar, 2011 1 commit
  11. 24 Mar, 2011 1 commit
  12. 23 Mar, 2011 2 commits
  13. 02 Mar, 2011 1 commit
  14. 22 Feb, 2011 1 commit
  15. 18 Feb, 2011 1 commit
  16. 13 Feb, 2011 1 commit
  17. 12 Feb, 2011 1 commit
  18. 08 Feb, 2011 1 commit
  19. 20 Jan, 2011 1 commit
  20. 06 Dec, 2010 1 commit
  21. 25 Nov, 2010 1 commit
  22. 13 Nov, 2010 1 commit
  23. 12 Nov, 2010 1 commit
  24. 30 Oct, 2010 1 commit
  25. 23 Oct, 2010 1 commit
  26. 16 Oct, 2010 2 commits
  27. 14 Oct, 2010 1 commit
  28. 13 Oct, 2010 1 commit
  29. 09 Oct, 2010 1 commit
    • Martin Sustrik's avatar
      Version macros added · ef8db789
      Martin Sustrik authored
      Macro ZMQ_VERSION represents the current version of 0MQ
      Macro ZMQ_MAKE_VERSION(major,minor,patch) allows to create
      a representation of the specified version.
      The versions can be compared using simple <, >, ==, etc.
      operators.
      Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
      ef8db789
  30. 30 Sep, 2010 2 commits
    • Martin Lucina's avatar
      zmq_poll(): Fix busy-loop if timeout is zero · 8f9080eb
      Martin Lucina authored
      Fix a case where zmq_poll() (poll-based version) could go off into a busy-loop
      if no revents are returned and the timeout passed in is zero.
      8f9080eb
    • Steven McCoy's avatar
      * Add assertions to check for OpenPGM calls with invalid parameters. · 96d85b20
      Steven McCoy authored
       * Assertion to check that pgm_getaddrinfo is actually returning something.
       * Missing pgm_connect call.
       * Typo on TOS causing immediate abort.
       * Placeholder calls for timeouts whilst continuing spin loop functionality.
       * OpenPGM v5 now supports reference counting so remove init checks.
       * Duplicate UDP unicast port setting, requires one unicast and one multicast.
       * Incorrectly set socket rcvbuf size with sndbuf.
       * Replace std::lexicographical_compare of TSI's with long word integer comparisons.
       * pgm_socket_t::receive returns -1 on no data.
      96d85b20
  31. 28 Sep, 2010 1 commit
  32. 26 Sep, 2010 1 commit
  33. 20 Sep, 2010 1 commit