- 26 Mar, 2019 1 commit
-
-
Jacek Caban authored
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 25 Apr, 2016 1 commit
-
-
Sebastian Lackner authored
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 04 Feb, 2016 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 16 Apr, 2012 1 commit
-
-
Hans Leidekker authored
-
- 09 Dec, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 05 Dec, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 04 Oct, 2007 1 commit
-
-
Rob Shearman authored
server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk.
-
- 22 Mar, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 26 Jul, 2006 1 commit
-
-
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.
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 16 Feb, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 03 Jan, 2006 1 commit
-
-
Vitaliy Margolen authored
-
- 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
-
- 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
-
- 16 Sep, 2003 1 commit
-
-
Eric Pouech authored
- Added handle information to (wineserver) process snapshot.
-
- 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 2 commits
-
-
Eric Pouech authored
-
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
- added get_dll_info request
-
- 03 Oct, 2002 1 commit
-
-
Alexandre Julliard authored
instead of using void*, and removed a number of type casts.
-
- 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.
-
- 22 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
module snapshots. Based on patches by Eric Pouech and Andreas Mohr.
-
- 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.
-
- 05 Jan, 2001 1 commit
-
-
Alexandre Julliard authored
pointers later on. Always use 0 to signal invalid handle in server requests.
-
- 19 Dec, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 15 Dec, 2000 1 commit
-
-
François Gouget authored
-
- 16 Apr, 2000 1 commit
-
-
Alexandre Julliard authored
of Andreas Mohr <amohr@student.ei.uni-stuttgart.de>.
-
- 24 Jan, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 01 Jan, 2000 1 commit
-
-
Alexandre Julliard authored
Fixed busy waiting on POLLERR events. Merged struct client into struct thread.
-
- 26 Jun, 1999 1 commit
-
-
Alexandre Julliard authored
- merged request and reply structures - build requests directly into the buffer to avoid a copy
-
- 22 Jun, 1999 1 commit
-
-
Alexandre Julliard authored
A few other optimizations in request processing in the server. Moved automatically generated request definitions to server.h and removed include/server/request.h.
-