Sign in
goma
/
wine
/
29a55bd512267af743a2ccbc8833750d03678c42
/
server
2f80fcd
server: Changed the get_next_hook request to allow retrieving the current hook too.
by Alexandre Julliard
· 18 years ago
533f519
user32: Store the prev_unicode hook flag on the client side.
by Alexandre Julliard
· 18 years ago
81c1472
user32: The per-window user data must be a DWORD_PTR.
by Alexandre Julliard
· 18 years ago
e0dcf4f
server: Rearrange a few fields to avoid wasting padding space on 64 bits.
by Alexandre Julliard
· 18 years ago
3ad9798
server: Pass the data for message callbacks as vararg from the client side.
by Alexandre Julliard
· 18 years ago
29a3ce9
server: Return the data for callback results in the varargs part of the get_message request.
by Alexandre Julliard
· 18 years ago
59dc456
server: Return the data for winevent hooks in the varargs part of the get_message request.
by Alexandre Julliard
· 18 years ago
8cb932e
ntdll: Implemented AmILastThread information class for NtQueryInformationThread.
by Eric Pouech
· 19 years ago
01dd1ff
ntdll: Implement FSCTL_DISMOUNT_VOLUME for MacOSX.
by Alexandre Julliard
· 18 years ago
5664b8e
server: Win64 printf format warning fixes.
by Michael Stefaniuc
· 19 years ago
85ce511
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
by Michael Stefaniuc
· 19 years ago
81977b7
server: Kill the process without SIGTERM when the fd socket is closed.
by Alexandre Julliard
· 19 years ago
32ab895
makefiles: Generate the dependencies line to avoid some code duplication.
by Alexandre Julliard
· 19 years ago
4d7b230
server: Translate errnos ENFILE and EMFILE to STATUS_TOO_MANY_OPENED_FILES,
by Robert Shearman
· 19 years ago
13a93b4
configure: Set rpath on all executables that link to libwine.
by Alexandre Julliard
· 19 years ago
261691f
server: Use ntdll values where possible.
by Mike McCormack
· 19 years ago
498b781
server: Store the actual process count in snapshots.
by Alexandre Julliard
· 19 years ago
1089260
configure: Only link against libpoll where really necessary.
by Alexandre Julliard
· 19 years ago
3a4c04d
server: Make sure to completely kill processes before returning from a wineserver -k.
by Alexandre Julliard
· 19 years ago
68e850e
server: Send a SIGKILL to processes that don't terminate properly.
by Alexandre Julliard
· 19 years ago
753c870
server: Only call gettimeofday once per poll loop.
by Alexandre Julliard
· 19 years ago
672bfc2
server: Make the message extra info 64 bits on Win64.
by Alexandre Julliard
· 19 years ago
d3b3096
server: Split the queuing of hardware messages into a separate send_hardware_message request.
by Alexandre Julliard
· 19 years ago
2886e9b
makefiles: Use make dependencies to create installation directories.
by Alexandre Julliard
· 19 years ago
c827892
server: Added support for kqueue() as an alternative to poll() on FreeBSD.
by Alexandre Julliard
· 19 years ago
2f40727
server: Abstract the epoll functions a bit more.
by Alexandre Julliard
· 19 years ago
3538c0c
server: Remove unused thread_apc member.
by Thomas Kho
· 19 years ago
2c22996
user: Implementation of Get/SetWindowLongPtr for 64-bit platforms.
by Alexandre Julliard
· 19 years ago
4d1d49b
server: Round up the timeout for poll() to avoid redundant calls.
by Alexandre Julliard
· 19 years ago
5522446
server: Don't crash on invalid request sizes.
by Alexandre Julliard
· 19 years ago
c627601
server: Convert the server start time to the abs_time_t type.
by Alexandre Julliard
· 19 years ago
3095a48
server: Convert thread creation/exit times to the abs_time_t type.
by Alexandre Julliard
· 19 years ago
ce40ef1
server: Rename the wait_input_idle request to better reflect what it does.
by Alexandre Julliard
· 19 years ago
40723f7
server: Make the create_async function take an absolute timeout.
by Alexandre Julliard
· 19 years ago
a624977
server: Fix some comparisons between signed and unsigned.
by Michael Stefaniuc
· 19 years ago
0f273c1
server: Added data_size_t type to represent sizes in the server protocol.
by Alexandre Julliard
· 19 years ago
7b767fb
server: Try harder to find a suitable thread for read/write_process_memory.
by Alexandre Julliard
· 19 years ago
4ff4ba3
server: Add new threads to end of thread_list.
by Thomas Kho
· 19 years ago
026dd2d
ntdll: Implementation of process CreationTime and ExitTime.
by Stefan Siebert
· 19 years ago
c316f0e
server: Simplify process creation.
by Alexandre Julliard
· 19 years ago
54afeb0
user32: Implement Get/SetClassLongPtrA/W.
by Ge van Geldorp
· 19 years ago
eb8a40c
libs: Merged libwine_unicode into libwine.
by Alexandre Julliard
· 19 years ago
a6df163
server: Widen lparam for timers.
by Ge van Geldorp
· 19 years ago
c242c3b
server: Fixed get_thread_context for x86_64.
by Alexandre Julliard
· 19 years ago
cc2b3b4
Take advantage of the recursive nature of .gitignore for Makefile entries.
by Alexandre Julliard
· 19 years ago
dd77d1a
server: Only accept 0 as registry handle in functions that take a parent key.
by Alexandre Julliard
· 19 years ago
19e7fab
user: Improve SetActiveWindow test, add SetForegroundWindow test, make them pass under Wine.
by Dmitry Timoshkov
· 19 years ago
2c38a7d
server: Fix context_powerpc.c compilation.
by Pierre d'Herbemont
· 19 years ago
5d88b27
server: The "select" call passes handles, not ints.
by Ge van Geldorp
· 19 years ago
498742f
server: Moved get/set_thread_context implementation to ptrace.c.
by Alexandre Julliard
· 19 years ago
86d4688
server: Moved some common bits of get/set_thread_context to thread.c.
by Alexandre Julliard
· 19 years ago
11ae0f6
Assorted spelling fixes.
by Francois Gouget
· 19 years ago
0fa7170
server: Fixed a compiler warning on MacOSX.
by Alexandre Julliard
· 19 years ago
1ec3e9f
server: Fix a win64 warning.
by Mike McCormack
· 19 years ago
e65349d
server: Cast user handles to unsigned long for win64 compatibility.
by Mike McCormack
· 19 years ago
e1c16ff
server: Cast handles to unsigned long for win64 compatibility.
by Mike McCormack
· 19 years ago
0a8b344
server: Fix a possible memory leak.
by Mike McCormack
· 19 years ago
db9b557
server: Make wparam and lparam values unsigned long for win64 compatability.
by Mike McCormack
· 19 years ago
38e74b3
server: Don't attach the thread input when changing parents if the new
by Robert Shearman
· 19 years ago
43890d8
server: Don't set the client's server field before the server has
by Robert Shearman
· 19 years ago
5558652
server: Don't report a fatal protocol error for things that we can recover from.
by Alexandre Julliard
· 19 years ago
fac494c
server: open_console's from field should be a handle.
by Mike McCormack
· 19 years ago
f386950
server: Use unsigned long for request types that are 64bit in win64.
by Mike McCormack
· 19 years ago
202ef69
server: Print process/thread id instead of pointer in protocol errors.
by Alexandre Julliard
· 19 years ago
4ec9e11
server: Return an error for invalid requests instead of killing the client process.
by Alexandre Julliard
· 19 years ago
1d6e259
ntdll/kernel32: Pipe information.
by Eric Pouech
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
22bd7a3
server: Don't clear the QS_POSTMESSAGE flag if there is a pending quit message.
by Robert Shearman
· 19 years ago
3396a66
server: Retrieve the groups for a token from the server.
by Robert Shearman
· 19 years ago
5fb6e0e
server: Avoid a crash if a registry notify event has been set already.
by Mike McCormack
· 19 years ago
b02e6b0
server: Threads should start off without having an impersonation token.
by Robert Shearman
· 19 years ago
d59fa77
server: Ignore the SizeOfHeaders field and compute the correct size ourselves.
by Alexandre Julliard
· 19 years ago
f6cb551
server: Remove some no longer needed ptrace code to set registers.
by Alexandre Julliard
· 19 years ago
d2ad6f8
ntdll: Get registers on the client side for NtGetContextThread on the current thread.
by Alexandre Julliard
· 19 years ago
17de829
server: Use the standard suspend mechanism to simulate a breakpoint
by Alexandre Julliard
· 19 years ago
0e81484
x11drv: Properly handle VK_LMENU input.
by Thomas Kho
· 19 years ago
f9ff7bf
server: Remove the use_ptrace variable.
by Alexandre Julliard
· 19 years ago
0fab85a
server: Don't attach thread input to the desktop.
by Alexandre Julliard
· 19 years ago
7dbd1f0
server: Moved the tkill function to ptrace.c.
by Alexandre Julliard
· 19 years ago
d8659a9
server: Get rid of the no longer used get_thread_single_step function.
by Alexandre Julliard
· 19 years ago
820c592
server: Removed the thread attached flag, since we always detach now.
by Alexandre Julliard
· 19 years ago
5cc97c4
server: Always detach from the thread when we are done with ptrace.
by Alexandre Julliard
· 19 years ago
2eb46bb
explorer: Don't use ExitWindows on shutdown.
by Alexandre Julliard
· 19 years ago
cb70931
server: Moved read/write_process_memory and get_selector_entry to ptrace.c.
by Alexandre Julliard
· 19 years ago
0b492c7
server: Hide assumptions about alignment inside the read_process_memory function.
by Alexandre Julliard
· 19 years ago
959bbf8
server: Get rid of alignment requirements in write_process_memory request.
by Alexandre Julliard
· 19 years ago
7a3df4d
server: Free ptr in console_input_append_hist.
by Robert Shearman
· 19 years ago
0bf1c22
server: Handle failure of mem_alloc in duplicate_token.
by Robert Shearman
· 19 years ago
9e0d056
server: Handle possible mem_alloc failure in create_token.
by Robert Shearman
· 19 years ago
d8058fb
server: Should use release_object on an object instead of free.
by Robert Shearman
· 19 years ago
14278b4
server: Avoid comparison of -1 with an unsigned variable.
by Mike McCormack
· 19 years ago
3dd0b2e
server: Don't single step into signal handlers.
by Alexandre Julliard
· 19 years ago
c5c599d
server: Avoid crash on startup when the configuration dir doesn't exist.
by Alexandre Julliard
· 19 years ago
d18711e
server: Store the token source.
by Robert Shearman
· 19 years ago
f5c1381
server: Fix a race condition in the delivery of change notifications.
by Mike McCormack
· 19 years ago
90af5a0
server: Connect to the window station and desktop specified by startup info.
by Alexandre Julliard
· 19 years ago
641e9e3
server: Store window properties in the global atom table instead of
by Alexandre Julliard
· 19 years ago
0a36462
server: Fixed process exit code on FreeBSD.
by Alexandre Julliard
· 19 years ago
1c788ea
server: Fix memory leak in read_process_memory handler.
by Ken Thomases
· 19 years ago
8e772c8
server: Fix compilation under Darwin 7.
by Phil Krylov
· 19 years ago
Next »