1. 10 Oct, 2006 1 commit
  2. 26 Jul, 2006 2 commits
  3. 07 Jun, 2006 1 commit
  4. 23 May, 2006 1 commit
  5. 07 Apr, 2006 1 commit
    • Robert Shearman's avatar
      server: Free ptr in console_input_append_hist. · 7a3df4d0
      Robert Shearman authored
      Free ptr in console_input_append_hist before returning, otherwise it
      will be leaked (found by Coverity).
      Remove the setting of last error on mem_alloc failure, as it is already
      done in mem_alloc.
      7a3df4d0
  6. 27 Jan, 2006 1 commit
  7. 22 Dec, 2005 1 commit
  8. 12 Dec, 2005 1 commit
  9. 09 Dec, 2005 2 commits
  10. 02 Dec, 2005 1 commit
  11. 28 Nov, 2005 1 commit
  12. 22 Nov, 2005 1 commit
  13. 18 Nov, 2005 1 commit
  14. 29 Oct, 2005 1 commit
  15. 12 Jul, 2005 1 commit
  16. 09 Jun, 2005 1 commit
  17. 25 May, 2005 1 commit
  18. 24 Apr, 2005 1 commit
  19. 01 Mar, 2005 1 commit
  20. 25 Feb, 2005 1 commit
  21. 08 Sep, 2004 1 commit
    • Eric Pouech's avatar
      - ctrl-c enabling flag is now inherited · 440ad8cc
      Eric Pouech authored
      - fixed console-related fields in RTL_USER_PROCESS_PARAMETERS
      - various clean-up in kernel32.SetConsoleCtrlHandler
      - only send a console event once to a process and not to all the
        process' threads
      440ad8cc
  22. 19 Aug, 2003 1 commit
  23. 23 Jun, 2003 1 commit
  24. 21 Jun, 2003 1 commit
    • Eric Pouech's avatar
      - adapted kernel32 so that it no longer (directly) manages console · 412d37f6
      Eric Pouech authored
        handles as wineserver handles
      - console input handle object is no longer waitable (input record
        synchronisation is now implemented as a simple semaphore), and removed
        FD_TYPE_CONSOLE from fd types in wineserver
      - console handles now always have their two lower bit set so one can
        distinguish a console handle from a kernel object handle
      - implemented some undocumented kernel32 console related APIs
        (CloseConsoleHandle, GetConsoleInputWaitHandle, OpenConsoleW,
        VerifyConsoleIoHandle, DuplicateConsoleHandle)
      - allowed a few kernel32 APIs to take console pseudo-handles
        (FlushFileBuffer, GetFileType, WaitFor*Object*)
      - simplified the console inheritance at process creation
      - in console tests, no longer create a console if one already exists
      412d37f6
  25. 25 Feb, 2003 1 commit
  26. 19 Feb, 2003 2 commits
  27. 14 Feb, 2003 1 commit
  28. 30 Jan, 2003 1 commit
  29. 09 Jan, 2003 1 commit
  30. 05 Jan, 2003 1 commit
  31. 03 Oct, 2002 1 commit
  32. 01 Jul, 2002 1 commit
  33. 02 Jun, 2002 1 commit
  34. 31 May, 2002 1 commit
  35. 30 May, 2002 1 commit
  36. 11 May, 2002 1 commit
  37. 26 Apr, 2002 1 commit