1. 3ea0c07 Warning fixes. by Jeff Garzik · 24 years ago
  2. f46eb1d Added some inclusions of string.h where necessary. by Jeff Garzik · 24 years ago
  3. 147ddfe Removed broken support for EV_TXEMPTY because it causes busy loops. by Mike McCormack · 24 years ago
  4. 7526540 Add missing release object so server exits cleanly. by Mike McCormack · 24 years ago
  5. e5dedb1 Added support for nested server waits (to allow waiting in signal handlers). by Alexandre Julliard · 24 years ago
  6. 566a52a Changed isolated for loops to while loops (based on a patch by Andreas Mohr). by Alexandre Julliard · 24 years ago
  7. 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
  8. f524240 New mechanism to transfer file descriptors from client to server. by Alexandre Julliard · 24 years ago
  9. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  10. d90e964 Added separate server pipe to wait on blocking server calls. by Alexandre Julliard · 24 years ago
  11. 5f195f8 Small server protocol cleanups. by Alexandre Julliard · 24 years ago
  12. a4bc5a2 Pass the stdin/stdout handles on startup to use as console (based on a by Alexandre Julliard · 24 years ago
  13. e939eae Made exception_event_request non-blocking, and added by Alexandre Julliard · 24 years ago
  14. e9936d9 Changed wait_process and wait_debug_event requests to never block; by Alexandre Julliard · 24 years ago
  15. 22c80a2 Workaround for SuSE 7 2.2.16 kernel bug. by Andreas Mohr · 24 years ago
  16. 558b660 Added a simple usage() function. by Josh DuBois · 24 years ago
  17. 21ea8a9 Calculate the timeout time once when the async is created. by Mike McCormack · 24 years ago
  18. 2362380 Added separate queue for "system" APCs that get called even when the by Alexandre Julliard · 24 years ago
  19. ad29b90 Send the exe file handle in init_process_done request. by Alexandre Julliard · 24 years ago
  20. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  21. 7f74824 Fixed error recovery during thread creation. by Alexandre Julliard · 24 years ago
  22. 63411db Avoid dup'ing file descriptors when not necessary. by Alexandre Julliard · 24 years ago
  23. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  24. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  25. ecae926 Needs to include windef.h. by François Gouget · 24 years ago
  26. 0b6a79c Converted enum_key_value request to the new request mechanism. by Alexandre Julliard · 24 years ago
  27. 0c86432 Changed the condition so it also works in case when sscanf returns EOF. by Martin Pilka · 24 years ago
  28. e2222fd Use libwine and libwine_unicode directly from their build directory by Alexandre Julliard · 24 years ago
  29. 1c99af4 Check the attributes of the *current* section, not only the attributes by Andreas Mohr · 24 years ago
  30. 7a4e599 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  31. 2af03e4 Do not include sys/ptrace.h and sys/user.h unconditionally. by Dimitrie O. Paun · 24 years ago
  32. 0b7a7bb Include config.h in files that test for constants defined in it. by Dimitrie O. Paun · 24 years ago
  33. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  34. 1eac191 - created server object for handling async i/o by Mike McCormack · 24 years ago
  35. abe635c Get rid of some warnings about unused variables, signed/unsigned by Joerg Mayer · 24 years ago
  36. 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
  37. 650ba4d Move inline and static to the beginning of declarations. by Joerg Mayer · 24 years ago
  38. a5b696b Fixes for OpenBSD. by Federico Schwindt · 24 years ago
  39. d2e2bb2 Added LDFLAGS to linking of wine-related binaries. by Kristoffer Gleditsch · 24 years ago
  40. a9f6a9d Explicitly initialize structures. by Patrik Stridvall · 24 years ago
  41. 959d73e Reduce the number of warnings about missing initializers. by Joerg Mayer · 24 years ago
  42. 1f01236 Add appropriate casts to caddr_t for the third parameter of ptrace(). by Gerald Pfeifer · 24 years ago
  43. 57f05e1 Converted a few more server requests to the new mechanism. by Alexandre Julliard · 24 years ago
  44. 21b099f After accept is called on the socket, the listening socket needs to be by Stephane Lussier · 24 years ago
  45. 454355e Convert NtQueryKey and NtEnumerateKey to the new request mechanism. by Alexandre Julliard · 24 years ago
  46. bcf393a Converted some of the registry server requests to the new request mechanism. by Alexandre Julliard · 24 years ago
  47. 0d5f1ab Socket returned by accept function of Microsoft API should keep the by Stephane Lussier · 25 years ago
  48. c941eff Make GetTickCount not use the whole Unix epoch (since 1970) any more, by Andreas Mohr · 25 years ago
  49. 654fcc7 Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts. by Mike McCormack · 25 years ago
  50. 44b5bf5 Added serial port object to the server. by Mike McCormack · 25 years ago
  51. 7a0f96c Adapted Winsock to Linux 2.4 TCP socket poll() behaviour by Ove Kaaven · 25 years ago
  52. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  53. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  54. 8611353 Added the data structures and macros that will be needed to support by Alexandre Julliard · 25 years ago
  55. 1c79bbb Fixed typo in HKEY_CURRENT_CONFIG name. by Albert den Haan · 25 years ago
  56. 6c8d917 Added a real root key and simplified creation of the HKEY_* special root keys. by Alexandre Julliard · 25 years ago
  57. ea1afce Added APC support in waitable timers. by Alexandre Julliard · 25 years ago
  58. c19e1a7 Implemented SEC_IMAGE mappings and shared PE sections (with the help by Alexandre Julliard · 25 years ago
  59. c10c9ef Made server startup more robust against races caused by a previous by Alexandre Julliard · 25 years ago
  60. 66791af Fix for 64-bit negative seek value. by Hidenori Takeshima · 25 years ago
  61. 7e495e1 Make unicode.o into a separate ELF library so that we can use it from by Alexandre Julliard · 25 years ago
  62. 56adb25 In set_socket_event, the event should be signaled if there's a pending by Stephane Lussier · 25 years ago
  63. ed923a5 More verbose error message. by Andreas Mohr · 25 years ago
  64. 2f158c2 Removed @PROGEXT@ (it was broken anyway). by Alexandre Julliard · 25 years ago
  65. a37dec0 Pass the main exe name in the CREATE_PROCESS debug event. by Alexandre Julliard · 25 years ago
  66. afd6a4b Updated support for Solaris/Sparc architecture. by Ulrich Weigand · 25 years ago
  67. 43a27e3 Implemented local atoms in the server. by Turchanov Sergei · 25 years ago
  68. c5e433a Moved idle event handling to the server. by Alexandre Julliard · 25 years ago
  69. 17d1e9e Fixed issues found by winapi_check. by Patrik Stridvall · 25 years ago
  70. a01004d Added support for registry values larger than the server buffer. by Alexandre Julliard · 25 years ago
  71. d27624b Store process file name in startup info. Fixed exe_file handling. by Alexandre Julliard · 25 years ago
  72. f818d42 Fixed COORD structure definition. by Alexandre Julliard · 25 years ago
  73. ba3e2ab Small optimization. by Alexandre Julliard · 25 years ago
  74. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  75. e29dbc5 Fixed some warnings. by Patrik Stridvall · 25 years ago
  76. 27d31a5 Removed permission checks in create_key and delete_key. It seems by Alexandre Julliard · 25 years ago
  77. 07d8446 Implemented thread and (partial) module snapshots, based on the work by Alexandre Julliard · 25 years ago
  78. c970904 Save the registry on server exit without client intervention. by Alexandre Julliard · 25 years ago
  79. d804111 Made server launching somewhat cleaner and faster. by Alexandre Julliard · 25 years ago
  80. 6a72dc5 Load done event now created by the server. by Alexandre Julliard · 25 years ago
  81. 9d10afa Clear status for sending exception event. by Eric Pouech · 25 years ago
  82. 1134215 Temporary hack to share handles between processes sharing the same by Alexandre Julliard · 25 years ago
  83. f6507ed Do not send a debug event for a thread until the previous event for by Alexandre Julliard · 25 years ago
  84. de1d5ad Added support for WINEPREFIX environment variable. by Alexandre Julliard · 25 years ago
  85. d392831 Increment suspend count before attempting attach in suspend_for_ptrace. by Alexandre Julliard · 25 years ago
  86. ef88637 Made request tracing more robust against bogus lengths. by Alexandre Julliard · 25 years ago
  87. b73421d Set thread start address to 0 on events generated by by Alexandre Julliard · 25 years ago
  88. cb98a6e Handle POLLHUP better (delay FD_CLOSE notification until all data has by Ove Kaaven · 25 years ago
  89. 32a5b63 Moved some registry definitions to winnt.h. by Andreas Mohr · 25 years ago
  90. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  91. 77c3055 Handle socket POLLERR/POLLHUP conditions properly. by Ove Kaaven · 25 years ago
  92. 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
  93. 361adc8 Ensure that non-NULL terminated stings are saved correctly. by Huw D M Davies · 25 years ago
  94. de1ff66 Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to by Peter Hunnisett · 25 years ago
  95. 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
  96. cd8cf5e Avoid SIGSTOP/SIGCONT race when ptrace is disabled. by Alexandre Julliard · 25 years ago
  97. 98aacc7 Avoid SIGSTOP/SIGCONT race when ptrace is disabled. by Alexandre Julliard · 25 years ago
  98. f2f1ff3 Fixed bug in generate_startup_debug_events(). by Alexandre Julliard · 25 years ago
  99. ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
  100. 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago