Sign in
goma
/
wine
/
cd8d181a0b41359f0b280f31565bfbdf06deff4d
/
server
/
request.h
1c32a46
Use poll() on the client-side during server waits to implement overlapped I/O.
by Michael McCormack
· 24 years ago
e5dedb1
Added support for nested server waits (to allow waiting in signal handlers).
by Alexandre Julliard
· 24 years ago
8859d77
Create the server pipes on the client side and transfer them to the
by Alexandre Julliard
· 24 years ago
f524240
New mechanism to transfer file descriptors from client to server.
by Alexandre Julliard
· 24 years ago
d90e964
Added separate server pipe to wait on blocking server calls.
by Alexandre Julliard
· 24 years ago
5f195f8
Small server protocol cleanups.
by Alexandre Julliard
· 24 years ago
e939eae
Made exception_event_request non-blocking, and added
by Alexandre Julliard
· 24 years ago
e9936d9
Changed wait_process and wait_debug_event requests to never block;
by Alexandre Julliard
· 24 years ago
8081e5a
Added handle_t type to server interface so that we can make handles
by Alexandre Julliard
· 24 years ago
d549f69
Use a separate FIFO pair for server requests that don't need to pass a
by Alexandre Julliard
· 24 years ago
1ab243b
Merged the get_read_fd and get_write_fd requests.
by Alexandre Julliard
· 24 years ago
0b6a79c
Converted enum_key_value request to the new request mechanism.
by Alexandre Julliard
· 24 years ago
1eac191
- created server object for handling async i/o
by Mike McCormack
· 24 years ago
454355e
Convert NtQueryKey and NtEnumerateKey to the new request mechanism.
by Alexandre Julliard
· 25 years ago
bcf393a
Converted some of the registry server requests to the new request mechanism.
by Alexandre Julliard
· 25 years ago
654fcc7
Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts.
by Mike McCormack
· 25 years ago
44b5bf5
Added serial port object to the server.
by Mike McCormack
· 25 years ago
9c2370b
Added exception handling wrapper to a number of server requests.
by Alexandre Julliard
· 25 years ago
8611353
Added the data structures and macros that will be needed to support
by Alexandre Julliard
· 25 years ago
6c8d917
Added a real root key and simplified creation of the HKEY_* special root keys.
by Alexandre Julliard
· 25 years ago
ea1afce
Added APC support in waitable timers.
by Alexandre Julliard
· 25 years ago
43a27e3
Implemented local atoms in the server.
by Turchanov Sergei
· 25 years ago
c5e433a
Moved idle event handling to the server.
by Alexandre Julliard
· 25 years ago
5b4f3e8
Rewrote Unix process launching to allow passing startup information to
by Alexandre Julliard
· 25 years ago
07d8446
Implemented thread and (partial) module snapshots, based on the work
by Alexandre Julliard
· 25 years ago
c970904
Save the registry on server exit without client intervention.
by Alexandre Julliard
· 25 years ago
ef88637
Made request tracing more robust against bogus lengths.
by Alexandre Julliard
· 25 years ago
12f29b5
Have threads and processes exit more cleanly whenever possible.
by Alexandre Julliard
· 25 years ago
ea0d028
Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
by Alexandre Julliard
· 25 years ago
05f0b71
Store the list of loaded dlls in the server, and generate debug events
by Alexandre Julliard
· 25 years ago
b849d79
Moved global atoms to the server (based on the work of Sergei
by Alexandre Julliard
· 25 years ago
0a7c1f6
Implemented GetThreadSelectorEntry through the server.
by Alexandre Julliard
· 25 years ago
2fe5777
Made the server listen for new clients on a Unix socket in
by Alexandre Julliard
· 25 years ago
3e2517c
Added Get/SetThreadContext support through the server.
by Alexandre Julliard
· 25 years ago
9de03f4
Made sleep_on usable from all requests.
by Alexandre Julliard
· 25 years ago
1dca5e2
Moved poll handling to the generic part of the server objects.
by Alexandre Julliard
· 25 years ago
ad47a30
Implemented waitable timers.
by Alexandre Julliard
· 25 years ago
d7e85d6
Added registry support to the server.
by Alexandre Julliard
· 25 years ago
eef7025
Added support for WriteProcessMemory through the server.
by Alexandre Julliard
· 25 years ago
8b8828f
Added support for ReadProcessMemory through the server.
by Alexandre Julliard
· 25 years ago
ec7bb23
Added support for CREATE_SUSPENDED flag in CreateProcess.
by Alexandre Julliard
· 25 years ago
019211f
Added socket interface to wineserver.
by Ove Kaaven
· 25 years ago
ebe29ef
Further server optimizations:
by Alexandre Julliard
· 26 years ago
5bc7808
Made server communication faster by using a shared memory block.
by Alexandre Julliard
· 26 years ago
[Renamed (74%) from include/server/request.h]
e712e07
Added debug events support.
by Alexandre Julliard
· 26 years ago
43c190e
Server reorganization:
by Alexandre Julliard
· 26 years ago
371fd75
Added new CLIENT_DebuggerRequest routine, implemented support for
by Ulrich Weigand
· 26 years ago
f692d44
Added new_process and init_process request.
by Alexandre Julliard
· 26 years ago
6d4ee73
Added get/set_handle_info request.
by Alexandre Julliard
· 26 years ago
fdc92ba
Added server snapshot support (processes only for now).
by Alexandre Julliard
· 26 years ago
4b46112
Added input queue to server-side console object,
by Alexandre Julliard
· 26 years ago
62a8b43
Hacked server-side device support
by Alexandre Julliard
· 26 years ago
0562539
Implemented file sharing checks in the server.
by Alexandre Julliard
· 26 years ago
a8b8d9c
Added server-side file mapping object support.
by Alexandre Julliard
· 26 years ago
63cb0f8
Added change notifications. Added global handle support.
by Alexandre Julliard
· 26 years ago
aa0ebd0
Added several file server requests Added server-side pipes and consoles
by Alexandre Julliard
· 26 years ago
338e757
Added beginnings of server-side file handling.
by Alexandre Julliard
· 26 years ago
d30dfd2
Release 980927
by Alexandre Julliard
· 27 years ago
wine-980927
85ed45e
Release 980822
by Alexandre Julliard
· 27 years ago
wine-980822
767e6f6
Release 980809
by Alexandre Julliard
· 27 years ago
wine-980809