server: Replace inline static with static inline.
[wine] / server / trace.c
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2007-03-07  Juan Langntdll: Implement NtAllocateLocallyUniqueId with server...
2007-03-05  Alexandre Julliardserver: Expose areas revealed by changes to the window...
2007-02-21  Rob Shearmanserver: Add get_token_impersonation_level server call...
2007-02-21  Alexandre Julliardserver: Added support for the PM_QS_* flags in PeekMessage.
2007-02-15  Vitaliy Margolenntdll/server: Implement NtSetSecurityObject. With tests.
2007-01-25  Vitaliy Margolenserver/ntdll: Simplistic implementation of NtQueryObjec...
2007-01-18  Alexandre Julliardntdll: Avoid inter-process APCs when called for the...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process NtMapViewOfSecti...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process RtlCreateUserThread.
2007-01-18  Alexandre Julliardntdll: Fix NtDuplicateObject to only close the file...
2007-01-16  Alexandre Julliardntdll: Implemented NtLockVirtualMemory and NtUnlockVirt...
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process NtFlushVirtualMe...
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualProtectEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualQueryEx.
2007-01-15  Alexandre Julliardserver: Support queuing some APCs to a process instead...
2007-01-15  Alexandre Julliardserver: Added mechanism for returning results of APC...
2007-01-12  Alexandre Julliardntdll: Duplicate the mapping handle on the server side...
2007-01-08  Dmitry Timoshkovserver: Map ESPIPE to STATUS_ILLEGAL_FUNCTION for consi...
2007-01-04  Alexandre Julliardmake_requests: Grab status names from async_terminate...
2007-01-04  Alexandre Julliardserver: Add a generic apc_call structure to make it...
2007-01-04  Alexandre Julliardserver: Notify the server that an APC has completed...
2006-12-12  Ulrich Czekallawinex11.drv: Store window and drawable rects in X11DRV_...
2006-11-20  Alexandre Julliardserver: Return an fd type in the get_handle_fd request.
2006-11-03  Alexandre Julliardntdll: Retrieve mailslot message info from the client...
2006-11-02  Alexandre Julliardserver: Get rid of the server-side file descriptor...
2006-11-02  Alexandre Julliardntdll: Maintain a file descriptor cache on the client...
2006-11-01  Alexandre Julliardserver: Compute the removable device flag on the server...
2006-10-16  Alexandre Julliardserver: A window timer id should be an unsigned long.
2006-10-05  Alexandre Julliardserver: Changed the get_next_hook request to allow...
2006-10-05  Alexandre Julliarduser32: Store the prev_unicode hook flag on the client...
2006-10-04  Alexandre Julliarduser32: The per-window user data must be a DWORD_PTR.
2006-10-04  Alexandre Julliardserver: Rearrange a few fields to avoid wasting padding...
2006-10-04  Alexandre Julliardserver: Pass the data for message callbacks as vararg...
2006-10-04  Alexandre Julliardserver: Return the data for winevent hooks in the varar...
2006-10-03  Eric Pouechntdll: Implemented AmILastThread information class...
2006-10-02  Michael Stefaniucserver: Win64 printf format warning fixes.
2006-08-10  Alexandre Julliardserver: Only call gettimeofday once per poll loop.
2006-08-09  Alexandre Julliardserver: Make the message extra info 64 bits on Win64.
2006-08-09  Alexandre Julliardserver: Split the queuing of hardware messages into...
2006-08-02  Alexandre Julliarduser: Implementation of Get/SetWindowLongPtr for 64...
2006-07-26  Alexandre Julliardserver: Convert the server start time to the abs_time_t...
2006-07-26  Alexandre Julliardserver: Convert thread creation/exit times to the abs_t...
2006-07-26  Alexandre Julliardserver: Rename the wait_input_idle request to better...
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-07-21  Stefan Siebertntdll: Implementation of process CreationTime and ExitTime.
2006-07-19  Alexandre Julliardserver: Simplify process creation.
2006-07-12  Ge van Geldorpuser32: Implement Get/SetClassLongPtrA/W.
2006-07-10  Dmitry Timoshkovuser: Improve SetActiveWindow test, add SetForegroundWi...
2006-06-08  Alexandre Julliardserver: Don't report a fatal protocol error for things...
2006-06-07  Mike McCormackserver: open_console's from field should be a handle.
2006-06-07  Mike McCormackserver: Use unsigned long for request types that are...
2006-05-27  Eric Pouechntdll/kernel32: Pipe information.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Robert Shearmanserver: Retrieve the groups for a token from the server.
2006-04-07  Alexandre Julliardserver: Get rid of alignment requirements in write_proc...
2006-03-07  Alexandre Julliardserver: Fixed length check in dump_inline_unicode_string.
2006-03-07  Alexandre Julliarduser: Launch explorer to manage the desktop window.
2006-03-06  Alexandre Julliardserver: Return real parent and owner in the create_wind...
2006-02-27  Eric Pouechkernel32: ClearCommError.
2006-02-21  Alexandre Julliardserver: Remove no longer needed fields in the init_proc...
2006-02-21  Mike McCormackserver: Track created and removed directories in the...
2006-02-08  Alexandre Julliardserver: Remove the no longer needed exe_file parameter...
2006-02-07  Mike McCormackkernel32: ReadDirectoryChangesW fixes.
2006-02-06  Mike McCormackserver: Fill in NtNotifyChangeDirectoryFile's buffer...
2006-02-05  Alexandre Julliardserver: Remove no longer used create_flags from get_sta...
2006-01-27  Mike McCormackserver: Fix the file notification interface to use...
2006-01-23  Alexandre Julliardserver: More generic mechanism for adding typecasts...
2006-01-17  Robert Shearmanuser: Fix WM_QUIT message ordering from PostQuitMessage.
2006-01-13  Alexandre Julliardntdll: Add debug registers to the context of all except...
2006-01-11  Alexandre Julliardntdll: Handle NtSetContextThread on the client side...
2006-01-03  Eric Pouechntdll: Correct implementation for atom query functions.
2005-12-14  Vitaliy Margolenntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
2005-12-12  Alexandre Julliardserver: Support for opening devices.
2005-12-12  Alexandre Julliardserver: Use a better error code for a zero-size mapped...
2005-12-09  Alexandre Julliardserver: Added object attributes to a few more requests.
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in dup_h...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in token...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in proce...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in snaps...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in conso...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in file...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in socke...
2005-12-05  Vitaliy MargolenMove mailslot devices into directory name space.
2005-12-05  Vitaliy MargolenMove named pipe objects into directory name space.
2005-12-02  Vitaliy MargolenMove mapping (section) objects into directory name...
2005-12-02  Vitaliy MargolenMove timer objects into directory name space.
2005-12-02  Vitaliy MargolenMove semaphore objects into directory name space.
2005-12-02  Vitaliy MargolenMove event and mutex objects into directory name space.
2005-11-30  Vitaliy MargolenImplement symbolic link object in wineserver.
2005-11-29  Vitaliy MargolenImplement directory object in wineserver.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-21  Vitaliy MargolenReturn correct error on name collision when creating...
2005-11-21  Alexandre JulliardFixed handling of mailslot read timeout to avoid compil...
2005-11-21  Vitaliy MargolenReplace inherit flag with object attributes in winstati...
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-10-27  Vitaliy Margolen- Send whole OBJECT_ATTRIBUTES.Attributes to the server...
2005-09-27  Eric PouechImplemented kernel32 process affinity handling on top...
2005-09-26  Eric Pouech- now passing access rights when creating a named pipe...
2005-09-06  Ivan Leo PuotiAdded FSCTL_PIPE_LISTEN support.
next