1. 07 Feb, 2012 2 commits
  2. 04 Feb, 2012 2 commits
  3. 03 Feb, 2012 10 commits
  4. 02 Feb, 2012 7 commits
  5. 30 Jan, 2012 3 commits
  6. 28 Jan, 2012 1 commit
  7. 27 Jan, 2012 10 commits
  8. 26 Jan, 2012 1 commit
  9. 19 Jan, 2012 1 commit
  10. 09 Jan, 2012 1 commit
  11. 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
  12. 03 Jan, 2012 1 commit