Hide <-> Show Advanced.
[wine] / server /
2005-06-16  Robert Shearman- All versions of Windows ignore the access rights...
2005-06-14  Alexandre JulliardRemove the process locks in process_killed, not process...
2005-06-14  Alexandre JulliardCall the close_handle notification for all objects...
2005-06-14  Robert ShearmanFix size used to validate the sids in aces.
2005-06-14  Robert ShearmanAdd TokenType attribute to specify whether the token...
2005-06-14  Mike McCormackCall remove_process_locks when a process ends, fix...
2005-06-10  Robert ShearmanChange code style of form "if( x )" to "if (x)" for...
2005-06-09  Alexandre JulliardStore the process along with the key handle in notifica...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-06-09  Alexandre JulliardThe desktop of a new thread should be set from the...
2005-06-09  Robert Shearman- Avoid evil signed bitfields.
2005-06-09  Robert ShearmanFix a regression in the performance of named pipes...
2005-06-09  Mike McCormackInclude user.h in the new winstation.c to avoid a warni...
2005-06-08  Robert ShearmanImplement overlapped I/O with named pipes.
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.
2005-06-07  Robert Shearman- Add a default asynchronous I/O implementation.
2005-05-31  Alexandre JulliardAdded a from_child parameter to the get_update_region...
2005-05-26  Alexandre JulliardCrop the update region to the new window rectangle...
2005-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-05-25  Robert Shearman- Print commas between ACE's.
2005-05-24  Robert ShearmanImplement NtAccessCheck.
2005-05-23  Robert Shearman- Add new server type "struct security_descriptor".
2005-05-23  Rob ShearmanFix several memory leaks.
2005-05-16  Robert ShearmanAdd user attribute to token objects.
2005-05-14  Alexandre JulliardFixed a number of atom test failures.
2005-05-14  Alexandre JulliardFixed another case where a mouse message could get...
2005-05-13  Alexandre JulliardOnly set the new window of a hardware message if the...
2005-05-11  Alexandre JulliardAllow passing a string to the window property server...
2005-05-11  Alexandre JulliardChanged atom handling to use counted strings instead of
2005-05-11  Alexandre JulliardStore a bitmap of active hooks on the client side to...
2005-05-10  Eric Pouech- changed ATOM support in wineserver to match NTDLL...
2005-05-09  Michael StefaniucChange the type of 1 bit wide bitfields to unsigned.
2005-05-09  Eric PouechFixed a wrong ops when creating named pipe client.
2005-05-07  Alexandre JulliardTreat 0xffff the same as 0 for the handle generation...
2005-05-07  Robert LunnonInclude <sys/filio.h> on platforms that support it.
2005-05-05  Robert Shearman- Fix access rights for RegOpenKeyEx and RegCreateKeyEx...
2005-04-28  Mike McCormackImplemented GetLastInputInfo.
2005-04-26  Alexandre JulliardMake sure a thread has a queue as soon as it creates...
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-22  Robert Shearman- Clean up well-known privileges.
2005-04-20  Alexandre JulliardAllow nested hardware message processing by storing...
2005-04-20  Alexandre JulliardLoad system.reg and userdef.reg at server init time.
2005-04-19  Alexandre JulliardCleaned up handling of 64-bit file sizes.
2005-04-18  Eric PouechRemoved the no longer user APC_ASYNC kind of APC.
2005-04-18  Eric Pouech- moved named pipe creation to ntdll
2005-04-11  Mike McCormackCalculate the size of the next mailslot message correctly.
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...
next