Print the strerror instead of just the errno.
[wine] / server /
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...
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...
next