1. 04 Jan, 2007 2 commits
  2. 12 Dec, 2006 1 commit
  3. 20 Nov, 2006 1 commit
  4. 03 Nov, 2006 1 commit
  5. 02 Nov, 2006 2 commits
  6. 01 Nov, 2006 1 commit
  7. 16 Oct, 2006 1 commit
  8. 05 Oct, 2006 2 commits
  9. 04 Oct, 2006 5 commits
  10. 03 Oct, 2006 1 commit
  11. 09 Aug, 2006 2 commits
  12. 02 Aug, 2006 1 commit
  13. 26 Jul, 2006 4 commits
  14. 21 Jul, 2006 1 commit
  15. 19 Jul, 2006 1 commit
  16. 12 Jul, 2006 1 commit
  17. 07 Jun, 2006 2 commits
  18. 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
  19. 23 May, 2006 1 commit
  20. 15 May, 2006 1 commit
  21. 07 Apr, 2006 1 commit
  22. 07 Mar, 2006 1 commit
  23. 06 Mar, 2006 1 commit
  24. 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
  25. 21 Feb, 2006 2 commits
  26. 08 Feb, 2006 1 commit
  27. 07 Feb, 2006 1 commit
    • Mike McCormack's avatar
      kernel32: ReadDirectoryChangesW fixes. · 0790f955
      Mike McCormack authored
      ReadDirectoryChangesW remembers whether it's recording changes or not.
      Don't initialize overlapped->InternalHigh.
      The hEvent is cleared when ReadDirectoryChanges is called.
      0790f955