- 10 Oct, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 26 Jul, 2006 2 commits
-
-
Michael Stefaniuc authored
-
Alexandre Julliard authored
Make it an unsigned int to save some space on Win64, if we need to transfer more than 4Gb over the server pipe something is seriously wrong.
-
- 07 Jun, 2006 1 commit
-
-
Mike McCormack authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 07 Apr, 2006 1 commit
-
-
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.
-
- 27 Jan, 2006 1 commit
-
-
Eric Pouech authored
-
- 22 Dec, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 12 Dec, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 09 Dec, 2005 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 02 Dec, 2005 1 commit
-
-
Vitaliy Margolen authored
-
- 28 Nov, 2005 1 commit
-
-
Ge van Geldorp authored
-
- 22 Nov, 2005 1 commit
-
-
Vitaliy Margolen authored
-
- 18 Nov, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 29 Oct, 2005 1 commit
-
-
Vitaliy Margolen authored
-
- 12 Jul, 2005 1 commit
-
-
Alexandre Julliard authored
request to get_startup_info.
-
- 09 Jun, 2005 1 commit
-
-
Alexandre Julliard authored
implement registry notifications and the strange behavior of CloseHandle on winstation/desktop handles.
-
- 25 May, 2005 1 commit
-
-
Robert Shearman authored
- Fix non-ANSI function declarations. - Make a function static.
-
- 24 Apr, 2005 1 commit
-
-
Mike McCormack authored
-
- 01 Mar, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 25 Feb, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 08 Sep, 2004 1 commit
-
-
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
-
- 19 Aug, 2003 1 commit
-
-
Eric Pouech authored
-
- 23 Jun, 2003 1 commit
-
-
Eric Pouech authored
event, so that we get correct behavior in synchronization handling.
-
- 21 Jun, 2003 1 commit
-
-
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
-
- 25 Feb, 2003 1 commit
-
-
Alexandre Julliard authored
by the thread having already died when we send it a signal. Use -1 instead of 0 as invalid Unix pid value.
-
- 19 Feb, 2003 2 commits
-
-
Eric Pouech authored
-
Alexandre Julliard authored
structure. Changed the poll()-related routines to deal with file descriptors instead of objects and integrated poll support into fd.c.
-
- 14 Feb, 2003 1 commit
-
-
Alexandre Julliard authored
Removed get_file_info function from object operations. Added get_device_id request to avoid abusing get_file_info.
-
- 30 Jan, 2003 1 commit
-
-
Alexandre Julliard authored
separate fd object. This will be needed for file locking.
-
- 09 Jan, 2003 1 commit
-
-
Eric Pouech authored
console mode.
-
- 05 Jan, 2003 1 commit
-
-
Eric Pouech authored
- Reduced update area for some write conditions. - Started implementing event message collapsing.
-
- 03 Oct, 2002 1 commit
-
-
Alexandre Julliard authored
instead of using void*, and removed a number of type casts.
-
- 01 Jul, 2002 1 commit
-
-
Andreas Mohr authored
- Added German resource file. - Realign some dialog parts. - "Property" -> "Properties" - Add some traces.
-
- 02 Jun, 2002 1 commit
-
-
Eric Pouech authored
support).
-
- 31 May, 2002 1 commit
-
-
Vincent Béron authored
-
- 30 May, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 11 May, 2002 1 commit
-
-
Eric Pouech authored
-
- 26 Apr, 2002 1 commit
-
-
Alexandre Julliard authored
for ssize_t. Removed a couple of no longer used portability functions. Various portability fixes in port.h.
-