comctl32: Constify some variables.
[wine] / server /
2007-03-27  Alexandre Julliardserver: Remove the return value of the flush() method...
2007-03-27  Alexandre Julliardserver: Add support for queuing a user APC upon async...
2007-03-26  Alexandre Julliardserver: Always return STATUS_PENDING when an async...
2007-03-23  Alexandre Julliardserver: A named pipe wait can be satisfied by an idle...
2007-03-23  Alexandre Julliardserver: Print the callback function in the APC_ASYNC_IO...
2007-03-22  Alexandre Julliardserver: Implement the open_file method for named pipes.
2007-03-22  Alexandre Julliardserver: Implement the open_file method for mailslots.
2007-03-22  Alexandre Julliardserver: Don't enforce mailslots path format in ntdll...
2007-03-22  Alexandre Julliardserver: Don't enforce named pipes path format in ntdll...
2007-03-22  Alexandre Julliardserver: Create the named pipe and mailslot devices...
2007-03-22  Alexandre Julliardserver: Implemented the open_file method for named...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-03-21  Alexandre Julliardserver: Use a standard async I/O event to signal direct...
2007-03-21  Alexandre Julliardserver: Move the signalling of the named pipe completio...
2007-03-21  Alexandre Julliardserver: Notify the async object when the APC call compl...
2007-03-21  Alexandre Julliardserver: Add support for storing an event to signal...
2007-03-20  Alexandre Julliardserver: Add an async_data_t structure to store paramete...
2007-03-20  Alexandre Julliardserver: Return the status from an async I/O APC call...
2007-03-20  Alexandre Julliardserver: Make struct async into a real object, to keep...
2007-03-20  Alexandre Julliardserver: Grab the owner object of an APC while the APC...
2007-03-20  Alexandre Julliardserver: Use the common pattern for async I/O parameters...
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2007-03-12  Alexandre JulliardFixed some compilation issues on Mac OS X Leopard.
2007-03-09  Alexandre Julliardserver: Added process control support using /proc on...
2007-03-07  Alexandre Julliardserver: Use internal luid_t type where appropriate.
2007-03-07  Juan Langntdll: Implement NtAllocateLocallyUniqueId with server...
2007-03-06  Rob Shearmanserver: A general solution for handling MAXIMUM_ALLOWED...
2007-03-05  Alexandre Julliardserver: Replace use of internal __pthread_kill() functi...
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  Rob Shearmanserver: Check object's security when creating handles.
2007-02-21  Alexandre Julliardserver: Added support for the PM_QS_* flags in PeekMessage.
2007-02-16  Rob Shearmanserver: Track the impersonation level of tokens.
2007-02-16  Rob Shearmanserver: Track IDs for tokens and modifications made...
2007-02-15  Vitaliy Margolenntdll/server: Implement NtSetSecurityObject. With tests.
2007-02-15  Vitaliy Margolenserver: Add security descriptor field to object struct.
2007-02-13  Vitaliy Margolenserver: Get the primary group from the token's groups.
2007-02-08  Vitaliy Margolenserver: Fix typo. Should be group not owner.
2007-02-05  Alexandre Julliardserver: Clear the thread wait before releasing objects...
2007-01-26  Ulrich Czekallawineserver: Validate the children of windows being...
2007-01-25  Vitaliy Margolenserver: Prevent a crash on error while creating a token.
2007-01-25  Vitaliy Margolenadvapi32: Add more tests for granted access mask. Fix...
2007-01-25  Vitaliy Margolenserver/ntdll: Simplistic implementation of NtQueryObjec...
2007-01-25  Vitaliy Margolenserver: Reverse return value and status in token_access...
2007-01-25  Vitaliy Margolenadvapi32: Add few more tests for token access check...
2007-01-22  Vitaliy Margolenserver: User correct user sid for the default_dacl.
2007-01-19  Vitaliy Margolenserver: Add generic access mapping for winstation and...
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 Julliardserver: Print a trace when sending a signal to a thread.
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-15  Alexandre Julliardserver: Properly wake the waiting threads when an APC...
2007-01-12  Alexandre Julliardserver: Set the specified in/out buffer sizes on named...
2007-01-12  Alexandre Julliardntdll: Duplicate the mapping handle on the server side...
2007-01-12  Alexandre Julliardntdll: Moved the check for removable file in load_dll...
2007-01-10  Alexandre Julliardserver: Allow suspended threads to run system APCs.
2007-01-08  Alexandre Julliardserver: Don't fail to map a shared section if the final...
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...
2007-01-04  Alexandre Julliardserver: Make thread_apc into a real object.
2007-01-04  Alexandre Julliardserver: Avoid crash in alloc_console when the process...
2007-01-03  Reinhard Karcherserver: Fix 0 timeout handling for serial I/O.
2006-12-29  Alexandre Julliardserver: Implement process control using Mach primitives...
2006-12-29  Alexandre Julliardserver: Add hooks to support process tracing mechanisms...
2006-12-29  Alexandre Julliardserver: Split get_thread_from_pid to allow lookups...
2006-12-27  Alexandre Julliardmake_makefiles: Generate the top-level .gitignore file.
2006-12-21  Alexandre Julliardntdll: File positions should be aligned to sector bound...
2006-12-18  Andrew Talbotserver: Cast-qual warnings fix.
2006-12-18  Andrew Talbotserver: Cast-qual warnings fix.
2006-12-13  Alexandre Julliardntdll: Map the PE header up to the specified size,...
2006-12-12  Ulrich Czekallawinex11.drv: Store window and drawable rects in X11DRV_...
2006-12-04  Alexandre Julliardserver: Explicitly shutdown destroyed sockets to force...
2006-11-20  Alexandre Julliardserver: Return an fd type in the get_handle_fd request.
2006-11-15  Eric Pouechntdll: Fixed returned status for NtQueryThreadInformati...
2006-11-13  Alexandre Julliardserver: Fix list corruption caused by previous change.
2006-11-10  Alexandre Julliardserver: Properly handle kill_thread recursion when...
2006-11-06  Gerald Pfeiferserver: Compilation fix.
2006-11-03  Alexandre Julliardntdll: Retrieve mailslot message info from the client...
2006-11-02  Alexandre Julliardserver: Refuse to close handles in other processes...
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-26  Alexandre Julliardserver: Always ignore the root window position when...
2006-10-23  Eric Pouechwinsock: Clear the held mask with the requested events...
2006-10-16  Alexandre Julliardserver: A window timer id should be an unsigned long.
2006-10-10  Michael Stefaniucserver: Remove redundant NULL check before free() ...
2006-10-09  Andrew Talbotserver: Cast-qual warning fix.
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...
next