Alexandre Julliard
|
7d7322671c
server: Define a server-side structure for LUID_AND_ATTRIBUTES.
|
2 years ago |
Rémi Bernon
|
fc64aa7e7c
server: Send HID report data with the WM_INPUT messages.
|
3 years ago |
Alexandre Julliard
|
339ed57643
server: Get rid of the CPU type and functions.
|
3 years ago |
Alexandre Julliard
|
928a22cd02
server: Add a data type for generic access mappings.
|
3 years ago |
Jacek Caban
|
35352575e4
server: Remove no longer needed fill_console_output request.
|
4 years ago |
Alexandre Julliard
|
b925dd78b8
ntdll: Use the actual zero_bits parameter in the server requests.
|
4 years ago |
Piotr Caban
|
321d26cbb4
server: Use correct clock in select.
|
4 years ago |
Rémi Bernon
|
f181d5ce82
tools: Only update protocol version if something changed.
|
4 years ago |
Gijs Vermeulen
|
6ca93646be
server: Add support for additional fields in set_console_output_info.
|
5 years ago |
Jacek Caban
|
5e0b0d3521
server: Rename cpu_type_t to client_cpu_t.
|
5 years ago |
Jacek Caban
|
8bce6309ac
server: Pass IRP output size in irp_params_t.
|
5 years ago |
Alexandre Julliard
|
424a379f64
server: Return a WSA error code in create_socket.
|
6 years ago |
Akihiro Sagawa
|
4fbabc2add
tools: Support multiple error name tokens in a line.
|
7 years ago |
Akihiro Sagawa
|
c8faa1925c
tools: Also ignore STATUS_WAIT_0.
|
7 years ago |
Sebastian Lackner
|
6d2169649e
tools: Remove redundant check for request size in make_requests.
|
9 years ago |
Alexandre Julliard
|
d087ea6798
server: Pass the device client pointer as part of the IRP parameters.
|
9 years ago |
Alexandre Julliard
|
311f786286
server: Add a common structure to store irp parameters.
|
9 years ago |
Alexandre Julliard
|
02e30f5f77
server: Pass the original hardware input data to the server and set the message parameters on the server side.
|
13 years ago |
Alexandre Julliard
|
3044d734b1
server: Fix structure padding for requests that have a reply.
|
14 years ago |
Daniel Santos
|
0ea28a649b
make_requests: Correct comment in header (minor patch).
|
15 years ago |
Alexandre Julliard
|
53929f1906
server: Make all dump function take a prefix string to simplify the tracing code.
|
15 years ago |
Alexandre Julliard
|
653d2c4a8d
server: Store the type of CPU that the client is running on.
|
15 years ago |
Alexandre Julliard
|
913e792b57
server: Store process/thread affinity as a 64-bit value.
|
16 years ago |
Alexandre Julliard
|
7f1dc355ec
server: Generate padding in request structures from make_requests.
|
16 years ago |
Alexandre Julliard
|
8c8c665a3c
server: Reorganize some requests to avoid padding, and make remaining padding explicit.
|
16 years ago |
Alexandre Julliard
|
0c914e475d
server: Make atom_t an unsigned int to avoid padding issues.
|
16 years ago |
Alexandre Julliard
|
fa8643805b
server: Make TEB and PEB client_ptr_t instead of void pointers.
|
16 years ago |
Alexandre Julliard
|
6db201080f
server: Make the various async I/O parameters client_ptr_t instead of void pointers.
|
16 years ago |
Alexandre Julliard
|
c86ec6445c
server: Make a couple of fields smaller in the apc_call_t/apc_result_t structures.
|
16 years ago |
Alexandre Julliard
|
838803ce24
server: Make the address parameters in inter-process virtual memory calls client_ptr_t.
|
16 years ago |