Implemented NetQueryDisplayInformation, NetUserGetInfo, created
[wine] / server /
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-30  Marcus MeissnerUse Iar (Instruction Address Register) instead of Fill[0].
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-08-27  Dmitry TimoshkovRelax a bit PE consistency checks.
2002-08-17  Marcus MeissnerImplemented server context/ptrace handling for Linux...
2002-08-16  Alexandre JulliardSignal and release the idle event when the process...
2002-08-16  Alexandre JulliardAdded -k option to kill an existing wineserver.
2002-08-14  Pierre BeyssacImplemented CONTEXT_DEBUG_REGISTERS on FreeBSD.
2002-08-13  Alexandre JulliardFixed race condition when a thread gets killed right...
2002-08-13  Pierre BeyssacFixed ptrace argument order for FreeBSD, NetBSD and...
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-29  Marcus MeissnerCheck for mkstemp, added a port implementation if it...
2002-07-16  Marcus MeissnerImplemented FlushFileBuffers for serial devices.
2002-07-03  Martin WilckCheck POLLHUP semantics at remote shutdown when wineser...
2002-07-01  Andreas Mohr- Use PeekMessage loop around GetMessage.
2002-06-22  Alexandre JulliardUnlock the master socket if the boot thread terminates...
2002-06-21  Alexandre JulliardAttempt at fixing POLLHUP handling for Linux 2.2.x.
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-06-20  Alexandre JulliardStore dirty flag in each registry key and use it to...
2002-06-02  Eric PouechImplementation for console control events (includes...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardFixed next_user_handle to also work on deleted handles.
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-05-25  Alexandre JulliardFixed process startup synchronization broken by previou...
2002-05-24  Alexandre JulliardA few optimizations in the process startup requests...
2002-05-11  Eric PouechFixed missing wineconsole notification of title modific...
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
2002-04-27  Alexandre JulliardLink the tools and the server against libwine so we...
2002-04-27  Martin WilckFixes to FD_CLOSE handling.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-26  Martin WilckFixed some bugs in my recently submitted patch series.
2002-04-25  Martin WilckFixed ReadFile() semantics when reading asynchronously...
2002-04-25  Martin WilckImplemented server framework for asynchronous IO on...
2002-04-24  Martin WilckAdd more flexibility to the queue_async server call...
2002-04-23  Martin WilckFixed handling of deferred connections in WSAAccept().
2002-04-20  Alexandre JulliardClear mapping->shared_file on error.
2002-04-14  Martin WilckSTATUS_CANCELLED is correct for cancelled requests...
2002-04-11  Uwe Bonnesget_window_children: only decrement available size...
2002-04-06  Alexandre JulliardAvoid crash when trying to attach to a terminating...
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-04-03  Alexandre JulliardAdded timer on server exit to wait a bit for new clients.
2002-04-02  François GougetDon't suspend a terminated thread.
2002-04-02  Alexandre JulliardAvoid crash when trying to attach to a terminating...
2002-04-02  Chris MorganImplement OpenThread() winapi call.
2002-04-01  Francois GougetFix warnings for Linux, FreeBSD and Solaris.
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-23  Alexandre JulliardFixed handling of timer callback routines when the...
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-12  Mike McCormackFinish any pending WaitCommEvents if the event mask...
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-31  Rein KlazesAllow integer atoms in set_property and remove_property...
2002-01-29  Alexandre JulliardWork around ftruncate implementations that don't suppor...
2002-01-18  Eric PouechImplemented interprocess DDE message posting.
2002-01-12  Alexandre JulliardCheck unix_pid again after attach.
2002-01-12  Marcus MeissnerAdd refcounting to the thread member of the pipe user.
2002-01-09  Martin WilckAdded support for socket flags.
2002-01-09  Martin WilckMore general approach to file descriptor types and...
2002-01-09  Martin WilckFixed a bug that caused APCs to be "forgotten".
2002-01-07  Martin WilckAdd server side support for async IO on files.
2002-01-02  Eric PouechFixed color definition (bg and fg were swapped).
2001-12-31  Alexandre JulliardFixed string type in named pipe requests.
2001-12-26  Alexandre JulliardSave the registry before exiting on a SIGTERM.
2001-12-21  Mike McCormackHandle ReadIntervalTimeout=MAXDWORD special case a...
2001-12-20  Mike McCormack- move async activation into the server
2001-12-04  Eric PouechLet the console renderer be defined as a thread.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-24  Alexandre JulliardSkip queue cleanups if queue has been destroyed already.
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-20  Francois GougetOnly include 'sys/user.h' for Linux. Fixes a compilatio...
2001-11-19  James JuranPrevent warnings about labels at end of switch statemen...
2001-11-19  Francois GougetFix the Solaris and FreeBSD compilation errors introduc...
2001-11-14  Alexandre JulliardMoved WIN_FindWinToRepaint functionality to the server.
2001-11-14  Francois GougetMake winsock.h and winsock2.h independent from the...
2001-11-13  Alexandre JulliardStore the window caption text in the server.
2001-11-07  Alexandre JulliardAvoid ftruncate to work around broken UMSDOS file system.
2001-11-07  Mike McCormackMake ConnectNamedPipe work in overlapped mode.
2001-11-06  Bill MedlandPrevent danger of accessing freed memory (theoretical...
2001-11-06  François GougetFix the #include order for config.h.
2001-11-06  Alexandre JulliardAllow owner to be the desktop window.
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...
next