1. 12 Dec, 2006 1 commit
  2. 20 Nov, 2006 1 commit
  3. 03 Nov, 2006 1 commit
  4. 02 Nov, 2006 2 commits
  5. 01 Nov, 2006 1 commit
  6. 16 Oct, 2006 1 commit
  7. 05 Oct, 2006 2 commits
  8. 04 Oct, 2006 4 commits
  9. 03 Oct, 2006 1 commit
  10. 02 Oct, 2006 1 commit
  11. 10 Aug, 2006 1 commit
  12. 09 Aug, 2006 2 commits
  13. 02 Aug, 2006 1 commit
  14. 26 Jul, 2006 4 commits
  15. 21 Jul, 2006 1 commit
  16. 19 Jul, 2006 1 commit
  17. 12 Jul, 2006 1 commit
  18. 10 Jul, 2006 1 commit
  19. 08 Jun, 2006 1 commit
  20. 07 Jun, 2006 2 commits
  21. 27 May, 2006 1 commit
    • Eric Pouech's avatar
      ntdll/kernel32: Pipe information. · 1d6e2590
      Eric Pouech authored
      - implemented ntdll.NtQueryInformationFile's FilePipeLocalInformation control code 
      - reimplemented kernel32.GetNamedPipeInfo on top of it
      - enhance current features to make this work both on client and server handles
      - now also returning the number of instances
      1d6e2590
  22. 23 May, 2006 1 commit
  23. 15 May, 2006 1 commit
  24. 07 Apr, 2006 1 commit
  25. 07 Mar, 2006 2 commits
  26. 06 Mar, 2006 1 commit
  27. 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
  28. 21 Feb, 2006 2 commits