dsound/tests: The tests link with dsound.dll so use GetModuleHandle() instead of...
[wine] / server /
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...
2006-10-04  Alexandre Julliardserver: Pass the data for message callbacks as vararg...
2006-10-04  Alexandre Julliardserver: Return the data for callback results in the...
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-03  Alexandre Julliardntdll: Implement FSCTL_DISMOUNT_VOLUME for MacOSX.
2006-10-02  Michael Stefaniucserver: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-21  Alexandre Julliardserver: Kill the process without SIGTERM when the fd...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-07  Robert Shearmanserver: Translate errnos ENFILE and EMFILE to STATUS_TO...
2006-08-25  Alexandre Julliardconfigure: Set rpath on all executables that link to...
2006-08-23  Mike McCormackserver: Use ntdll values where possible.
2006-08-15  Alexandre Julliardserver: Store the actual process count in snapshots.
2006-08-15  Alexandre Julliardconfigure: Only link against libpoll where really neces...
2006-08-14  Alexandre Julliardserver: Make sure to completely kill processes before...
2006-08-14  Alexandre Julliardserver: Send a SIGKILL to processes that don't terminat...
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-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
2006-08-04  Alexandre Julliardserver: Added support for kqueue() as an alternative...
2006-08-03  Alexandre Julliardserver: Abstract the epoll functions a bit more.
2006-08-03  Thomas Khoserver: Remove unused thread_apc member.
2006-08-02  Alexandre Julliarduser: Implementation of Get/SetWindowLongPtr for 64...
2006-07-27  Alexandre Julliardserver: Round up the timeout for poll() to avoid redund...
2006-07-27  Alexandre Julliardserver: Don't crash on invalid request sizes.
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: Make the create_async function take an absolute...
2006-07-26  Michael Stefaniucserver: Fix some comparisons between signed and unsigned.
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-07-25  Alexandre Julliardserver: Try harder to find a suitable thread for read...
2006-07-25  Thomas Khoserver: Add new threads to end of thread_list.
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-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-11  Ge van Geldorpserver: Widen lparam for timers.
2006-07-11  Alexandre Julliardserver: Fixed get_thread_context for x86_64.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-10  Alexandre Julliardserver: Only accept 0 as registry handle in functions...
2006-07-10  Dmitry Timoshkovuser: Improve SetActiveWindow test, add SetForegroundWi...
2006-07-07  Pierre d'Herbemontserver: Fix context_powerpc.c compilation.
2006-07-03  Ge van Geldorpserver: The "select" call passes handles, not ints.
2006-06-27  Alexandre Julliardserver: Moved get/set_thread_context implementation...
2006-06-23  Alexandre Julliardserver: Moved some common bits of get/set_thread_contex...
2006-06-16  Francois GougetAssorted spelling fixes.
2006-06-15  Alexandre Julliardserver: Fixed a compiler warning on MacOSX.
2006-06-15  Mike McCormackserver: Fix a win64 warning.
2006-06-15  Mike McCormackserver: Cast user handles to unsigned long for win64...
2006-06-15  Mike McCormackserver: Cast handles to unsigned long for win64 compati...
2006-06-08  Mike McCormackserver: Fix a possible memory leak.
2006-06-08  Mike McCormackserver: Make wparam and lparam values unsigned long...
2006-06-08  Robert Shearmanserver: Don't attach the thread input when changing...
2006-06-08  Robert Shearmanserver: Don't set the client's server field before...
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-06-07  Alexandre Julliardserver: Print process/thread id instead of pointer...
2006-05-28  Alexandre Julliardserver: Return an error for invalid requests instead...
2006-05-27  Eric Pouechntdll/kernel32: Pipe information.
next