1. 16 May, 2001 1 commit
    • Bruce Momjian's avatar
      The current implementation of BlobInputStream does · e046e1df
      Bruce Momjian authored
      not properly handle 8-bit unsigned data as it blindly
      casts the byte to an int, which java most helpfully
      promotes to a signed type.  This causes problems when
      you can only return -1 to indicated EOF.
      
      The following patch fixes the bug and has been tested
      locally on image data.
      
      Chad David
      e046e1df
  2. 15 May, 2001 12 commits
  3. 14 May, 2001 11 commits
  4. 13 May, 2001 5 commits
  5. 12 May, 2001 10 commits
  6. 11 May, 2001 1 commit