1. 03 Feb, 2012 3 commits
  2. 02 Feb, 2012 7 commits
  3. 30 Jan, 2012 3 commits
  4. 28 Jan, 2012 1 commit
  5. 27 Jan, 2012 10 commits
  6. 26 Jan, 2012 1 commit
  7. 19 Jan, 2012 1 commit
  8. 09 Jan, 2012 1 commit
  9. 04 Jan, 2012 1 commit
    • Martin Lucina's avatar
      Fix pgm_receiver.cpp: zmq_assert (pending_bytes == 0) (LIBZMQ-205) · c34a1443
      Martin Lucina authored
      This patch fixes the problem described in LIBZMQ-205. The assertion itself
      is probably caused by previously queued POLLIN events arriving after POLLIN
      has been disabled on the socket.
      
      The following additional bugs have been fixed as part of debugging this
      problem:
      
      - pgm_receiver_t does not flush messages written to the session in all
        cases which can lead to a stalled reader. Add calls to session->flush ()
        in the appropriate places.
      
      - ensure to restart polling when a pending message is flushed in
        activate_in ().
      Signed-off-by: 's avatarMartin Lucina <martin@lucina.net>
      c34a1443
  10. 03 Jan, 2012 2 commits
  11. 25 Dec, 2011 1 commit
  12. 21 Dec, 2011 1 commit
  13. 19 Dec, 2011 1 commit
  14. 18 Dec, 2011 6 commits
  15. 17 Dec, 2011 1 commit