1. 06 Dec, 2019 2 commits
  2. 04 Dec, 2019 1 commit
  3. 28 Nov, 2019 3 commits
  4. 20 Nov, 2019 1 commit
  5. 19 Nov, 2019 1 commit
  6. 01 Nov, 2019 1 commit
    • Luca Boccassi's avatar
      Problem: WSAEventSelect checks for FD_OOB, but select does not · 9ced36e4
      Luca Boccassi authored
      WSAEventSelect is used on Windows (when select is the polling method)
      only if waiting for more than one socket family, excluding IPv4/6.
      It is then passed FD_OOB, which means it can be woken by OOB messages,
      but select later on never checks for it.
      Remove FD_OOB as it's not actually used for anything.
      9ced36e4
  7. 29 Oct, 2019 2 commits
  8. 19 Oct, 2019 1 commit
  9. 14 Oct, 2019 2 commits
  10. 12 Oct, 2019 1 commit
  11. 07 Oct, 2019 1 commit
  12. 06 Oct, 2019 1 commit
  13. 04 Oct, 2019 4 commits
  14. 02 Oct, 2019 1 commit
  15. 24 Sep, 2019 1 commit
    • trya's avatar
      Problem: ZMQ_CONFLATE on PUB sockets delivers to only one subscriber at most · 2fe9dd91
      trya authored
      Solution: Fix behavior of dbuffer on writes. Message passed in argument
      of dbuffer::write can be assigned directly to the back buffer without
      leaking, since the message has already the right reference count (see
      dist::distribute and msg_t::add_refs). Secondly, in order to prevent the
      message pending in the front buffer from leaking if it hasn't been
      closed yet (for example because the peer is not reachable anymore), move
      back buffer to front buffer using msg_t::move instead of swapping the
      buffers, thus allowing release of the message in the front buffer.
      2fe9dd91
  16. 11 Sep, 2019 1 commit
  17. 05 Sep, 2019 2 commits
  18. 02 Sep, 2019 1 commit
  19. 27 Aug, 2019 1 commit
  20. 25 Aug, 2019 1 commit
  21. 22 Aug, 2019 1 commit
  22. 19 Aug, 2019 1 commit
  23. 11 Aug, 2019 1 commit
  24. 10 Aug, 2019 2 commits
  25. 06 Aug, 2019 1 commit
  26. 30 Jul, 2019 2 commits
  27. 26 Jul, 2019 1 commit
  28. 25 Jul, 2019 1 commit
  29. 24 Jul, 2019 1 commit