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