wine
2009-01-30  Juan Langcrypt32: Move test for duplicating a NULL cert to exist...
2009-01-30  Alexandre Julliardntoskrnl.exe: Remove the vectored exception handler...
2009-01-30  Christian Costad3dxof: Fix dead code.
2009-01-30  Andrew Talbotmsctf: Declare some variables static.
2009-01-30  Andrew Talbotwinex11.drv: Declare some functions static.
2009-01-30  Alasdair Sinclairsetupapi/tests: Fix missing void in empty parameter...
2009-01-30  Alasdair Sinclairriched32/tests: Fix missing void in empty parameter...
2009-01-30  Alasdair Sinclairriched20/tests: Fix missing void in empty parameter...
2009-01-30  Alasdair Sinclairquartz/tests: Fix missing void in empty parameter list.
2009-01-30  Alasdair Sinclairoleaut32/tests: Fix missing void in empty parameter...
2009-01-30  Paul Vrienskernel32/tests: Fix some test failures on Win9x and...
2009-01-30  Paul Vrienskernel32/tests: Skip some tests on Win9x and WinME.
2009-01-30  Juan Langcrypt32: Fix debug channel for PFX functions.
2009-01-30  Hans Leidekkerwininet: Implement IsDomainLegalCookieDomainW.
2009-01-29  Alexandre Julliarduser32/tests: Add a few optional messages for Win2K3.
2009-01-29  Alexandre Julliardntdll/tests: Add a couple of status values seen on...
2009-01-29  Alexandre Julliardkernel32/tests: Don't test the implementation details...
2009-01-29  Alexandre Julliardkernel32/tests: Support broken GetTempPath return value...
2009-01-29  Alexandre Julliardgdi32: Check for memory allocation failure in region...
2009-01-29  Alexandre Julliardgdi32: Replace the MEMCHECK macro in the region code...
2009-01-29  Alexandre Julliardgdi32: Don't hold the GDI lock while creating regions.
2009-01-29  Alexandre Julliardgdi32: Store the region data directly in the GDI object.
2009-01-29  Alexandre Julliardgdi32: Store a separate flag to mark a GDI object for...
2009-01-29  Alexandre Julliardgdi32: Increment the reference count for the initial...
2009-01-29  Ge van Geldorpole32/tests: Write to HKCR instead of HKCU/Software...
2009-01-29  Hans Leidekkerwininet: Make sure redirected POST requests become...
2009-01-29  Hans Leidekkerwininet: Add a stub implementation of GetDiskInfoA.
2009-01-29  Hans Leidekkerwininet: Return success from per connection option...
2009-01-29  Andrey Turkinprograms: Add lodctr and unlodctr tools.
2009-01-29  Andrey Turkinloadperf: Rename argument to match its function.
2009-01-29  Dan Kegelwinedos: Get File Attributes must fail for files with...
2009-01-29  Diaa Samishell32: Include the text control when resizing ShBrows...
2009-01-29  Paul Vrienscrypt32: Fix CertDuplicateCertificateContext for a...
2009-01-29  Rob Shearmanrpcrt4: Fix a cstub test failure on older versions...
2009-01-29  Rob Shearmanoleaut32: Fix the typelib tests on 64-bit platforms.
2009-01-29  Huw Daviesoleaut32: Print an LCID in hexadecimal.
2009-01-29  Michael Stefaniucd3d9: Remove superfluous pointer casts.
2009-01-29  Michael Stefaniucmsvcrt: Remove superfluous pointer casts.
2009-01-29  Michael Stefaniucwinspool.drv: Remove superfluous pointer casts.
2009-01-29  Michael Stefaniucservices: Remove superfluous pointer casts.
2009-01-29  Michael Stefaniucd3dxof: Remove superfluous pointer casts.
2009-01-29  Michael Stefaniucwintrust: Remove superfluous pointer casts.
2009-01-29  Michael Stefaniucexpand: Remove superfluous pointer casts.
2009-01-29  Michael Stefaniucquartz: Remove superfluous pointer casts.
2009-01-29  Michael Stefaniucoleaut32/tests: Remove superfluous pointer casts.
2009-01-29  Jeremy Whitetwain_32: Return TWRC_FAILURE/TWCC_NODS when we have...
2009-01-29  Jeremy Whitetwain_32: Set the correct condition code for DG_CONTROL...
2009-01-29  Jeremy Whitesane.ds: Implement CAP_SUPPORTEDCAPS.
2009-01-29  Jeremy Whitesane.ds: Initialize the SupportedGroups field when...
2009-01-29  Jeremy Whitetwain_32: Add a bit more tracing about the scanners...
2009-01-29  Jeremy Whitetwain_32: Add an interactive set of tests for a selecte...
2009-01-29  Jeremy Whitetwain_32: Modify get_condition_status to allow for...
2009-01-29  Austin Englishmssign32: Add stub dll.
2009-01-29  Austin Englishtraffic: Add stub dll.
2009-01-29  Marcus Meissnerxcopy: Handle return from vsnprintfW (Coverity).
2009-01-29  Marcus Meissnermsxml3: Handle get_element returning NULL (Coverity).
2009-01-29  Marcus Meissnerserver: Handle NULL thread in send_hardware_message...
2009-01-29  Marcus Meissnerriched20: Handle more missing allocs gracefully (Coverity).
2009-01-29  Marcus Meissnerriched20: Handle NULL fp more gracefully (Coverity).
2009-01-29  Marcus Meissnerriched20: Handle cp NULL more gracefully (Coverity).
2009-01-29  Marcus Meissnerriched20: Exit the loop instead of crashing (Coverity).
2009-01-29  Marcus Meissnerriched20: Removed unneeded NULL check (Coverity).
2009-01-29  Marcus Meissnerregedit: Check HeapAlloc results (coverity).
2009-01-29  Juan Langrsaenh: Also write a key's permissions when it's being...
2009-01-29  Juan Langrsaenh: Load/store key permissions along with key pair...
2009-01-29  Juan Langrsaenh: Use key spec rather than char * to identify...
2009-01-29  Juan Langrsaenh: Don't store a key to the registry when it's...
2009-01-29  Juan Langrsaenh: Store a key's value to the registry when a...
2009-01-29  Juan Langrsaenh: Split CPImportKey into a helper function for...
2009-01-29  Juan Langrsaenh: Use helper function to install keys.
2009-01-29  Juan Langrsaenh: Separate storing a key container's keys from...
2009-01-29  Juan Langrsaenh: Add a test for importing a key into a container...
2009-01-29  Juan Langrsaenh: Honor a key's permissions when exporting a...
2009-01-29  Juan Langrsaenh: Split CPExportKey into helper functions for...
2009-01-29  Juan Langrsaenh: Fix CryptSetKeyParam for KP_PERMISSIONS.
2009-01-29  Juan Langrsaenh: Honor the CRYPT_EXPORTABLE flag to CryptAcquire...
2009-01-29  Juan Langrsaenh: Honor the CRYPT_EXPORTABLE flags to CryptImportKey.
2009-01-29  Juan Langrsaenh: Add tests for key permissions.
2009-01-29  Dan Kegelmsvcrt: Remove CRs earlier in ascii mode in fseek,...
2009-01-29  Dan Kegelmsvcrt: _flsbuf zeroes _cnt.
2009-01-29  Alasdair Sinclairuser32/tests: Fix missing void in empty parameter list.
2009-01-29  Alasdair Sinclairwinmm/tests: Fix missing void in empty parameter list.
2009-01-29  Alasdair Sinclairurlmon/tests: Fix missing void in empty parameter list.
2009-01-29  Alasdair Sinclairmsi/tests: Fix missing void in empty parameter list.
2009-01-29  Alasdair Sinclairmshtml/tests: Fix missing void in empty parameter list.
2009-01-29  Paul Vrienskernel32/tests: Fix some test failures on Win9x and...
2009-01-29  Paul Vrienskernel32/tests: Fix some test failures on Win9x and...
2009-01-29  Paul Vrienskernel32/tests: Fix some test failures on several platf...
2009-01-29  Gerald Pfeiferiphlpapi: #define RTF_LLINFO if not in system headers.
2009-01-29  Anders Jonssoncomdlg32: Update Swedish translation.
2009-01-29  Anders Jonssoncmdlgtst: Add Swedish translation.
2009-01-29  Aric Stewartshell32: In ParseDisplayName make use of shdocvw if...
2009-01-29  Aric Stewartsetupapi: Implement pSetupInstallCatalog.
2009-01-29  Aric Stewartwine.inf: Add reg.exe as a stub to system32 now that...
2009-01-29  Hans Leidekkerwininet: Mark IE6 behaviour of HttpSendRequestW as...
2009-01-29  Hans Leidekkerkernel32: Add stub implementations of Wow64DisableWow64...
2009-01-28  Alexandre Julliardntdll: Convert the DbgPrint* functions to use MS ABI...
2009-01-28  Alexandre Julliardntdll: Copy the msvcrt printf implementation to ntdll...
2009-01-28  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Freety...
2009-01-28  Alexandre Julliardgdi32: Get rid of GDI_ReallocObject.
next