For global classes, GetClassInfo now returns a handle to USER.
[wine] / server /
2001-10-25  Alexandre JulliardDon't keep main exe and dlls handles open when the...
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-17  Alexandre JulliardMake sure that GetMessagePos and GetMessageTime return...
2001-10-16  Alexandre JulliardAdded requests to store window rectangles in the server.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
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  Eric Pouech- fixed copy&paste bug (GENERIC_WRITE instead of GENERI...
2001-10-08  Mike McCormackMake serial fd blocking mode depend on FILE_FLAG_OVERLA...
2001-10-05  Alexandre JulliardAdded get_file_info support to named pipes and sockets...
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-24  Alexandre JulliardAvoid list corruption when linking window with HWND_BOT...
2001-09-21  Alexandre JulliardAdded proper support for storing window parents in...
2001-09-12  Alexandre JulliardConvert user handles received from client to full handles.
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-27  Mike McCormackImplemented GetNamedPipeInfo.
2001-08-24  Francois GougetRename the regular WS_FD_XXX macros to FD_XXX.
2001-08-23  Mike McCormackImplement WaitNamedPipe and DisconnectNamedPipe.
2001-08-23  Daniel Walker- Fix for nonblocking sockets using WSAEventSelect...
2001-08-21  Mike McCormackUnconditionally set O_NONBLOCK when opening.
2001-08-09  Alexandre JulliardDon't create the WINEPREFIX directory if it doesn't...
2001-08-07  Andreas MohrDon't crash if send_thread_wakeup() fails.
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.
2001-07-23  Bernhard RosenkraenzerSet executable permissions when creating .exe/.com...
2001-07-19  Alexandre JulliardUse the new protocol.def file to build the request...
2001-07-17  Ove KaavenAdded STATUS_* constant for named pipes. Return STATUS_...
2001-07-14  Alexandre JulliardBacked out the suspend_process_for_ptrace change.
2001-07-12  Alexandre JulliardRemoved unused functions suspend/remove_all_threads.
2001-07-11  Alexandre JulliardSmall fixes to the debugger support.
2001-07-11  Alexandre JulliardMerge WM_MOUSEMOVE messages.
2001-07-10  Mike McCormackStart implementing named pipes.
2001-06-28  Alexandre Julliard- Remove cooked hardware messages when they are dropped...
2001-06-22  Mike McCormackRemove truncate debug message printed on successful...
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-06-19  Alexandre JulliardIgnore EAGAIN errors in read_request.
2001-06-19  Bill MedlandSetFilePointer correction; return ERROR_NEGATIVE_SEEK...
2001-05-29  Marcus MeissnerDrop any file64 functions, try to use system supplied...
2001-05-21  Gerard PatelTake message filters into account for WM_PAINT too.
2001-05-19  Eric PouechFixed reply_message when there is no received message.
2001-05-18  Alexandre JulliardFixed typo in message filter check.
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-09  Bang Jun-YoungAdded support for NetBSD.
2001-04-27  Ove KaavenPreserve the TF (Trap Flag) when continuing from a...
2001-04-13  Alexandre JulliardRepaired shared PE data sections.
2001-04-10  Alexandre JulliardFixed handling of \\Registry prefix.
2001-04-04  Alexandre JulliardMake sure the process socket is non-blocking.
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-21  Jeff GarzikAdded some inclusions of string.h where necessary.
2001-03-14  Mike McCormackRemoved broken support for EV_TXEMPTY because it causes...
2001-03-14  Mike McCormackAdd missing release object so server exits cleanly.
2001-03-08  Alexandre JulliardAdded support for nested server waits (to allow waiting...
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
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-27  Alexandre JulliardNew set of macros for server calls; makes requests...
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-12  Andreas MohrWorkaround for SuSE 7 2.2.16 kernel bug.
2001-01-11  Josh DuBoisAdded a simple usage() function.
2001-01-07  Mike McCormackCalculate the timeout time once when the async is created.
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-26  Alexandre JulliardFixed error recovery during thread creation.
2000-12-22  Alexandre JulliardAvoid dup'ing file descriptors when not necessary.
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  François GougetNeeds to include windef.h.
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-12-12  Martin PilkaChanged the condition so it also works in case when...
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-12-03  Andreas MohrCheck the attributes of the *current* section, not...
2000-12-01  Patrik StridvallFixed some issues found by winapi_check.
2000-11-29  Dimitrie O. PaunDo not include sys/ptrace.h and sys/user.h unconditionally.
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-11-11  Joerg MayerGet rid of some warnings about unused variables, signed...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-29  Joerg MayerMove inline and static to the beginning of declarations.
2000-10-28  Federico SchwindtFixes for OpenBSD.
2000-10-25  Kristoffer GleditschAdded LDFLAGS to linking of wine-related binaries.
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-10-22  Joerg MayerReduce the number of warnings about missing initializers.
2000-10-17  Gerald PfeiferAdd appropriate casts to caddr_t for the third paramete...
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-13  Stephane LussierAfter accept is called on the socket, the listening...
2000-10-02  Alexandre JulliardConvert NtQueryKey and NtEnumerateKey to the new reques...
next