1. 0ea28a6 make_requests: Correct comment in header (minor patch). by Daniel Santos · 16 years ago
  2. 53929f1 server: Make all dump function take a prefix string to simplify the tracing code. by Alexandre Julliard · 16 years ago
  3. 653d2c4 server: Store the type of CPU that the client is running on. by Alexandre Julliard · 16 years ago
  4. 913e792 server: Store process/thread affinity as a 64-bit value. by Alexandre Julliard · 16 years ago
  5. 7f1dc35 server: Generate padding in request structures from make_requests. by Alexandre Julliard · 16 years ago
  6. 8c8c665 server: Reorganize some requests to avoid padding, and make remaining padding explicit. by Alexandre Julliard · 16 years ago
  7. 0c914e4 server: Make atom_t an unsigned int to avoid padding issues. by Alexandre Julliard · 16 years ago
  8. fa86438 server: Make TEB and PEB client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  9. 6db2010 server: Make the various async I/O parameters client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  10. c86ec64 server: Make a couple of fields smaller in the apc_call_t/apc_result_t structures. by Alexandre Julliard · 16 years ago
  11. 838803c server: Make the address parameters in inter-process virtual memory calls client_ptr_t. by Alexandre Julliard · 16 years ago
  12. 947976f server: Store module names as client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  13. f2c4e09 server: Make module handles always 64-bit. by Alexandre Julliard · 16 years ago
  14. cb2788e server: Add a module_handle_t type to represent client-side module handles. by Alexandre Julliard · 16 years ago
  15. a7b3efd server: Store the async handle inside the async_data_t structure. by Alexandre Julliard · 16 years ago
  16. 3cd817b server: Make lparam_t always 64-bit. by Alexandre Julliard · 16 years ago
  17. a6216ab server: Make apc_param_t always 64-bit. by Alexandre Julliard · 16 years ago
  18. 29d9759 server: Use mem_size_t instead of file_pos_t for memory mapping sizes. by Alexandre Julliard · 16 years ago
  19. 401f4b7 server: Make mem_size_t always 64-bit. by Alexandre Julliard · 16 years ago
  20. f6fa72d server: Make async I/O transfer sizes always 32-bit. by Alexandre Julliard · 16 years ago
  21. dc7f170 server: Add an apc_param_t type to store APC client-side parameters. by Alexandre Julliard · 16 years ago
  22. f4ec583 tools: Keep track of requests sizes and alignments in make_requests. by Alexandre Julliard · 16 years ago
  23. 37f3691 tools: Re-use the file updating routines from make_makefiles in make_requests. by Alexandre Julliard · 16 years ago
  24. 31282b3 server: Define an lparam_t type for message parameters that can hold all sorts of data. by Alexandre Julliard · 16 years ago
  25. 77cf803 server: Don't use size_t for module sizes, they are limited to 2Gb anyway. by Alexandre Julliard · 16 years ago
  26. d764107 server: Make user handles ints instead of pointers. by Alexandre Julliard · 16 years ago
  27. 0d3d456 server: Make object handles ints instead of pointers. by Alexandre Julliard · 16 years ago
  28. 3343c40 server: Convert the registry key modification time to a win32-style time. by Alexandre Julliard · 16 years ago
  29. df17fcd make_requests: Do not generate code that casts zero to a pointer. by Michael Stefaniuc · 16 years ago
  30. 235532c server: Use the file_pos_t type for file sizes and offsets in the protocol structures. by Alexandre Julliard · 17 years ago
  31. 737148c server: Add a specific data type for ioctl codes so they can be printed as symbols. by Alexandre Julliard · 18 years ago
  32. aaf477f server: Change the timeout handling to use NT-style 64-bit timeouts everywhere. by Alexandre Julliard · 18 years ago
  33. 3d39c62 make_requests: More aggressive grepping for status values. by Alexandre Julliard · 18 years ago
  34. 111610c server: Add an async_data_t structure to store parameters for async I/O requests. by Alexandre Julliard · 18 years ago
  35. c2cb296 ntdll: Implement NtAllocateLocallyUniqueId with server call. by Juan Lang · 18 years ago
  36. fb40dc4 server: Added mechanism for returning results of APC calls. by Alexandre Julliard · 18 years ago
  37. 60d6518 make_requests: Grab status names from async_terminate calls too. by Alexandre Julliard · 18 years ago
  38. 5c8421d server: Add a generic apc_call structure to make it easier to extend, and more type-safe. by Alexandre Julliard · 18 years ago
  39. 0f273c1 server: Added data_size_t type to represent sizes in the server protocol. by Alexandre Julliard · 19 years ago
  40. f386950 server: Use unsigned long for request types that are 64bit in win64. by Mike McCormack · 19 years ago
  41. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  42. 58273ea server: More generic mechanism for adding typecasts in server traces. by Alexandre Julliard · 19 years ago
  43. 830d1ed Automatically generate the list of error names in make_requests. by Alexandre Julliard · 20 years ago
  44. 691884b Restore chunk of code lost in previous changes. by Alexandre Julliard · 20 years ago
  45. 11a7b29 Declare DO_DUMP_FUNC() before calling it and call normally so that by Francois Gouget · 20 years ago
  46. bd007ba Add 'use strict'. by Francois Gouget · 21 years ago
  47. 2700551 Cast time_t to long for printing. by Gerald Pfeifer · 22 years ago
  48. 462172a Added abs_time_t structure to the server protocol, and added a dump by Alexandre Julliard · 22 years ago
  49. 91befe1 Made process and thread ids small integers instead of pointers. by Alexandre Julliard · 22 years ago
  50. b3332d7 Converted the server to -DSTRICT. by Alexandre Julliard · 22 years ago
  51. 54f2287 Added process_id_t and thread_it_t types to the server interface by Alexandre Julliard · 23 years ago
  52. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  53. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  54. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  55. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  56. 0d50965 Added requests to store window rectangles in the server. by Alexandre Julliard · 23 years ago
  57. d8a8c11 Added atom_t type for atoms to make sure we use the same type by Alexandre Julliard · 23 years ago
  58. 1a66d22 Added global management of user handles in the server. by Alexandre Julliard · 24 years ago
  59. 37ec927 Use the new protocol.def file to build the request structures. by Alexandre Julliard · 24 years ago
  60. 838d65a Moved hardware message queue handling to the server. by Alexandre Julliard · 24 years ago
  61. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  62. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  63. 57f05e1 Converted a few more server requests to the new mechanism. by Alexandre Julliard · 24 years ago
  64. bcf393a Converted some of the registry server requests to the new request mechanism. by Alexandre Julliard · 25 years ago
  65. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  66. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  67. 8611353 Added the data structures and macros that will be needed to support by Alexandre Julliard · 25 years ago
  68. ef88637 Made request tracing more robust against bogus lengths. by Alexandre Julliard · 25 years ago
  69. ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
  70. 5fb5456 Added server protocol version check. by Alexandre Julliard · 25 years ago
  71. 0a7c1f6 Implemented GetThreadSelectorEntry through the server. by Alexandre Julliard · 25 years ago
  72. 3e2517c Added Get/SetThreadContext support through the server. by Alexandre Julliard · 25 years ago
  73. fbb9a9f Differentiate tracing functions between request and reply. by Alexandre Julliard · 25 years ago
  74. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  75. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  76. 039aa42 Return console handles in alloc_console request. by Alexandre Julliard · 26 years ago
  77. d2b7a0b Added support for dumping variable-size data of server replies. by Alexandre Julliard · 26 years ago
  78. 43c190e Server reorganization: by Alexandre Julliard · 26 years ago
  79. 1ae869c Added env ptr to new_process request by Alexandre Julliard · 26 years ago
  80. 9120c0a Added long type format. by Alexandre Julliard · 26 years ago
  81. 502055f Send debugging output to stderr. by Alexandre Julliard · 26 years ago
  82. 338e757 Added beginnings of server-side file handling. by Alexandre Julliard · 26 years ago
  83. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  84. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809