Sign in
goma
/
wine
/
5a2a9144813bc013f7f9cef11018b3c442c31bb5
/
server
/
protocol.def
af8bb2e
ntdll: Add support for virtual write watches.
by Alexandre Julliard
· 16 years ago
5e2ed6b
ntdll,server: Fixed access checks for OpenFileMapping and MapViewOfFile.
by Alexandre Julliard
· 16 years ago
cdce50f
ntdll: Store the per-page committed status in the server for anonymous file mappings.
by Alexandre Julliard
· 16 years ago
7e94787
ntdll: Add a noexec flag for memory views where we don't want to force exec permission.
by Alexandre Julliard
· 16 years ago
0b0b6c3
ntdll: Store the per-view flags in the high word of the page protection bits.
by Alexandre Julliard
· 16 years ago
ba71579
server: Added a request to unlink an object from its namespace.
by Alexandre Julliard
· 16 years ago
05b4181
server: Implemented the server side of Get/SetLayeredWindowAttributes.
by Alexandre Julliard
· 17 years ago
0f9484a
server: Set the visible rect in the set_window_pos request again.
by Alexandre Julliard
· 17 years ago
6b36e21
server: Also return the top-level message window in the get_desktop_window request.
by Alexandre Julliard
· 17 years ago
70a6495
user32: Implement BroadcastSystemMessage.
by Maarten Lankhorst
· 17 years ago
34fe91b
user32: Implemented EnumDesktopWindows.
by Alexandre Julliard
· 17 years ago
2f69329
server: Add a separate request to set the window visible rect.
by Alexandre Julliard
· 17 years ago
3bf12b9
server: Don't force the process affinity to 1, leave it up to the client.
by Alexandre Julliard
· 17 years ago
e735e19
user32: Reimplement IsHungAppWindow.
by Dmitry Timoshkov
· 17 years ago
a5e38b3
server: Partial implementation of NtQueryDirectoryObject.
by Alexandre Julliard
· 17 years ago
d30b574
server: Implemented EnumWindowStations and EnumDesktops.
by Alexandre Julliard
· 17 years ago
bf2a35b
server: Change the get_dll_info server request to allow retrieving the image file name of a process.
by Rob Shearman
· 17 years ago
7a9210f
server: Pass Information field from async I/O APCs.
by Andrey Turkin
· 17 years ago
27cb7c7
ws2_32: Make certain winsock functions generate i/o completion messages.
by Andrey Turkin
· 17 years ago
c702a91
server: Allow async i/o operations to send completion messages.
by Andrey Turkin
· 17 years ago
a54a990
server: Allow to specify the class name instead of the atom to find a window.
by Alexandre Julliard
· 17 years ago
1fc461f
server: Allow to specify the class name instead of the atom to create a window.
by Alexandre Julliard
· 17 years ago
b9b940f
server: Support using a name to destroy a window class too.
by Alexandre Julliard
· 17 years ago
0762d98
server: Allow to send a name instead of an atom when creating a window class.
by Alexandre Julliard
· 17 years ago
917f288
server: Also return the new extended style in the set_window_pos request.
by Alexandre Julliard
· 17 years ago
5f5df83
server: Pass the security descriptor into create_file, if one is specified, and set the initial mode for the file appropriately.
by Rob Shearman
· 17 years ago
f98556c
server: Add the name length to the object_attributes structure so that other variable length data can be present after object_attributes.
by Rob Shearman
· 17 years ago
23df453
server: Make create_mapping use struct object_attributes and set the security descriptor of file mapping objects.
by Rob Shearman
· 17 years ago
1f86321
server: Make create_mutex use struct object_attributes and set the security descriptor of mutex objects.
by Rob Shearman
· 17 years ago
b0e5fb4
server: Make create_semaphore use struct object_attributes and set the security descriptor of semaphore objects.
by Rob Shearman
· 17 years ago
dd9e392
server: Use the security descriptor passed in when creating events.
by Rob Shearman
· 17 years ago
235532c
server: Use the file_pos_t type for file sizes and offsets in the protocol structures.
by Alexandre Julliard
· 17 years ago
5356bfd
server: Add a new get_security_object call for getting the security descriptor of an object.
by Rob Shearman
· 18 years ago
d1a8155
server: Allow completion object to be attached to an fd object.
by Andrey Turkin
· 18 years ago
4775824
server: Implement server-side completion queues and operations on them.
by Andrey Turkin
· 18 years ago
3f431a0
server: Add get_token_statistics server call and use it to implement the TokenStatistics and TokenType levels for NtQueryInformationToken.
by Rob Shearman
· 18 years ago
2896540
server: Set the queue mask directly in get_message to avoid an extra server call.
by Alexandre Julliard
· 18 years ago
b4edb57
server: Message results should be stored as longs, not ints.
by Alexandre Julliard
· 18 years ago
df13cee
server: Store a separate flag for windows that need to be erased in WM_PAINT.
by Alexandre Julliard
· 18 years ago
f3e1317
wineconsole: Implement GetConsoleWindow.
by Kirill K. Smirnov
· 18 years ago
fec5117
server: Merge APC processing into the select request.
by Alexandre Julliard
· 18 years ago
156b205
server: Add support for system processes, that can be signaled to exit when all non-system processes are done.
by Alexandre Julliard
· 18 years ago
8992f89
server: Remove the extra apc_arg parameter now that user APCs all require the same arg as the kernel APC.
by Alexandre Julliard
· 18 years ago
9d74661
server: Move console codepages to the server.
by Kirill K. Smirnov
· 18 years ago
aafcfe7
server: Add support for retrieving results of queued ioctls once they are done.
by Alexandre Julliard
· 18 years ago
78b7510
server: Add request to retrieve the next pending ioctl call for a device manager.
by Alexandre Julliard
· 18 years ago
b43dc15
server: Add support for generic device objects managed from the client side.
by Alexandre Julliard
· 18 years ago
fd59e15
server: Infrastructure to return a wait handle for blocking ioctls.
by Alexandre Julliard
· 18 years ago
133b8bc
server: Return a more correct fd type for anonymous files.
by Alexandre Julliard
· 18 years ago
6105a93
server: Moved the FSCTL_PIPE_LISTEN implementation to the server.
by Alexandre Julliard
· 18 years ago
3684dc1
server: Move the FSCTL_PIPE_WAIT ioctl implementation to the server.
by Alexandre Julliard
· 18 years ago
737148c
server: Add a specific data type for ioctl codes so they can be printed as symbols.
by Alexandre Julliard
· 18 years ago
aaf477f
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
by Alexandre Julliard
· 18 years ago
2669af7
server: Move the server part of device unmounting to the ioctl processing.
by Alexandre Julliard
· 18 years ago
8c46095
server: Implement the FSCTL_PIPE_DISCONNECT ioctl on the server side.
by Alexandre Julliard
· 18 years ago
6357143
server: Add infrastructure for ioctl server request.
by Alexandre Julliard
· 18 years ago
d85121f
ntdll: Store the file access and options in the fd cache, and get rid of the dynamic flags.
by Alexandre Julliard
· 18 years ago
72bff2e
server: Add support for restarting an async I/O when the client side couldn't finish it right away.
by Alexandre Julliard
· 18 years ago
0cb29f4
server: Add support for associating a file descriptor to a message queue.
by Alexandre Julliard
· 18 years ago
c16eb8e
server: Add support for queuing a user APC upon async I/O completion.
by Alexandre Julliard
· 18 years ago
de1866d
server: Implement the open_file method for named pipes.
by Alexandre Julliard
· 18 years ago
806bb49
server: Implement the open_file method for mailslots.
by Alexandre Julliard
· 18 years ago
94655c8
server: Implemented the open_file method for named pipe and mailslot devices.
by Alexandre Julliard
· 18 years ago
2082a97
server: Use a standard async I/O event to signal directory changes.
by Alexandre Julliard
· 18 years ago
fa4679f
server: Add support for storing an event to signal upon async I/O completion.
by Alexandre Julliard
· 18 years ago
111610c
server: Add an async_data_t structure to store parameters for async I/O requests.
by Alexandre Julliard
· 18 years ago
50975c8
server: Return the status from an async I/O APC call to the server.
by Alexandre Julliard
· 18 years ago
eb3728d
server: Use the common pattern for async I/O parameters in named pipe requests.
by Alexandre Julliard
· 18 years ago
c2cb296
ntdll: Implement NtAllocateLocallyUniqueId with server call.
by Juan Lang
· 18 years ago
1767b45
server: Expose areas revealed by changes to the window region.
by Alexandre Julliard
· 18 years ago
d342d14
server: Add get_token_impersonation_level server call for retrieving the impersonation level from a token.
by Rob Shearman
· 18 years ago
89faee0
server: Added support for the PM_QS_* flags in PeekMessage.
by Alexandre Julliard
· 18 years ago
b0e9d7e
ntdll/server: Implement NtSetSecurityObject. With tests.
by Vitaliy Margolen
· 18 years ago
bae7502
server/ntdll: Simplistic implementation of NtQueryObject(ObjectBasicInformation).
by Vitaliy Margolen
· 18 years ago
f3cb4f7
ntdll: Avoid inter-process APCs when called for the process itself.
by Alexandre Julliard
· 18 years ago
02e2fa77
ntdll: Implementation of inter-process NtMapViewOfSection and NtUnmapViewOfSection.
by Alexandre Julliard
· 18 years ago
8025f79
ntdll: Implementation of inter-process RtlCreateUserThread.
by Alexandre Julliard
· 18 years ago
3410354
ntdll: Fix NtDuplicateObject to only close the file descriptor if it's in the same process.
by Alexandre Julliard
· 18 years ago
c122260
ntdll: Implemented NtLockVirtualMemory and NtUnlockVirtualMemory.
by Alexandre Julliard
· 18 years ago
5a1ad74
ntdll: Implementation of inter-process NtFlushVirtualMemory.
by Alexandre Julliard
· 18 years ago
1ea9680
ntdll: Implementation of inter-process VirtualProtectEx.
by Alexandre Julliard
· 18 years ago
3d00239
ntdll: Implementation of inter-process VirtualQueryEx.
by Alexandre Julliard
· 18 years ago
6ca1d1b
server: Support queuing some APCs to a process instead of a thread.
by Alexandre Julliard
· 18 years ago
fb40dc4
server: Added mechanism for returning results of APC calls.
by Alexandre Julliard
· 18 years ago
4cbe867
ntdll: Duplicate the mapping handle on the server side for NtMapViewOfSection.
by Alexandre Julliard
· 18 years ago
5c8421d
server: Add a generic apc_call structure to make it easier to extend, and more type-safe.
by Alexandre Julliard
· 18 years ago
49b49c3
server: Notify the server that an APC has completed in the next get_apc call.
by Alexandre Julliard
· 18 years ago
4bdf434
winex11.drv: Store window and drawable rects in X11DRV_PDEVICE.
by Ulrich Czekalla
· 18 years ago
8930427
server: Return an fd type in the get_handle_fd request.
by Alexandre Julliard
· 18 years ago
02fc886
ntdll: Retrieve mailslot message info from the client side.
by Alexandre Julliard
· 18 years ago
8700c43
server: Get rid of the server-side file descriptor cache management.
by Alexandre Julliard
· 18 years ago
28418cc
ntdll: Maintain a file descriptor cache on the client side.
by Alexandre Julliard
· 18 years ago
30b878b
server: Compute the removable device flag on the server side.
by Alexandre Julliard
· 18 years ago
85f518a
server: A window timer id should be an unsigned long.
by Alexandre Julliard
· 18 years ago
2f80fcd
server: Changed the get_next_hook request to allow retrieving the current hook too.
by Alexandre Julliard
· 19 years ago
533f519
user32: Store the prev_unicode hook flag on the client side.
by Alexandre Julliard
· 19 years ago
81c1472
user32: The per-window user data must be a DWORD_PTR.
by Alexandre Julliard
· 19 years ago
e0dcf4f
server: Rearrange a few fields to avoid wasting padding space on 64 bits.
by Alexandre Julliard
· 19 years ago
3ad9798
server: Pass the data for message callbacks as vararg from the client side.
by Alexandre Julliard
· 19 years ago
29a3ce9
server: Return the data for callback results in the varargs part of the get_message request.
by Alexandre Julliard
· 19 years ago
Next »