1. 20 Mar, 2007 1 commit
  2. 26 Feb, 2007 1 commit
  3. 08 Jan, 2007 1 commit
  4. 16 Oct, 2006 1 commit
  5. 28 Sep, 2006 1 commit
  6. 13 Sep, 2006 1 commit
  7. 11 Sep, 2006 1 commit
  8. 08 Sep, 2006 1 commit
  9. 29 Jul, 2006 1 commit
  10. 23 May, 2006 1 commit
  11. 05 May, 2006 3 commits
  12. 21 Feb, 2006 1 commit
    • Dr J A Gow's avatar
      ole32: Fix stream ref counting. · e3af1227
      Dr J A Gow authored
      Stream methods called after parent object has been closed correctly
      return STG_E_REVERTED.
      Stream refcounting fixed. Now can safely call IStorage destructor
      before IStream destructor and guarantee file will be closed.
      e3af1227
  13. 03 Jan, 2006 1 commit
  14. 22 Dec, 2005 1 commit
  15. 06 Jun, 2005 1 commit
  16. 31 Mar, 2005 1 commit
  17. 07 Mar, 2005 1 commit
  18. 11 Jan, 2005 1 commit
  19. 07 Oct, 2004 1 commit
  20. 24 Sep, 2004 1 commit
  21. 23 Aug, 2004 1 commit
  22. 12 Aug, 2004 1 commit
  23. 23 Jan, 2004 1 commit
  24. 05 Sep, 2003 1 commit
  25. 10 Apr, 2003 1 commit
  26. 07 Jan, 2003 1 commit
  27. 12 Sep, 2002 1 commit
  28. 31 May, 2002 1 commit
  29. 09 Mar, 2002 1 commit
  30. 31 Jan, 2002 1 commit
  31. 01 Jan, 2002 1 commit
  32. 22 Oct, 2001 1 commit
  33. 10 Sep, 2001 1 commit
  34. 13 Oct, 2000 1 commit
  35. 26 Sep, 2000 1 commit
  36. 03 May, 2000 1 commit
  37. 25 Mar, 2000 1 commit
  38. 25 Feb, 2000 1 commit
    • Pierre Mageau's avatar
      Implementation of OleConvert routines. · 89aa8616
      Pierre Mageau authored
      Thuy Nguyen <thuy@macadamian.com>
      Don't allow to resize stream open in read only mode
      Allow write access for stream/storage open with STGM_READWRITE.
      StgOpenStorage return values are now more detailed.
      Don't rely on STGM_CREATE flag in the Storage constructor.
      Preventing to write out of date property.
      
      Owen Wang <owenw@corel.ca>
      Allow both positive & negative 32-bit integers as with MFC assumption.
      This patch improves the 32bit limit on IStream::*_Seek operations.
      
      John Li <johnl@corel.ca>
      When WP opens a linked file, the malloc function in
      OLECONVERT_LoadOLE10(...) returns a NULL. This causes a later Wine
      crash. The actual problem is the function reading a large data length.
      89aa8616