- Sep 29, 2020
-
-
Restores standard handles behavior pre-c58a10c1, always inheriting them when inherit mode is enabled. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49895 Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Sep 22, 2020
-
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Sep 11, 2020
-
-
Signed-off-by:
Zebediah Figura <z.figura12@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Jan 29, 2016
-
-
Alexandre Julliard authored
Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Aug 24, 2010
-
-
Alexandre Julliard authored
-
- Dec 01, 2009
-
-
Alexandre Julliard authored
-
- Dec 05, 2007
-
-
Alexandre Julliard authored
-
- Nov 06, 2007
-
-
- Nov 02, 2006
-
-
Alexandre Julliard authored
-
- May 23, 2006
-
-
- Mar 22, 2006
-
-
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.
-
- Dec 09, 2005
-
-
Alexandre Julliard authored
-
- Nov 18, 2005
-
-
Alexandre Julliard authored
-
- Oct 27, 2005
-
-
inherit flag. - Pass DesiredAccess to the server when creating mailslot.
-
- Aug 24, 2005
-
-
Alexandre Julliard authored
-
- Aug 23, 2005
-
-
Alexandre Julliard authored
set_handle_info for that.
-
- Jun 14, 2005
-
-
- Apr 24, 2005
-
-
- Sep 16, 2003
-
-
- Added handle information to (wineserver) process snapshot.
-
- Feb 14, 2003
-
-
Alexandre Julliard authored
Removed get_file_info function from object operations. Added get_device_id request to avoid abusing get_file_info.
-
- Oct 02, 2002
-
-
Alexandre Julliard authored
for managing linked lists.
-
- May 30, 2002
-
-
Alexandre Julliard authored
-
- Mar 09, 2002
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- Jul 19, 2001
-
-
Alexandre Julliard authored
Define protocol structures in a separate server_protocol.h file. Removed __WINE_SERVER__ checks now that all includes are in the right directory.
-
- Jan 05, 2001
-
-
Alexandre Julliard authored
pointers later on. Always use 0 to signal invalid handle in server requests.
-
- Dec 22, 2000
-
-
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.
-
- Nov 25, 1999
-
-
Alexandre Julliard authored
-
- Jun 22, 1999
-
-
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.
-
- Jun 04, 1999
-
-
Alexandre Julliard authored
Global handle table is no longer bound to a process. Removed special handling of the initial process.
-
- May 16, 1999
-
-
Alexandre Julliard authored
Added suspend/resume_process. Moved handle table back into the process structure.
-
- May 15, 1999
-
-
Alexandre Julliard authored
- moved request handlers to the specific C files - moved handle management to handle.c - moved server private includes to server/ instead of include/server/
-