widl: Move initialization of the stub buffer size into write_remoting_arguments().
[wine] / dlls / kernel32 /
2007-01-23  Anatoly Lyutinkernel32: Add comment for GetConsoleWindow.
2007-01-22  Mike McCormackkernel32: Forward EncodePointer and DecodePointer to...
2007-01-22  Detlef Riekenbergkernel32/tests: GetVolumeNameForMountPoint not present...
2007-01-22  Detlef Riekenbergkernel32/tests: VirtualAllocEx not present in Win95.
2007-01-22  Detlef Riekenbergkernel32/tests: Fix a declaration and use skip for...
2007-01-22  Rob Shearmankernel32: Handle the SECURITY_* flags passed into Creat...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process NtMapViewOfSecti...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process RtlCreateUserThread.
2007-01-18  Alexandre Julliardntdll: Abuse RtlCreateUserThread to call the thread...
2007-01-18  Alexandre Julliardntdll: Move the LDT section to ntdll and make it an...
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-16  Jonathan Ernstkernel: Beginning of French translation of error messages.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualProtectEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualQueryEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualAllocEx...
2007-01-15  Alexandre Julliardkernel32: Use the proper codepage for console functions.
2007-01-15  Anatoly Lyutinkernel32: Add details in description function MultiByte...
2007-01-15  Felix Nawothnigkernel32: Forward CopyLZFile() to LZCopy() instead...
2007-01-12  Alexandre Julliardserver: Set the specified in/out buffer sizes on named...
2007-01-11  Mike McCormackkernel32: Merge existing resources in EndUpdateResource.
2007-01-11  Mike McCormackkernel32: Split update_add_resource() into two functions.
2007-01-11  Mike McCormackkernel32: Create a simple abstraction for file mappings.
2007-01-10  Andrew Talbotkernel32: Declare some functions static.
2007-01-10  Dmitry Timoshkovkernel32: Do not forget to cleanup if the test is skipped.
2007-01-09  Hans Leidekkerkernel32: Add a stub implementation for GetVolumeNameFo...
2007-01-09  Samuel Lidén Borellkernel32: Add SetTermsrvAppInstallMode stub.
2007-01-09  Mike McCormackkernel32: Implement EndUpdateResource for the case...
2007-01-09  Ken Thomaseskernel32: Don't release preferred_locales until we...
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2007-01-08  Paul Vrienskernel32/tests: Prevent memory leak.
2007-01-08  Dmitry Timoshkovkernel32: Print more information about the reason of...
2007-01-08  Dmitry Timoshkovkernel32: Fix the file sharing test to pass cleanly...
2007-01-08  Dmitry Timoshkovkernel32: Skip the VirtualAllocEx test under Win9x.
2007-01-08  Francois Gougetkernel32/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-08  Dmitry Timoshkovkernel32: Skip the OpenProcess test under Win9x.
2007-01-05  Dmitry Timoshkovkernel32: GetTimeFormat and GetDateFormat should fail...
2007-01-04  Francois Gougetkernel32/tests: Use '%d' to print GetLastError().
2007-01-04  Mike McCormackkernel32: Don't try update version resources with inval...
2007-01-04  Rob Shearmankernel32: Be more verbose about the expected and receiv...
2007-01-03  Thomas Khokernel32: Add CreateRemoteThread remote thread conforma...
2007-01-03  Thomas Khokernel32: Add VirtualAllocEx remote thread conformance...
2007-01-03  Mike McCormackkernel32: Store resources to be updated in a tree.
2007-01-02  Dmitry Timoshkovkernel32: Remove a line that was supposed to be deleted...
2007-01-02  Hans Leidekkerkernel32: Add a stub implementation for TermsrvAppInsta...
2007-01-02  Mike McCormackkernel32: Remove incorrect and incomplete implementatio...
2007-01-02  Mike McCormackkernel32: Add a short test for Begin/EndUpdateResource.
2007-01-02  Mike McCormackkernel32: Implement CopyFileWithProgress.
2007-01-01  Dmitry Timoshkovkernel32: Make the locale test pass without errors...
2007-01-01  Paul Vrienskernel32/tests: Run tests on NT4 again.
2007-01-01  Paul Vrienskernel32/tests: Moved ok-statement to the appropriate...
2007-01-01  Paul Vrienskernel32/tests: Move USE_EXTENDED_PRIORITIES outside...
2006-12-27  Michael Stefaniuckernel32/tests: In multiline strings there is no need...
2006-12-22  Dmitry Timoshkovkernel32: Fix a typo.
2006-12-21  Alexandre Julliardntdll: File positions should be aligned to sector bound...
2006-12-21  Paul Vrienskernel32/tests: Don't use full path for executable...
2006-12-21  Juan Langkernel32: Suppress an unneeded warning.
2006-12-20  Alexandre Julliardntdll: Fix the libdl refcount when loading the same...
2006-12-20  Francois Gougetkernel32/tests: Test loading and unloading of builtin...
2006-12-19  Dmitry Timoshkovkernel32: Add a minimal PE image that XP is able to...
2006-12-18  Rob Shearmankernel32: Protect global alloc functions against intege...
2006-12-14  Francois GougetAssorted spelling fixes.
2006-12-14  Paul Vrienskernel32/tests: Be a bit more verbose on failure.
2006-12-13  Pierre d'Herbemontkernel32: Remove unneeded headers.
2006-12-13  Alexandre Julliardntdll: Map the PE header up to the specified size,...
2006-12-13  Dmitry Timoshkovkernel32: Add the data that mimics the PE image which...
2006-12-12  Pierre d'Herbemontkernel32: Allow the preferred language to be different...
2006-12-11  Andrew Talbotkernel32/tests: Cast-qual warnings fix.
2006-12-07  Dmitry Timoshkovkernel32: Add PE images with section alignment 1 and...
2006-12-07  Alexandre Julliardntdll: Fix the failing loader tests.
2006-12-07  Alexandre Julliardkernel32: For LOCALE_NOUSEROVERRIDE, check locale again...
2006-12-07  Alexandre Julliardkernel32/tests: Added LOCALE_NOUSEROVERRIDE flag on...
2006-12-06  Detlef Riekenbergkernel32/tests: Add tests for GetWindowsDirectory.
2006-12-06  Detlef Riekenbergkernel32/tests: Add tests for GetSystemDirectory.
2006-12-05  Alexandre Julliardkernel32: Always read a full block from the CD-ROM...
2006-12-05  Francois GougetAssorted spelling fixes.
2006-12-04  Alexandre Julliardkernel32: Store the LC_MESSAGES value under the "Locale...
2006-12-01  Alexandre Julliardkernel32/tests: Added test case for . and .. directory...
2006-12-01  Alexandre Julliardntdll: Always return . and .. as the first two entries...
2006-12-01  Dmitry Timoshkovkernel32: Skip the PE loader test under a Win9x platform.
2006-11-28  Dmitry Timoshkovkernel32: Make some data const.
2006-11-28  Dmitry Timoshkovkernel32: Add more obscure PE images that XP is able...
2006-11-27  Dmitry Timoshkovkernel32: Improve the PE loader test.
2006-11-24  Marcus Meissnerkernel32/tests: Test -1 length for NULL ptr too.
2006-11-22  Alex Villacís Lassokernel32: Restore C locale for LC_NUMERIC.
2006-11-20  Alexander Nicolays... Updated Norwegian Bokmål translations.
2006-11-20  Detlef Riekenbergkernel32/tests: Avoid crash on Win95 (GetLongPathNameW).
2006-11-20  Detlef Riekenbergkernel32/tests: Load tests on Win9x again (VirtualAlloc...
2006-11-20  James Hawkinskernel32: Replace magic numbers with descriptive defines.
2006-11-20  Marcus Meissnerkernel32: Added missing shift by 8.
2006-11-16  Alexandre Julliardkernel32: Use the appropriate Unix locale for GetLocale...
2006-11-16  Alexandre Julliardkernel32: Added the locale name entry to all locale...
2006-11-16  Alexandre Julliardkernel32: Rewrote the locale matching to match more...
2006-11-16  Dmitry Timoshkovkernel32: Add a basic PE loader test.
2006-11-16  Mike McCormackkernel32: Downgrade a FIXME to a WARN.
2006-11-15  Alexandre Julliardkernel32/tests: Reserve some more memory for the enviro...
2006-11-14  Mike McCormackkernel32: Print a FIXME only once.
2006-11-13  Alexandre Julliardkernel32: Use LC_NUMERIC instead of LC_ALL to determine...
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-11-13  Francois Gougetkernel32: Fix the 'MAP_FOLDCZONE' ok() test.
next