1. 05b6618 Unconditionally set O_NONBLOCK when opening. by Mike McCormack · 24 years ago
  2. b8dd37d Don't create the WINEPREFIX directory if it doesn't exist. by Alexandre Julliard · 24 years ago
  3. d66130a Don't crash if send_thread_wakeup() fails. by Andreas Mohr · 24 years ago
  4. d253c58 Rewrote most of SendMessage/PeekMessage. by Alexandre Julliard · 24 years ago
  5. 5dda1f7 Set executable permissions when creating .exe/.com files. by Bernhard Rosenkraenzer · 24 years ago
  6. 37ec927 Use the new protocol.def file to build the request structures. by Alexandre Julliard · 24 years ago
  7. 705e7d7 Added STATUS_* constant for named pipes. Return STATUS_PIPE_NOT_AVAILABLE by Ove Kaaven · 24 years ago
  8. 5f258c6 Backed out the suspend_process_for_ptrace change. by Alexandre Julliard · 24 years ago
  9. 10109e6 Removed unused functions suspend/remove_all_threads. by Alexandre Julliard · 24 years ago
  10. 7614180 Small fixes to the debugger support. by Alexandre Julliard · 24 years ago
  11. e630aa0 Merge WM_MOUSEMOVE messages. by Alexandre Julliard · 24 years ago
  12. de7c300 Start implementing named pipes. by Mike McCormack · 24 years ago
  13. 9f55ae6 - Remove cooked hardware messages when they are dropped (reported by by Alexandre Julliard · 24 years ago
  14. 585e976 Remove truncate debug message printed on successful truncates. by Mike McCormack · 24 years ago
  15. 4b0343d Moved queue paint count to the server. Removed a few no longer used routines. by Alexandre Julliard · 24 years ago
  16. 838d65a Moved hardware message queue handling to the server. by Alexandre Julliard · 24 years ago
  17. 4b29d66 Ignore EAGAIN errors in read_request. by Alexandre Julliard · 24 years ago
  18. e81bf3f SetFilePointer correction; return ERROR_NEGATIVE_SEEK (broken by the by Bill Medland · 24 years ago
  19. 6bb990f Drop any file64 functions, try to use system supplied 64-bit mode by by Marcus Meissner · 24 years ago
  20. 63b1d17 Take message filters into account for WM_PAINT too. by Gerard Patel · 24 years ago
  21. 476c2b4 Fixed reply_message when there is no received message. by Eric Pouech · 24 years ago
  22. 9be457d Fixed typo in message filter check. by Alexandre Julliard · 24 years ago
  23. 51ab43b Moved the major part of message queue and window timer handling into by Alexandre Julliard · 24 years ago
  24. 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
  25. 18bf392 Added support for NetBSD. by Bang Jun-Young · 24 years ago
  26. ada7383 Preserve the TF (Trap Flag) when continuing from a ptraced suspend. by Ove Kaaven · 24 years ago
  27. 84fdfd0 Repaired shared PE data sections. by Alexandre Julliard · 24 years ago
  28. 21044c6 Fixed handling of \\Registry prefix. by Alexandre Julliard · 24 years ago
  29. 09cc91d Make sure the process socket is non-blocking. by Alexandre Julliard · 24 years ago
  30. 1c32a46 Use poll() on the client-side during server waits to implement overlapped I/O. by Michael McCormack · 24 years ago
  31. a5a872e Use the new send_fd mechanism for the set_console_fd server request. by Alexandre Julliard · 24 years ago
  32. 3ea0c07 Warning fixes. by Jeff Garzik · 24 years ago
  33. f46eb1d Added some inclusions of string.h where necessary. by Jeff Garzik · 24 years ago
  34. 147ddfe Removed broken support for EV_TXEMPTY because it causes busy loops. by Mike McCormack · 24 years ago
  35. 7526540 Add missing release object so server exits cleanly. by Mike McCormack · 24 years ago
  36. e5dedb1 Added support for nested server waits (to allow waiting in signal handlers). by Alexandre Julliard · 24 years ago
  37. 566a52a Changed isolated for loops to while loops (based on a patch by Andreas Mohr). by Alexandre Julliard · 24 years ago
  38. 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
  39. f524240 New mechanism to transfer file descriptors from client to server. by Alexandre Julliard · 24 years ago
  40. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  41. d90e964 Added separate server pipe to wait on blocking server calls. by Alexandre Julliard · 24 years ago
  42. 5f195f8 Small server protocol cleanups. by Alexandre Julliard · 24 years ago
  43. a4bc5a2 Pass the stdin/stdout handles on startup to use as console (based on a by Alexandre Julliard · 24 years ago
  44. e939eae Made exception_event_request non-blocking, and added by Alexandre Julliard · 24 years ago
  45. e9936d9 Changed wait_process and wait_debug_event requests to never block; by Alexandre Julliard · 24 years ago
  46. 22c80a2 Workaround for SuSE 7 2.2.16 kernel bug. by Andreas Mohr · 24 years ago
  47. 558b660 Added a simple usage() function. by Josh DuBois · 24 years ago
  48. 21ea8a9 Calculate the timeout time once when the async is created. by Mike McCormack · 24 years ago
  49. 2362380 Added separate queue for "system" APCs that get called even when the by Alexandre Julliard · 24 years ago
  50. ad29b90 Send the exe file handle in init_process_done request. by Alexandre Julliard · 24 years ago
  51. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  52. 7f74824 Fixed error recovery during thread creation. by Alexandre Julliard · 24 years ago
  53. 63411db Avoid dup'ing file descriptors when not necessary. by Alexandre Julliard · 24 years ago
  54. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  55. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  56. ecae926 Needs to include windef.h. by François Gouget · 24 years ago
  57. 0b6a79c Converted enum_key_value request to the new request mechanism. by Alexandre Julliard · 24 years ago
  58. 0c86432 Changed the condition so it also works in case when sscanf returns EOF. by Martin Pilka · 24 years ago
  59. e2222fd Use libwine and libwine_unicode directly from their build directory by Alexandre Julliard · 24 years ago
  60. 1c99af4 Check the attributes of the *current* section, not only the attributes by Andreas Mohr · 24 years ago
  61. 7a4e599 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  62. 2af03e4 Do not include sys/ptrace.h and sys/user.h unconditionally. by Dimitrie O. Paun · 24 years ago
  63. 0b7a7bb Include config.h in files that test for constants defined in it. by Dimitrie O. Paun · 24 years ago
  64. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  65. 1eac191 - created server object for handling async i/o by Mike McCormack · 24 years ago
  66. abe635c Get rid of some warnings about unused variables, signed/unsigned by Joerg Mayer · 24 years ago
  67. 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
  68. 650ba4d Move inline and static to the beginning of declarations. by Joerg Mayer · 24 years ago
  69. a5b696b Fixes for OpenBSD. by Federico Schwindt · 24 years ago
  70. d2e2bb2 Added LDFLAGS to linking of wine-related binaries. by Kristoffer Gleditsch · 24 years ago
  71. a9f6a9d Explicitly initialize structures. by Patrik Stridvall · 24 years ago
  72. 959d73e Reduce the number of warnings about missing initializers. by Joerg Mayer · 24 years ago
  73. 1f01236 Add appropriate casts to caddr_t for the third parameter of ptrace(). by Gerald Pfeifer · 24 years ago
  74. 57f05e1 Converted a few more server requests to the new mechanism. by Alexandre Julliard · 24 years ago
  75. 21b099f After accept is called on the socket, the listening socket needs to be by Stephane Lussier · 24 years ago
  76. 454355e Convert NtQueryKey and NtEnumerateKey to the new request mechanism. by Alexandre Julliard · 24 years ago
  77. bcf393a Converted some of the registry server requests to the new request mechanism. by Alexandre Julliard · 25 years ago
  78. 0d5f1ab Socket returned by accept function of Microsoft API should keep the by Stephane Lussier · 25 years ago
  79. c941eff Make GetTickCount not use the whole Unix epoch (since 1970) any more, by Andreas Mohr · 25 years ago
  80. 654fcc7 Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts. by Mike McCormack · 25 years ago
  81. 44b5bf5 Added serial port object to the server. by Mike McCormack · 25 years ago
  82. 7a0f96c Adapted Winsock to Linux 2.4 TCP socket poll() behaviour by Ove Kaaven · 25 years ago
  83. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  84. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  85. 8611353 Added the data structures and macros that will be needed to support by Alexandre Julliard · 25 years ago
  86. 1c79bbb Fixed typo in HKEY_CURRENT_CONFIG name. by Albert den Haan · 25 years ago
  87. 6c8d917 Added a real root key and simplified creation of the HKEY_* special root keys. by Alexandre Julliard · 25 years ago
  88. ea1afce Added APC support in waitable timers. by Alexandre Julliard · 25 years ago
  89. c19e1a7 Implemented SEC_IMAGE mappings and shared PE sections (with the help by Alexandre Julliard · 25 years ago
  90. c10c9ef Made server startup more robust against races caused by a previous by Alexandre Julliard · 25 years ago
  91. 66791af Fix for 64-bit negative seek value. by Hidenori Takeshima · 25 years ago
  92. 7e495e1 Make unicode.o into a separate ELF library so that we can use it from by Alexandre Julliard · 25 years ago
  93. 56adb25 In set_socket_event, the event should be signaled if there's a pending by Stephane Lussier · 25 years ago
  94. ed923a5 More verbose error message. by Andreas Mohr · 25 years ago
  95. 2f158c2 Removed @PROGEXT@ (it was broken anyway). by Alexandre Julliard · 25 years ago
  96. a37dec0 Pass the main exe name in the CREATE_PROCESS debug event. by Alexandre Julliard · 25 years ago
  97. afd6a4b Updated support for Solaris/Sparc architecture. by Ulrich Weigand · 25 years ago
  98. 43a27e3 Implemented local atoms in the server. by Turchanov Sergei · 25 years ago
  99. c5e433a Moved idle event handling to the server. by Alexandre Julliard · 25 years ago
  100. 17d1e9e Fixed issues found by winapi_check. by Patrik Stridvall · 25 years ago