- separate cleanly between async scheduling and file IO related issues.
[wine] / server / trace.c
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-04-02  Chris MorganImplement OpenThread() winapi call.
2002-03-29  Alexandre JulliardTransfer the full process startup info as well as the...
2002-03-23  Alexandre JulliardSend message for WSAAsyncSelect sockets directly from...
2002-03-22  Alexandre JulliardCorrectly fill parent pid, module size and module name...
2002-03-12  Mike McCormackBegin to make wine an SMB client.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Alexandre JulliardReimplemented DebugBreakProcess.
2002-02-27  Eric PouechNew XP debugging APIs: implemented DebugActiveProcessStop,
2002-01-09  Martin WilckAdded support for socket flags.
2002-01-09  Martin WilckMore general approach to file descriptor types and...
2001-12-31  Alexandre JulliardFixed string type in named pipe requests.
2001-12-20  Mike McCormack- move async activation into the server
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-19  Francois GougetFix the Solaris and FreeBSD compilation errors introduc...
2001-11-13  Alexandre JulliardStore the window caption text in the server.
2001-11-07  Mike McCormackMake ConnectNamedPipe work in overlapped mode.
2001-10-24  Ove KaavenSave a disk file's drive type in the server object.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-16  Alexandre JulliardAdded requests to store window rectangles in the server.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-12  Alexandre JulliardStore window properties in the server. Moved property...
2001-10-12  Alexandre JulliardAdded atom_t type for atoms to make sure we use the...
2001-10-11  Alexandre JulliardRemoved the cleanup_window_queue request.
2001-10-09  Alexandre JulliardStore window class atom in the server.
2001-10-08  Mike McCormackMake serial fd blocking mode depend on FILE_FLAG_OVERLA...
2001-10-04  Mike McCormackFetch a handle type in FILE_GetUnixHandle.
2001-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
2001-09-21  Alexandre JulliardAdded proper support for storing window parents in...
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-27  Mike McCormackImplemented GetNamedPipeInfo.
2001-08-23  Mike McCormackImplement WaitNamedPipe and DisconnectNamedPipe.
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.
2001-07-10  Mike McCormackStart implementing named pipes.
2001-06-20  Alexandre JulliardMoved queue paint count to the server. Removed a few...
2001-06-19  Alexandre JulliardMoved hardware message queue handling to the server.
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-03-22  Michael McCormackUse poll() on the client-side during server waits to...
2001-03-22  Alexandre JulliardUse the new send_fd mechanism for the set_console_fd...
2001-03-21  Jeff GarzikWarning fixes.
2001-03-08  Alexandre JulliardAdded support for nested server waits (to allow waiting...
2001-03-01  Alexandre JulliardCreate the server pipes on the client side and transfer...
2001-02-28  Alexandre JulliardNew mechanism to transfer file descriptors from client...
2001-02-21  Alexandre JulliardAdded separate server pipe to wait on blocking server...
2001-02-20  Alexandre JulliardSmall server protocol cleanups.
2001-02-16  Alexandre JulliardPass the stdin/stdout handles on startup to use as...
2001-01-26  Alexandre JulliardMade exception_event_request non-blocking, and added
2001-01-26  Alexandre JulliardChanged wait_process and wait_debug_event requests...
2001-01-06  Alexandre JulliardAdded separate queue for "system" APCs that get called...
2001-01-05  Alexandre JulliardSend the exe file handle in init_process_done request.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-11-25  Dimitrie O. PaunInclude config.h in files that test for constants defin...
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Mike McCormack- created server object for handling async i/o
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-02  Alexandre JulliardConvert NtQueryKey and NtEnumerateKey to the new reques...
2000-10-01  Alexandre JulliardConverted some of the registry server requests to the...
2000-09-22  Andreas MohrMake GetTickCount not use the whole Unix epoch (since...
2000-09-16  Mike McCormackImplemented SetCommMask, SetCommTimeouts, GetCommMask...
2000-09-07  Mike McCormackAdded serial port object to the server.
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-29  Alexandre JulliardAdded the data structures and macros that will be neede...
2000-08-22  Alexandre JulliardAdded APC support in waitable timers.
2000-08-14  Alexandre JulliardImplemented SEC_IMAGE mappings and shared PE sections...
2000-06-08  Alexandre JulliardPass the main exe name in the CREATE_PROCESS debug...
2000-05-30  Turchanov SergeiImplemented local atoms in the server.
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
2000-05-14  Alexandre JulliardAdded support for registry values larger than the serve...
2000-05-03  Alexandre JulliardStore process file name in startup info.
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-16  Alexandre JulliardImplemented thread and (partial) module snapshots,...
2000-04-16  Alexandre JulliardSave the registry on server exit without client interve...
2000-04-14  Alexandre JulliardLoad done event now created by the server.
2000-04-04  Alexandre JulliardMade request tracing more robust against bogus lengths.
2000-03-26  Ove KaavenHandle POLLHUP better (delay FD_CLOSE notification...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-25  Alexandre JulliardFixed a couple of file descriptor leaks.
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-03-08  Alexandre JulliardAdded server protocol version check.
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-03-08  Alexandre JulliardGenerate CREATE_PROCESS/THREAD debug events internally...
2000-02-18  Alexandre JulliardStore the handle of the process exe file in the server.
2000-02-13  Alexandre JulliardMoved global atoms to the server (based on the work...
2000-01-27  Alexandre JulliardImplemented GetThreadSelectorEntry through the server.
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-20  Alexandre JulliardAdded Get/SetThreadContext support through the server.
2000-01-09  Juergen Schmied- removed copying of HKEY_USERS to HKEY_CURRENT_USER
2000-01-04  Alexandre JulliardMade sleep_on usable from all requests.
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-11-29  Alexandre JulliardImplemented waitable timers.
1999-11-25  Alexandre JulliardStore all object names as Unicode in the server.
1999-11-24  Alexandre JulliardAdded wine.conf option for new format registry files.
next