Sign in
goma
/
wine
/
996e594240e91d1d505397f003f3f6f4c6c44a71
/
server
73c7239
Fixed Get/SetThreadContext to work properly on suspended threads.
by Alexandre Julliard
· 19 years ago
f2686d4
Fix error returned when opening nonexistent pipes.
by Vitaliy Margolen
· 19 years ago
3f85e26
Moved the platform-independent part of the get/set_thread_context
by Alexandre Julliard
· 19 years ago
ff7795e
Don't send an extra signal when waiting for a debug event, just do a
by Alexandre Julliard
· 19 years ago
d6f7adb
Don't send the incoming context to the server for get_thread_context,
by Alexandre Julliard
· 19 years ago
ecca104
Fix error returned when exceeding allowed instances.
by Vitaliy Margolen
· 19 years ago
1ca6e89
- Use OBJ_CASE_INSENSITIVE in object lookup.
by Vitaliy Margolen
· 19 years ago
4b811d9
Do not overflow the stackbased "nt" struct when reading non-conforming PE files.
by Marcus Meissner
· 19 years ago
3585f2f
Pass object attributes to create_named_object & find_object.
by Vitaliy Margolen
· 19 years ago
a996000
- Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an
by Vitaliy Margolen
· 19 years ago
f8037bd
Make the unmount_device request take a handle to the device file
by Alexandre Julliard
· 19 years ago
2790923
Removed incorrect process queue check in wait_input_idle.
by Alexandre Julliard
· 19 years ago
12a7499
Put Wine version information in all the man pages.
by Alexandre Julliard
· 19 years ago
664e410
Added global rules for man pages.
by Alexandre Julliard
· 19 years ago
9a7b41a
Fix refcount leak and return correct error in create_named_object.
by Vitaliy Margolen
· 20 years ago
79b387d
Initial version of a wineserver man page.
by Alexandre Julliard
· 20 years ago
b09582a
Implemented kernel32 process affinity handling on top on ntdll.
by Eric Pouech
· 20 years ago
0ec183c
Use the proper format to print handles in handle_table_dump.
by Alexandre Julliard
· 20 years ago
43c6396
Use int instead of long in interlocked_* functions for 64-bit compatibility.
by Alexandre Julliard
· 20 years ago
e21aa6a
- now passing access rights when creating a named pipe in NTDLL
by Eric Pouech
· 20 years ago
5a12dd1
Preliminary version of the context support for x86-64.
by Alexandre Julliard
· 20 years ago
cdf9294
Use the proper size for the cmsg_fd structure on 64-bit plaforms.
by Alexandre Julliard
· 20 years ago
867ae26
Remove an exiting thread from the process only after thread cleanup to
by Alexandre Julliard
· 20 years ago
127127f
Timeout 0 means infinite wait for SendMessageTimeout.
by Alexandre Julliard
· 20 years ago
f0db7ab
Added FSCTL_PIPE_LISTEN support.
by Ivan Leo Puoti
· 20 years ago
b3badc7
- rewrite kernel32:{Set|Get}PriorityClass on top of ntdll equivalent
by Eric Pouech
· 20 years ago
f62f6e8
Don't cache file descriptors open on removable devices.
by Alexandre Julliard
· 20 years ago
38502f7
Added a separate set_handle_cached_fd request instead of abusing
by Alexandre Julliard
· 20 years ago
1b2adad
Don't try to detach from a thread that is exiting, to avoid triggering
by Alexandre Julliard
· 20 years ago
9d99a04
Added a watchdog mechanism to break out of the wait4 call in case it
by Alexandre Julliard
· 20 years ago
3f31a10
Avoid a crash in find_hardware_message_window when there's no foreground input.
by Alexandre Julliard
· 20 years ago
4ebd2fc
Better handling of conflicting section information between
by Alexandre Julliard
· 20 years ago
e659f1e
Fix some gcc 4.0 warnings.
by Mike McCormack
· 20 years ago
b0e091a
The temp buffer always stores WCHARs, fixed its type and got rid of a
by Alexandre Julliard
· 20 years ago
964815b
Added an unmount_device request that invalidates all file descriptors
by Alexandre Julliard
· 20 years ago
49b7fdc
Removed the broken mmap64 configure check, and moved the
by Alexandre Julliard
· 20 years ago
d432515
Added a separate device object to keep track of inodes that are on the
by Alexandre Julliard
· 20 years ago
830d1ed
Automatically generate the list of error names in make_requests.
by Alexandre Julliard
· 20 years ago
b6c7677
Removed a no longer used variable.
by Alexandre Julliard
· 20 years ago
f895ad1
Fixed a couple of error codes.
by Alexandre Julliard
· 20 years ago
c132542
Renamed fd to unix_fd in the closed_fd structure to make the code a bit clearer.
by Alexandre Julliard
· 20 years ago
8197e0b
Create the desktop class when needed without requiring a client request.
by Alexandre Julliard
· 20 years ago
91eaea5
- Change the default user SID to match what was previously returned by
by Robert Shearman
· 20 years ago
37773dd
Make mailslots use as much of the default async fd implementation as possible.
by Robert Shearman
· 20 years ago
9ad5628
Moved the server start time to the init_thread request and got rid of
by Alexandre Julliard
· 20 years ago
11ad6a0
Return the startup info size in the init_thread request, and allocate
by Alexandre Julliard
· 20 years ago
fbf0ea9
Store the default DACL in the token.
by Robert Shearman
· 20 years ago
4391be5
Get rid of the boot_done request.
by Alexandre Julliard
· 20 years ago
0424f38
Already initialize the process in the first init_thread request
by Alexandre Julliard
· 20 years ago
c976db1
Avoid potential crashes when there is no handle table.
by Alexandre Julliard
· 20 years ago
01caa5e
Moved the fields that depends on startup info from the init_process
by Alexandre Julliard
· 20 years ago
6aa0cc5
Load the HKEY_CURRENT_USER branch at server startup too.
by Alexandre Julliard
· 20 years ago
4a40b2e
Store the global hooks table in the desktop object.
by Alexandre Julliard
· 20 years ago
5ad90c0
Tie windows and thread input structures to a specific desktop.
by Alexandre Julliard
· 20 years ago
499e343
Export the winstation and desktop structures to avoid having to write
by Alexandre Julliard
· 20 years ago
c3ac57d
Explicitly pass the winstation to the atom functions so that they can
by Alexandre Julliard
· 20 years ago
8c51880
Put in place the basic infrastructure to allow supporting multiple
by Alexandre Julliard
· 20 years ago
bb82cbb
Convert the shared mapping list to a standard list.
by Alexandre Julliard
· 20 years ago
86af38c
Make IsWindowUnicode work in the case when window belongs to another process.
by Dmitry Timoshkov
· 20 years ago
248f4b2
Store the global atom table in the process window station.
by Alexandre Julliard
· 20 years ago
b2e74c3
Load all dll sections no matter what attributes say.
by Vitaliy Margolen
· 20 years ago
112228d
Don't bother loading the config file anymore.
by Alexandre Julliard
· 20 years ago
45128bd
Make the clipboard information local to the process window station.
by Alexandre Julliard
· 20 years ago
36b85d0
Clear the process handle table before releasing it to avoid potential
by Alexandre Julliard
· 20 years ago
92fec7b
Keep track of the windows and hooks used by a thread to properly
by Alexandre Julliard
· 20 years ago
390bc5f
Don't include winbase.h when it's not necessary.
by Mike McCormack
· 20 years ago
4bba216
Add support for impersonating a token.
by Robert Shearman
· 20 years ago
66e5ce3
Remove unnecessary includes.
by Mike McCormack
· 20 years ago
8cb3f92
- All versions of Windows ignore the access rights of the passed in
by Robert Shearman
· 20 years ago
5f22e7c
Remove the process locks in process_killed, not process_destroy.
by Alexandre Julliard
· 20 years ago
0901b23
Call the close_handle notification for all objects when releasing a
by Alexandre Julliard
· 20 years ago
dacc3db
Fix size used to validate the sids in aces.
by Robert Shearman
· 20 years ago
f95ef09
Add TokenType attribute to specify whether the token is a primary or
by Robert Shearman
· 20 years ago
cdcb203
Call remove_process_locks when a process ends, fix declarations.
by Mike McCormack
· 20 years ago
3795709
Change code style of form "if( x )" to "if (x)" for consistency.
by Robert Shearman
· 20 years ago
9b3b7ca
Store the process along with the key handle in notifications.
by Alexandre Julliard
· 20 years ago
b9b1ea9
Added a close_handle method to the object operations, and use it to
by Alexandre Julliard
· 20 years ago
78a3e63
The desktop of a new thread should be set from the process initial
by Alexandre Julliard
· 20 years ago
9b82644
- Avoid evil signed bitfields.
by Robert Shearman
· 20 years ago
d681022
Fix a regression in the performance of named pipes by only making the
by Robert Shearman
· 20 years ago
c615801
Include user.h in the new winstation.c to avoid a warning from
by Mike McCormack
· 20 years ago
e51dd36
Implement overlapped I/O with named pipes.
by Robert Shearman
· 20 years ago
1bf96e0
Beginnings of support for window stations and desktops.
by Alexandre Julliard
· 20 years ago
d6a4e34
- Add a default asynchronous I/O implementation. - Make file objects use it.
by Robert Shearman
· 20 years ago
db412aa
Added a from_child parameter to the get_update_region request to allow
by Alexandre Julliard
· 20 years ago
50dc5a3
Crop the update region to the new window rectangle when resizing a window.
by Alexandre Julliard
· 20 years ago
c516571
- Use NULL instead of 0 for all non-handle pointers.
by Robert Shearman
· 20 years ago
616b293
- Print commas between ACE's. - Dump access masks from all ACE's.
by Robert Shearman
· 20 years ago
4ad9341
Implement NtAccessCheck.
by Robert Shearman
· 20 years ago
7bff354
- Add new server type "struct security_descriptor".
by Robert Shearman
· 20 years ago
b4b7f05
Fix several memory leaks.
by Rob Shearman
· 20 years ago
2a782c6
Add user attribute to token objects.
by Robert Shearman
· 20 years ago
110c8dc
Fixed a number of atom test failures.
by Alexandre Julliard
· 20 years ago
55d449e
Fixed another case where a mouse message could get assigned to a
by Alexandre Julliard
· 20 years ago
90b48e9
Only set the new window of a hardware message if the window belongs to
by Alexandre Julliard
· 20 years ago
9e73cdd
Allow passing a string to the window property server requests instead
by Alexandre Julliard
· 20 years ago
4bef677
Changed atom handling to use counted strings instead of
by Alexandre Julliard
· 20 years ago
6334235
Store a bitmap of active hooks on the client side to try to avoid
by Alexandre Julliard
· 20 years ago
e626736
- changed ATOM support in wineserver to match NTDLL needs
by Eric Pouech
· 20 years ago
d40517c
Change the type of 1 bit wide bitfields to unsigned.
by Michael Stefaniuc
· 20 years ago
Next »