- 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 · 24 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
- a01004d Added support for registry values larger than the server buffer. by Alexandre Julliard · 25 years ago
- d27624b Store process file name in startup info. Fixed exe_file handling. by Alexandre Julliard · 25 years ago
- f818d42 Fixed COORD structure definition. by Alexandre Julliard · 25 years ago
- ba3e2ab Small optimization. by Alexandre Julliard · 25 years ago
- 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
- e29dbc5 Fixed some warnings. by Patrik Stridvall · 25 years ago
- 27d31a5 Removed permission checks in create_key and delete_key. It seems by Alexandre Julliard · 25 years ago
- 07d8446 Implemented thread and (partial) module snapshots, based on the work by Alexandre Julliard · 25 years ago
- c970904 Save the registry on server exit without client intervention. by Alexandre Julliard · 25 years ago
- d804111 Made server launching somewhat cleaner and faster. by Alexandre Julliard · 25 years ago
- 6a72dc5 Load done event now created by the server. by Alexandre Julliard · 25 years ago
- 9d10afa Clear status for sending exception event. by Eric Pouech · 25 years ago
- 1134215 Temporary hack to share handles between processes sharing the same by Alexandre Julliard · 25 years ago
- f6507ed Do not send a debug event for a thread until the previous event for by Alexandre Julliard · 25 years ago
- de1d5ad Added support for WINEPREFIX environment variable. by Alexandre Julliard · 25 years ago
- d392831 Increment suspend count before attempting attach in suspend_for_ptrace. by Alexandre Julliard · 25 years ago
- ef88637 Made request tracing more robust against bogus lengths. by Alexandre Julliard · 25 years ago
- b73421d Set thread start address to 0 on events generated by by Alexandre Julliard · 25 years ago
- cb98a6e Handle POLLHUP better (delay FD_CLOSE notification until all data has by Ove Kaaven · 25 years ago
- 32a5b63 Moved some registry definitions to winnt.h. by Andreas Mohr · 25 years ago
- 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
- 77c3055 Handle socket POLLERR/POLLHUP conditions properly. by Ove Kaaven · 25 years ago
- 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
- 361adc8 Ensure that non-NULL terminated stings are saved correctly. by Huw D M Davies · 25 years ago
- de1ff66 Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to by Peter Hunnisett · 25 years ago
- 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
- cd8cf5e Avoid SIGSTOP/SIGCONT race when ptrace is disabled. by Alexandre Julliard · 25 years ago
- 98aacc7 Avoid SIGSTOP/SIGCONT race when ptrace is disabled. by Alexandre Julliard · 25 years ago
- f2f1ff3 Fixed bug in generate_startup_debug_events(). by Alexandre Julliard · 25 years ago
- ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
- 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago