1. 05 Dec, 2007 1 commit
  2. 04 Oct, 2007 1 commit
  3. 02 Oct, 2007 1 commit
  4. 17 Apr, 2007 1 commit
  5. 16 Apr, 2007 1 commit
  6. 10 Apr, 2007 3 commits
  7. 04 Apr, 2007 1 commit
  8. 03 Apr, 2007 1 commit
  9. 02 Apr, 2007 3 commits
  10. 27 Mar, 2007 1 commit
  11. 26 Mar, 2007 1 commit
  12. 22 Mar, 2007 1 commit
  13. 20 Mar, 2007 1 commit
  14. 03 Jan, 2007 1 commit
  15. 20 Nov, 2006 1 commit
  16. 02 Nov, 2006 1 commit
  17. 10 Aug, 2006 1 commit
  18. 26 Jul, 2006 1 commit
  19. 23 May, 2006 1 commit
  20. 27 Feb, 2006 1 commit
    • Eric Pouech's avatar
      kernel32: ClearCommError. · 6b95c0e4
      Eric Pouech authored
      ClearCommError should only deal with *communication* errors (are being
      seen on the serial interface) rather than API errors (which can be
      reported to the caller by the API itself).  I then removed all the
      stuff related to storing the error status in the server object.
      6b95c0e4
  21. 24 Jan, 2006 1 commit
  22. 12 Dec, 2005 2 commits
  23. 28 Nov, 2005 1 commit
  24. 22 Nov, 2005 1 commit
  25. 21 Jun, 2005 1 commit
  26. 20 Jun, 2005 1 commit
  27. 09 Jun, 2005 1 commit
  28. 24 Apr, 2005 1 commit
  29. 29 Mar, 2005 1 commit
  30. 04 Mar, 2005 1 commit
  31. 24 Feb, 2005 1 commit
  32. 14 Jan, 2005 1 commit
  33. 18 Aug, 2004 1 commit
  34. 17 Aug, 2004 1 commit
    • Eric Pouech's avatar
      - better support for non-blocking COMM and socket read/writes: · 1ffddb4d
      Eric Pouech authored
        + added necessary semantics to fd flags
        + no longer uses fd type (but fd flags) read/write semantic behavior
      - fixed socket code to use the proper manifest constants
      - fixes for kernel32.GetOverlappedResult without hEvent set
      - in ntdll.Nt{Read|Write}File
        + always reset the event
        + added support for longlong offsets
        + better object disposal in error handling code paths
      1ffddb4d
  35. 08 Apr, 2004 1 commit