Rename load_dynamic_stringW to msi_dup_record_field to better describe
[wine] / server /
2005-10-27  Alexandre JulliardMake the unmount_device request take a handle to the...
2005-10-12  Alexandre JulliardRemoved incorrect process queue check in wait_input_idle.
2005-10-06  Alexandre JulliardPut Wine version information in all the man pages.
2005-10-06  Alexandre JulliardAdded global rules for man pages.
2005-09-28  Vitaliy MargolenFix refcount leak and return correct error in create_na...
2005-09-27  Alexandre JulliardInitial version of a wineserver man page.
2005-09-27  Eric PouechImplemented kernel32 process affinity handling on top...
2005-09-27  Alexandre JulliardUse the proper format to print handles in handle_table_...
2005-09-26  Alexandre JulliardUse int instead of long in interlocked_* functions...
2005-09-26  Eric Pouech- now passing access rights when creating a named pipe...
2005-09-16  Alexandre JulliardPreliminary version of the context support for x86-64.
2005-09-16  Alexandre JulliardUse the proper size for the cmsg_fd structure on 64...
2005-09-14  Alexandre JulliardRemove an exiting thread from the process only after...
2005-09-13  Alexandre JulliardTimeout 0 means infinite wait for SendMessageTimeout.
2005-09-06  Ivan Leo PuotiAdded FSCTL_PIPE_LISTEN support.
2005-09-06  Eric Pouech- rewrite kernel32:{Set|Get}PriorityClass on top of...
2005-08-24  Alexandre JulliardDon't cache file descriptors open on removable devices.
2005-08-23  Alexandre JulliardAdded a separate set_handle_cached_fd request instead...
2005-08-22  Alexandre JulliardDon't try to detach from a thread that is exiting,...
2005-08-19  Alexandre JulliardAdded a watchdog mechanism to break out of the wait4...
2005-08-16  Alexandre JulliardAvoid a crash in find_hardware_message_window when...
2005-08-15  Alexandre JulliardBetter handling of conflicting section information...
2005-08-09  Mike McCormackFix some gcc 4.0 warnings.
2005-08-09  Alexandre JulliardThe temp buffer always stores WCHARs, fixed its type...
2005-08-08  Alexandre JulliardAdded an unmount_device request that invalidates all...
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-07-30  Alexandre JulliardAdded a separate device object to keep track of inodes...
2005-07-29  Alexandre JulliardAutomatically generate the list of error names in make_...
2005-07-29  Alexandre JulliardRemoved a no longer used variable.
2005-07-29  Alexandre JulliardFixed a couple of error codes.
2005-07-28  Alexandre JulliardRenamed fd to unix_fd in the closed_fd structure to...
2005-07-19  Alexandre JulliardCreate the desktop class when needed without requiring...
2005-07-18  Robert Shearman- Change the default user SID to match what was previou...
2005-07-14  Robert ShearmanMake mailslots use as much of the default async fd...
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Robert ShearmanStore the default DACL in the token.
2005-07-13  Alexandre JulliardGet rid of the boot_done request.
2005-07-13  Alexandre JulliardAlready initialize the process in the first init_thread...
2005-07-13  Alexandre JulliardAvoid potential crashes when there is no handle table.
2005-07-12  Alexandre JulliardMoved the fields that depends on startup info from...
2005-07-11  Alexandre JulliardLoad the HKEY_CURRENT_USER branch at server startup...
2005-07-11  Alexandre JulliardStore the global hooks table in the desktop object.
2005-07-11  Alexandre JulliardTie windows and thread input structures to a specific...
2005-07-11  Alexandre JulliardExport the winstation and desktop structures to avoid...
2005-07-08  Alexandre JulliardExplicitly pass the winstation to the atom functions...
2005-07-08  Alexandre JulliardPut in place the basic infrastructure to allow supporti...
2005-07-07  Alexandre JulliardConvert the shared mapping list to a standard list.
2005-07-07  Dmitry TimoshkovMake IsWindowUnicode work in the case when window belon...
2005-07-07  Alexandre JulliardStore the global atom table in the process window station.
2005-07-02  Vitaliy MargolenLoad all dll sections no matter what attributes say.
2005-07-01  Alexandre JulliardDon't bother loading the config file anymore.
2005-06-29  Alexandre JulliardMake the clipboard information local to the process...
2005-06-29  Alexandre JulliardClear the process handle table before releasing it...
2005-06-28  Alexandre JulliardKeep track of the windows and hooks used by a thread...
2005-06-21  Mike McCormackDon't include winbase.h when it's not necessary.
2005-06-20  Robert ShearmanAdd support for impersonating a token.
2005-06-20  Mike McCormackRemove unnecessary includes.
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.
next