1. 16 Mar, 2006 1 commit
    • Wayne Davison's avatar
      - Optimized the msg_list_item structure to make the buffer an · 954bbed8
      Wayne Davison authored
        integral part of the structure instead of pointer to a
        separately allocated buffer.
      - Improved the code that was ensuring that no messages from the
        receiver could be merged into the middle of a partially written
        buffer from the generator.  The new code ensures that we never
        avoid reading the messages from the receiver (like we used to).
        This ensures that the generator will not hang when the receiver
        got a read error on the socket, sent us a message about it, but
        the socket in the generator never becomes writable for it to get
        a similar error (now we are assured of getting the receiver's
        note about their read error, and we know to shut things down).
      954bbed8
  2. 15 Mar, 2006 2 commits
  3. 13 Mar, 2006 8 commits
  4. 11 Mar, 2006 2 commits
  5. 10 Mar, 2006 1 commit
  6. 07 Mar, 2006 1 commit
  7. 06 Mar, 2006 3 commits
  8. 04 Mar, 2006 1 commit
  9. 02 Mar, 2006 5 commits
  10. 01 Mar, 2006 2 commits
  11. 28 Feb, 2006 8 commits
  12. 27 Feb, 2006 6 commits