1. 2f80fcd server: Changed the get_next_hook request to allow retrieving the current hook too. by Alexandre Julliard · 18 years ago
  2. 533f519 user32: Store the prev_unicode hook flag on the client side. by Alexandre Julliard · 18 years ago
  3. 81c1472 user32: The per-window user data must be a DWORD_PTR. by Alexandre Julliard · 18 years ago
  4. e0dcf4f server: Rearrange a few fields to avoid wasting padding space on 64 bits. by Alexandre Julliard · 18 years ago
  5. 3ad9798 server: Pass the data for message callbacks as vararg from the client side. by Alexandre Julliard · 18 years ago
  6. 29a3ce9 server: Return the data for callback results in the varargs part of the get_message request. by Alexandre Julliard · 18 years ago
  7. 59dc456 server: Return the data for winevent hooks in the varargs part of the get_message request. by Alexandre Julliard · 18 years ago
  8. 8cb932e ntdll: Implemented AmILastThread information class for NtQueryInformationThread. by Eric Pouech · 19 years ago
  9. 01dd1ff ntdll: Implement FSCTL_DISMOUNT_VOLUME for MacOSX. by Alexandre Julliard · 18 years ago
  10. 5664b8e server: Win64 printf format warning fixes. by Michael Stefaniuc · 19 years ago
  11. 85ce511 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. by Michael Stefaniuc · 19 years ago
  12. 81977b7 server: Kill the process without SIGTERM when the fd socket is closed. by Alexandre Julliard · 19 years ago
  13. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  14. 4d7b230 server: Translate errnos ENFILE and EMFILE to STATUS_TOO_MANY_OPENED_FILES, by Robert Shearman · 19 years ago
  15. 13a93b4 configure: Set rpath on all executables that link to libwine. by Alexandre Julliard · 19 years ago
  16. 261691f server: Use ntdll values where possible. by Mike McCormack · 19 years ago
  17. 498b781 server: Store the actual process count in snapshots. by Alexandre Julliard · 19 years ago
  18. 1089260 configure: Only link against libpoll where really necessary. by Alexandre Julliard · 19 years ago
  19. 3a4c04d server: Make sure to completely kill processes before returning from a wineserver -k. by Alexandre Julliard · 19 years ago
  20. 68e850e server: Send a SIGKILL to processes that don't terminate properly. by Alexandre Julliard · 19 years ago
  21. 753c870 server: Only call gettimeofday once per poll loop. by Alexandre Julliard · 19 years ago
  22. 672bfc2 server: Make the message extra info 64 bits on Win64. by Alexandre Julliard · 19 years ago
  23. d3b3096 server: Split the queuing of hardware messages into a separate send_hardware_message request. by Alexandre Julliard · 19 years ago
  24. 2886e9b makefiles: Use make dependencies to create installation directories. by Alexandre Julliard · 19 years ago
  25. c827892 server: Added support for kqueue() as an alternative to poll() on FreeBSD. by Alexandre Julliard · 19 years ago
  26. 2f40727 server: Abstract the epoll functions a bit more. by Alexandre Julliard · 19 years ago
  27. 3538c0c server: Remove unused thread_apc member. by Thomas Kho · 19 years ago
  28. 2c22996 user: Implementation of Get/SetWindowLongPtr for 64-bit platforms. by Alexandre Julliard · 19 years ago
  29. 4d1d49b server: Round up the timeout for poll() to avoid redundant calls. by Alexandre Julliard · 19 years ago
  30. 5522446 server: Don't crash on invalid request sizes. by Alexandre Julliard · 19 years ago
  31. c627601 server: Convert the server start time to the abs_time_t type. by Alexandre Julliard · 19 years ago
  32. 3095a48 server: Convert thread creation/exit times to the abs_time_t type. by Alexandre Julliard · 19 years ago
  33. ce40ef1 server: Rename the wait_input_idle request to better reflect what it does. by Alexandre Julliard · 19 years ago
  34. 40723f7 server: Make the create_async function take an absolute timeout. by Alexandre Julliard · 19 years ago
  35. a624977 server: Fix some comparisons between signed and unsigned. by Michael Stefaniuc · 19 years ago
  36. 0f273c1 server: Added data_size_t type to represent sizes in the server protocol. by Alexandre Julliard · 19 years ago
  37. 7b767fb server: Try harder to find a suitable thread for read/write_process_memory. by Alexandre Julliard · 19 years ago
  38. 4ff4ba3 server: Add new threads to end of thread_list. by Thomas Kho · 19 years ago
  39. 026dd2d ntdll: Implementation of process CreationTime and ExitTime. by Stefan Siebert · 19 years ago
  40. c316f0e server: Simplify process creation. by Alexandre Julliard · 19 years ago
  41. 54afeb0 user32: Implement Get/SetClassLongPtrA/W. by Ge van Geldorp · 19 years ago
  42. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  43. a6df163 server: Widen lparam for timers. by Ge van Geldorp · 19 years ago
  44. c242c3b server: Fixed get_thread_context for x86_64. by Alexandre Julliard · 19 years ago
  45. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  46. dd77d1a server: Only accept 0 as registry handle in functions that take a parent key. by Alexandre Julliard · 19 years ago
  47. 19e7fab user: Improve SetActiveWindow test, add SetForegroundWindow test, make them pass under Wine. by Dmitry Timoshkov · 19 years ago
  48. 2c38a7d server: Fix context_powerpc.c compilation. by Pierre d'Herbemont · 19 years ago
  49. 5d88b27 server: The "select" call passes handles, not ints. by Ge van Geldorp · 19 years ago
  50. 498742f server: Moved get/set_thread_context implementation to ptrace.c. by Alexandre Julliard · 19 years ago
  51. 86d4688 server: Moved some common bits of get/set_thread_context to thread.c. by Alexandre Julliard · 19 years ago
  52. 11ae0f6 Assorted spelling fixes. by Francois Gouget · 19 years ago
  53. 0fa7170 server: Fixed a compiler warning on MacOSX. by Alexandre Julliard · 19 years ago
  54. 1ec3e9f server: Fix a win64 warning. by Mike McCormack · 19 years ago
  55. e65349d server: Cast user handles to unsigned long for win64 compatibility. by Mike McCormack · 19 years ago
  56. e1c16ff server: Cast handles to unsigned long for win64 compatibility. by Mike McCormack · 19 years ago
  57. 0a8b344 server: Fix a possible memory leak. by Mike McCormack · 19 years ago
  58. db9b557 server: Make wparam and lparam values unsigned long for win64 compatability. by Mike McCormack · 19 years ago
  59. 38e74b3 server: Don't attach the thread input when changing parents if the new by Robert Shearman · 19 years ago
  60. 43890d8 server: Don't set the client's server field before the server has by Robert Shearman · 19 years ago
  61. 5558652 server: Don't report a fatal protocol error for things that we can recover from. by Alexandre Julliard · 19 years ago
  62. fac494c server: open_console's from field should be a handle. by Mike McCormack · 19 years ago
  63. f386950 server: Use unsigned long for request types that are 64bit in win64. by Mike McCormack · 19 years ago
  64. 202ef69 server: Print process/thread id instead of pointer in protocol errors. by Alexandre Julliard · 19 years ago
  65. 4ec9e11 server: Return an error for invalid requests instead of killing the client process. by Alexandre Julliard · 19 years ago
  66. 1d6e259 ntdll/kernel32: Pipe information. by Eric Pouech · 19 years ago
  67. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  68. 22bd7a3 server: Don't clear the QS_POSTMESSAGE flag if there is a pending quit message. by Robert Shearman · 19 years ago
  69. 3396a66 server: Retrieve the groups for a token from the server. by Robert Shearman · 19 years ago
  70. 5fb6e0e server: Avoid a crash if a registry notify event has been set already. by Mike McCormack · 19 years ago
  71. b02e6b0 server: Threads should start off without having an impersonation token. by Robert Shearman · 19 years ago
  72. d59fa77 server: Ignore the SizeOfHeaders field and compute the correct size ourselves. by Alexandre Julliard · 19 years ago
  73. f6cb551 server: Remove some no longer needed ptrace code to set registers. by Alexandre Julliard · 19 years ago
  74. d2ad6f8 ntdll: Get registers on the client side for NtGetContextThread on the current thread. by Alexandre Julliard · 19 years ago
  75. 17de829 server: Use the standard suspend mechanism to simulate a breakpoint by Alexandre Julliard · 19 years ago
  76. 0e81484 x11drv: Properly handle VK_LMENU input. by Thomas Kho · 19 years ago
  77. f9ff7bf server: Remove the use_ptrace variable. by Alexandre Julliard · 19 years ago
  78. 0fab85a server: Don't attach thread input to the desktop. by Alexandre Julliard · 19 years ago
  79. 7dbd1f0 server: Moved the tkill function to ptrace.c. by Alexandre Julliard · 19 years ago
  80. d8659a9 server: Get rid of the no longer used get_thread_single_step function. by Alexandre Julliard · 19 years ago
  81. 820c592 server: Removed the thread attached flag, since we always detach now. by Alexandre Julliard · 19 years ago
  82. 5cc97c4 server: Always detach from the thread when we are done with ptrace. by Alexandre Julliard · 19 years ago
  83. 2eb46bb explorer: Don't use ExitWindows on shutdown. by Alexandre Julliard · 19 years ago
  84. cb70931 server: Moved read/write_process_memory and get_selector_entry to ptrace.c. by Alexandre Julliard · 19 years ago
  85. 0b492c7 server: Hide assumptions about alignment inside the read_process_memory function. by Alexandre Julliard · 19 years ago
  86. 959bbf8 server: Get rid of alignment requirements in write_process_memory request. by Alexandre Julliard · 19 years ago
  87. 7a3df4d server: Free ptr in console_input_append_hist. by Robert Shearman · 19 years ago
  88. 0bf1c22 server: Handle failure of mem_alloc in duplicate_token. by Robert Shearman · 19 years ago
  89. 9e0d056 server: Handle possible mem_alloc failure in create_token. by Robert Shearman · 19 years ago
  90. d8058fb server: Should use release_object on an object instead of free. by Robert Shearman · 19 years ago
  91. 14278b4 server: Avoid comparison of -1 with an unsigned variable. by Mike McCormack · 19 years ago
  92. 3dd0b2e server: Don't single step into signal handlers. by Alexandre Julliard · 19 years ago
  93. c5c599d server: Avoid crash on startup when the configuration dir doesn't exist. by Alexandre Julliard · 19 years ago
  94. d18711e server: Store the token source. by Robert Shearman · 19 years ago
  95. f5c1381 server: Fix a race condition in the delivery of change notifications. by Mike McCormack · 19 years ago
  96. 90af5a0 server: Connect to the window station and desktop specified by startup info. by Alexandre Julliard · 19 years ago
  97. 641e9e3 server: Store window properties in the global atom table instead of by Alexandre Julliard · 19 years ago
  98. 0a36462 server: Fixed process exit code on FreeBSD. by Alexandre Julliard · 19 years ago
  99. 1c788ea server: Fix memory leak in read_process_memory handler. by Ken Thomases · 19 years ago
  100. 8e772c8 server: Fix compilation under Darwin 7. by Phil Krylov · 19 years ago