Move mailslot set and query info implementation to ntdll.
[wine] / server /
2005-04-11  Raphael JunqueiraFix potential region leak.
2005-03-31  Alexandre JulliardReturn the coordinates information needed to setup...
2005-03-30  Mike McCormackImplement mailslots.
2005-03-30  Alexandre JulliardThe update region passed in WM_NCPAINT and the clipping...
2005-03-29  Eric PouechClean-up async IO internal functions.
2005-03-29  James Hawkins- Implement NtLoadKey.
2005-03-25  Alexandre JulliardReplace the link_window request by a set_parent request...
2005-03-24  Alexandre JulliardAdded support for xbuttons.
2005-03-23  Alexandre JulliardCreate a new server request for accepting hardware...
2005-03-21  Alexandre JulliardTry to always keep the server window Z-order in sync...
2005-03-17  Alexandre JulliardRevert the previous change, this is not working right...
2005-03-17  Alexandre JulliardMake the server know about the visible area of a window...
2005-03-17  Alexandre JulliardCompute the top clipping window directly on the server...
2005-03-16  Alexandre JulliardQueue hardware messages even if we don't find a window...
2005-03-16  Alexandre JulliardConverted the window children lists to standard lists.
2005-03-14  Alexandre JulliardAvoid returning hardware messages if they have no chanc...
2005-03-14  Alexandre JulliardGet rid of the registry saving level hack.
2005-03-10  Alexandre JulliardClear the internal paint flag in the server before...
2005-03-10  Alexandre JulliardProperly cope with get_message being called recursively...
2005-03-10  Peter Berg LarsenTmp was not freed in case of errors in save_branch().
2005-03-09  Alexandre JulliardDon't check children of minimized windows in get_update...
2005-03-07  Ulrich CzekallaCreate a thread-specific selection window to make sure...
2005-03-05  Alexandre JulliardAvoid potential crash when freeing a message queue.
2005-03-04  Steven EdwardsAdded a check for poll.h.
2005-03-02  Alexandre JulliardConvert the process dll list to a standard list.
2005-03-01  Alexandre JulliardConvert the object wait queue to a standard list.
2005-03-01  Francois GougetFix a race condition in create_dir().
2005-03-01  Alexandre JulliardConvert the per-process thread list to a standard list.
2005-02-26  Alexandre JulliardConverted the debug event queue to a standard list.
2005-02-25  Alexandre JulliardConverted the global screen buffer list to a standard...
2005-02-25  Alexandre JulliardReplaced the message_list structure by a standard list.
2005-02-25  Alexandre JulliardConvert the global thread list to a standard list.
2005-02-25  Alexandre JulliardConvert the global process list to a standard list.
2005-02-25  Alexandre JulliardConvert the per-thread mutex list to a standard list.
2005-02-25  Alexandre JulliardRegular files are always ready for I/O, no need to...
2005-02-25  Alexandre JulliardConvert the APC queues to use standard lists.
2005-02-24  Alexandre JulliardConvert the key notifications list to a standard list.
2005-02-24  Alexandre JulliardConvert async I/O queues to standard lists.
2005-02-22  Alexandre JulliardRemoved no longer used create_region function, and...
2005-02-22  Alexandre JulliardAllow the client rectangle to be of arbitrary size...
2005-02-18  Krzysztof FoltmanEnsure that caret position is not reset to (0, 0) when...
2005-02-11  Robert Shearman- Implement AdjustTokenPrivileges, DuplicateTokenEx and
2005-02-08  Robert ShearmanSupport WaitNamedPipe timeouts.
2005-02-08  Robert ShearmanDon't overwrite last byte of the window structure as...
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2005-02-03  Alexandre JulliardProperly compute the client area valid rects and pass...
2005-02-03  Alexandre JulliardFixed refcount handling (waiting clients must not incre...
2005-02-03  Alexandre JulliardMake sure leaked objects are printed even if a file...
2005-02-03  Alexandre JulliardFixed potential crash in fd_dump function.
2005-01-27  Dmitry TimoshkovAdd more tests for old style hooks and winevent hooks...
2005-01-14  Eric Pouech- got rid of include/async.h
2005-01-11  Alexandre JulliardDesktop window is repainted on WM_ERASEBKGND, it must...
2005-01-04  Alexandre JulliardSupport mapping non page-aligned binaries for SEC_IMAGE...
2004-12-15  Rein KlazesA starting process must obey the STARTF_USESTDHANDLES...
2004-12-13  Robert ShearmanImplement NtQueryTimer.
2004-12-07  Alexandre JulliardMoved update region handling to the server.
2004-12-06  Eric PouechAnother round of const correctness fixes.
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-12-02  Eric Pouech- moved event, semaphore, mutex implementation from...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-29  Alexandre JulliardConverted the timer list to use standard list functions.
2004-10-27  Dmitry TimoshkovTake into account window visibility when searching...
2004-10-27  Alexandre JulliardAdded is_window_visible function.
2004-10-27  Alexandre JulliardAdded fallback syscalls for epoll functions.
2004-10-19  Bill MedlandAdded a version option to the wineserver.
2004-10-14  Vincent BéronCreate the necessary functions for wineserver contexts...
2004-09-23  Alexandre JulliardAdded support for epoll() as an alternative to poll...
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-20  Alexandre JulliardMoved timeout processing to a separate function.
2004-09-17  Alexandre JulliardDon't bother to return partial region data in get_windo...
2004-09-09  Alexandre JulliardTake care to not close the file handle if there are...
2004-09-08  Alexandre JulliardConverted the timeout list to use the standard list...
2004-09-08  Alexandre JulliardAdded xor_region, fixed rect_in_region.
2004-09-08  Eric Pouech- ctrl-c enabling flag is now inherited
2004-09-07  Alexandre JulliardMake sure to run through the poll loop once before...
2004-09-01  Alexandre JulliardAdded rect_in_region function.
2004-08-23  Ulrich CzekallaThe clipboard owner can be set by the thread that has...
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-17  Eric Pouech- better support for non-blocking COMM and socket read...
2004-07-20  Alexandre JulliardMoved the WindowFromPoint functionality to the server...
2004-07-16  Alexandre JulliardPass the environment for a child process through the...
2004-07-15  Mike McCormackFix a double free in the named pipe code.
2004-07-06  Alexandre Julliardget_visible_region: do not clip out siblings of the...
2004-07-06  Mike McCormackTranslate ENODEV and ENXIO error codes to NT status...
2004-06-29  Alexandre JulliardAdded support for window regions in the server.
2004-06-25  Dmitry TimoshkovAdd a test case for clipboard functionality and fix...
2004-06-23  Alexandre JulliardMoved visible region calculation to the server.
2004-06-17  Alexandre JulliardProperly reset msg_thread when releasing the thread...
2004-06-14  Eric Pouech- Added ProcessBasicInformation class to ntdll.NtQueryI...
2004-05-28  Alexandre JulliardOnly allocate even-numbered window handles, MS Project...
2004-05-22  Alexandre JulliardMake sure we don't truncate the file on open before...
2004-05-14  Alexandre JulliardRemoved the no longer used SMB file I/O support, we...
2004-05-14  Alexandre JulliardMake sure to save the registry files even if we failed...
2004-05-07  Alexandre JulliardMoved loading of the home registry files to the server...
2004-05-06  Alexandre JulliardRemoved handling of special root keys, this is done...
2004-05-01  Alexandre JulliardUse pread/pwrite everywhere to avoid changing the file...
2004-04-30  Alexandre JulliardAvoid autodetecting the prefix when loading the config...
2004-04-27  Alexandre JulliardReimplemented CreateDirectoryW and RemoveDirectoryW...
2004-04-16  Alexandre JulliardFixed a number of NT status values to be closer to...
2004-04-16  Alexandre JulliardRtlSetCurrentDirectory_U: store a handle to the current...
next