- 02 Nov, 2006 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 15 Jun, 2006 1 commit
-
-
Mike McCormack authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 22 Mar, 2006 1 commit
-
-
Alexandre Julliard authored
Objects stored in static variables can now be marked when they are created and are automatically cleaned up on exit. This avoids having to export a bunch of close_* functions.
-
- 12 Dec, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 09 Dec, 2005 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard 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
-
- 27 Oct, 2005 1 commit
-
-
Vitaliy Margolen authored
inherit flag. - Pass DesiredAccess to the server when creating mailslot.
-
- 27 Sep, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 24 Aug, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 23 Aug, 2005 1 commit
-
-
Alexandre Julliard authored
set_handle_info for that.
-
- 29 Jul, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 13 Jul, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 21 Jun, 2005 1 commit
-
-
Mike McCormack authored
-
- 14 Jun, 2005 1 commit
-
-
Alexandre Julliard authored
handle table.
-
- 09 Jun, 2005 2 commits
-
-
Alexandre Julliard authored
implement registry notifications and the strange behavior of CloseHandle on winstation/desktop handles.
-
Alexandre Julliard authored
desktop, not from the parent thread. Fixed a couple of bugs in the desktop name handling.
-
- 24 Apr, 2005 1 commit
-
-
Mike McCormack authored
-
- 16 Sep, 2003 1 commit
-
-
Eric Pouech authored
- Added handle information to (wineserver) process snapshot.
-
- 05 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- 15 May, 2003 1 commit
-
-
Mike McCormack authored
- allow NtFileFlushBuffers to wait - allow DisconnectNamedPipe to invalidate client cached fd - fix the pipe test now that one extra test passes
-
- 19 Feb, 2003 1 commit
-
-
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.
-
- 25 Nov, 2002 1 commit
-
-
Mike McCormack authored
-
- 02 Oct, 2002 1 commit
-
-
Alexandre Julliard authored
for managing linked lists.
-
- 30 May, 2002 1 commit
-
-
Alexandre Julliard 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.
-
- 09 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- 20 Dec, 2001 1 commit
-
-
Mike McCormack authored
- implement async queues
-
- 30 Nov, 2001 1 commit
-
-
Alexandre Julliard authored
data to be exchanged. Split request and reply structures to make backwards compatibility easier. Moved many console functions to dlls/kernel, added code page support, changed a few requests to behave properly with the new protocol.
-
- 23 Nov, 2001 1 commit
-
-
Eric Pouech authored
-
- 05 Jan, 2001 1 commit
-
-
Alexandre Julliard authored
pointers later on. Always use 0 to signal invalid handle in server requests.
-
- 22 Dec, 2000 2 commits
-
-
Alexandre Julliard authored
Do not send fd to the client if ops->get_fd() fails.
-
Alexandre Julliard authored
file descriptor. Associate file descriptors with handles on the server side so that we don't need to pass the fd every time the client wants to use it.
-