crypt32: Initial French translation.
[wine] / server /
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.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Robert Shearmanserver: Don't clear the QS_POSTMESSAGE flag if there...
2006-05-15  Robert Shearmanserver: Retrieve the groups for a token from the server.
2006-05-15  Mike McCormackserver: Avoid a crash if a registry notify event has...
2006-05-05  Robert Shearmanserver: Threads should start off without having an...
2006-04-21  Alexandre Julliardserver: Ignore the SizeOfHeaders field and compute...
2006-04-20  Alexandre Julliardserver: Remove some no longer needed ptrace code to...
2006-04-20  Alexandre Julliardntdll: Get registers on the client side for NtGetContex...
2006-04-19  Alexandre Julliardserver: Use the standard suspend mechanism to simulate...
2006-04-14  Thomas Khox11drv: Properly handle VK_LMENU input.
2006-04-13  Alexandre Julliardserver: Remove the use_ptrace variable.
2006-04-12  Alexandre Julliardserver: Don't attach thread input to the desktop.
2006-04-10  Alexandre Julliardserver: Moved the tkill function to ptrace.c.
2006-04-10  Alexandre Julliardserver: Get rid of the no longer used get_thread_single...
2006-04-10  Alexandre Julliardserver: Removed the thread attached flag, since we...
2006-04-10  Alexandre Julliardserver: Always detach from the thread when we are done...
2006-04-07  Alexandre Julliardexplorer: Don't use ExitWindows on shutdown.
2006-04-07  Alexandre Julliardserver: Moved read/write_process_memory and get_selecto...
2006-04-07  Alexandre Julliardserver: Hide assumptions about alignment inside the...
2006-04-07  Alexandre Julliardserver: Get rid of alignment requirements in write_proc...
2006-04-07  Robert Shearmanserver: Free ptr in console_input_append_hist.
2006-04-07  Robert Shearmanserver: Handle failure of mem_alloc in duplicate_token.
2006-04-07  Robert Shearmanserver: Handle possible mem_alloc failure in create_token.
2006-04-07  Robert Shearmanserver: Should use release_object on an object instead...
2006-04-07  Mike McCormackserver: Avoid comparison of -1 with an unsigned variable.
2006-04-03  Alexandre Julliardserver: Don't single step into signal handlers.
2006-03-31  Alexandre Julliardserver: Avoid crash on startup when the configuration...
2006-03-30  Robert Shearmanserver: Store the token source.
2006-03-28  Mike McCormackserver: Fix a race condition in the delivery of change...
2006-03-27  Alexandre Julliardserver: Connect to the window station and desktop speci...
2006-03-27  Alexandre Julliardserver: Store window properties in the global atom...
2006-03-27  Alexandre Julliardserver: Fixed process exit code on FreeBSD.
2006-03-24  Ken Thomasesserver: Fix memory leak in read_process_memory handler.
2006-03-24  Phil Krylovserver: Fix compilation under Darwin 7.
2006-03-22  Alexandre Julliardserver: Class and global atoms should not be local...
2006-03-22  Alexandre Julliardserver: New scheme for cleaning up objects on server...
2006-03-07  Alexandre Julliardserver: Fixed length check in dump_inline_unicode_string.
2006-03-07  Alexandre Julliarduser: Launch explorer to manage the desktop window.
2006-03-06  Alexandre Julliardserver: Support for closing the desktop window.
2006-03-06  Alexandre Julliardserver: Added unlink_named_object function.
2006-03-06  Alexandre Julliardserver: Infrastructure for having a thread own the...
2006-03-06  Alexandre Julliardserver: Avoid crash in set_thread_desktop if the thread...
2006-03-06  Alexandre Julliardserver: Return real parent and owner in the create_wind...
next