wine-wine/server
Alexandre Julliard 8b8828f578 Added support for ReadProcessMemory through the server. 1999-11-12 21:39:14 +00:00
..
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
Makefile.in Added socket interface to wineserver. 1999-10-13 16:05:37 +00:00
change.c Further server optimizations: 1999-06-26 08:43:26 +00:00
console.c - Added missing configuration #if:s and #includes:s. 1999-10-24 22:13:47 +00:00
debugger.c Do not free the handles once they have been sent to the client (thanks 1999-11-07 23:59:08 +00:00
device.c Further server optimizations: 1999-06-26 08:43:26 +00:00
event.c Made event manipulation routines public. 1999-09-28 16:40:07 +00:00
file.c Added support for ReadProcessMemory through the server. 1999-11-12 21:39:14 +00:00
handle.c Made all handles multiple of 4. Fixed semantics for pseudo-handles. 1999-11-04 02:33:45 +00:00
handle.h Made server communication faster by using a shared memory block. 1999-06-22 17:26:53 +00:00
main.c Install the wine server in $(bindir) and exec it from there. 1999-11-08 00:03:53 +00:00
mapping.c Further server optimizations: 1999-06-26 08:43:26 +00:00
mutex.c Remove the mutex from the thread list when destroying it. 1999-08-04 09:52:33 +00:00
object.c Further server optimizations: 1999-06-26 08:43:26 +00:00
object.h Winsock rewrite. Sockets are now proper win32 handles. 1999-10-23 16:53:34 +00:00
pipe.c - Added missing configuration #if:s and #includes:s. 1999-10-24 22:13:47 +00:00
process.c Added support for ReadProcessMemory through the server. 1999-11-12 21:39:14 +00:00
process.h Added support for CREATE_SUSPENDED flag in CreateProcess. 1999-11-12 03:35:25 +00:00
request.c Further server optimizations: 1999-06-26 08:43:26 +00:00
request.h Added support for ReadProcessMemory through the server. 1999-11-12 21:39:14 +00:00
select.c Preliminary ptrace support. 1999-11-08 05:31:47 +00:00
semaphore.c Further server optimizations: 1999-06-26 08:43:26 +00:00
snapshot.c Further server optimizations: 1999-06-26 08:43:26 +00:00
sock.c Fixed bug in WINSOCK_accept when no event is present. 1999-11-07 19:15:19 +00:00
socket.c - Added missing configuration #if:s and #includes:s. 1999-10-24 22:13:47 +00:00
thread.c Added support for ReadProcessMemory through the server. 1999-11-12 21:39:14 +00:00
thread.h Added support for ReadProcessMemory through the server. 1999-11-12 21:39:14 +00:00
trace.c Added support for ReadProcessMemory through the server. 1999-11-12 21:39:14 +00:00