wine
2007-09-19  Dan Hipschmanwidl: Implement complex arrays.
2007-09-19  Dan Hipschmanwidl: Handle all buffer sizes.
2007-09-19  Dan Hipschmanwidl: Implement pointer descriptions for complex struct...
2007-09-19  Dan Hipschmanwidl: Fix alignment comments.
2007-09-19  Rob Shearmanrpcrt4: Implement RpcSmDestroyClientContext and RpcSsDe...
2007-09-19  Rob Shearmanrpcrt4: Fix a copy-and-paste error in RpcAuthInfo_Relea...
2007-09-18  Alexandre Julliardtools: Remove the no longer needed bin2res tool.
2007-09-18  Alexandre Julliardwordpad.exe: We can now store binary files in the repos...
2007-09-18  Alexandre Julliardwinetest.exe: We can now store binary files in the...
2007-09-18  Alexandre Julliardwinemine.exe: We can now store binary files in the...
2007-09-18  Alexandre Julliardwinefile.exe: We can now store binary files in the...
2007-09-18  Alexandre Julliardwinecfg.exe: We can now store binary files in the repos...
2007-09-18  Alexandre Julliarduninstaller.exe: We can now store binary files in the...
2007-09-18  Alexandre Julliardtaskmgr.exe: We can now store binary files in the repos...
2007-09-18  Alexandre Julliardregedit.exe: We can now store binary files in the repos...
2007-09-18  Alexandre Julliardoleview.exe: We can now store binary files in the repos...
2007-09-18  Alexandre Julliardmsiexec.exe: We can now store binary files in the repos...
2007-09-18  Alexandre Julliardcmdlgtst.exe: We can now store binary files in the...
2007-09-18  Alexandre Julliardcmd.exe: We can now store binary files in the repository.
2007-09-18  Juan Langcrypt32: Use decode function's returned decoded length...
2007-09-18  Juan Langcrypt32: ret is already true, don't retest it.
2007-09-18  Juan Langcrypt32: Explicitly count bytes to copy in DecodeCopyBytes.
2007-09-18  Juan Langcrypt32: Test and correct decoding indefinite-length...
2007-09-18  Juan Langcrypt32: Use correct encoded length when decoding a...
2007-09-18  Juan Langcrypt32: Simplify AsnDecodeSequenceItems a tiny bit.
2007-09-18  Juan Langcrypt32: Allow indefinite-length encoding of sequence...
2007-09-18  Juan Langcrypt32: Simplify DecodePathLenConstraint.
2007-09-18  Juan Langcrypt32: Allow a sequence to have an indefinite-length...
2007-09-18  Juan Langcrypt32: Set *pcbDecoded in every function.
2007-09-18  Juan Langcrypt32: Use internal form for all internal decoding...
2007-09-18  Juan Langcrypt32: Get rid of encoding type argument to AsnDecode...
2007-09-18  Juan Langcrypt32: Get rid of encoding type from AsnDecodeSequenc...
2007-09-18  Juan Langcrypt32: Don't use exception handler when decoding...
2007-09-18  Juan Langcrypt32: Implement DecodeAltName with DecodeAltNameInte...
2007-09-18  Juan Langcrypt32: Use AsnDecodeIntInternal where an internal...
2007-09-18  Juan Langcrypt32: Temporarily change prototype of AsnDecodeIntIn...
2007-09-18  Juan Langcrypt32: Use internal decode int function a couple...
2007-09-18  Juan Langcrypt32: Introduce a space checking helper for function...
2007-09-18  Juan Langcrypt32: Move a comment that belonged elsewhere.
2007-09-18  Juan Langcrypt32: Separate DecodeInt into an internal and extern...
2007-09-18  Juan Langcrypt32: Use simpler form for internal time decoding...
2007-09-18  Juan Langcrypt32: Allow items in an array to be indefinite-lengt...
2007-09-18  Juan Langcrypt32: Support indefinite-length encoded arrays.
2007-09-18  Juan Langcrypt32: Set bytes decoded in all success paths.
2007-09-18  Juan Langcrypt32: Introduce a helper function to get encoded...
2007-09-18  Juan Langcrypt32: Remove an unneeded WINAPI.
2007-09-18  Juan Langcrypt32: Return bytes decoded from AsnDecodeArray.
2007-09-18  Juan Langcrypt32: Pass bytes decoded pointer to AsnDecodeArray.
2007-09-18  Juan Langcrypt32: Return bytes decoded when decoding an alt...
2007-09-18  Juan Langcrypt32: Return bytes decoded when copying DER-encoded...
2007-09-18  Juan Langcrypt32: Return bytes decoded when decoding a sequence.
2007-09-18  Juan Langcrypt32: Make a decode OID function that returns the...
2007-09-18  Juan Langcrypt32: Add a decoded parameter to AsnDecodeSequence.
2007-09-18  Juan Langcrypt32: Use a simpler prototype for array decoding...
2007-09-18  Juan Langcrypt32: Fix alignment on 64-bit systems.
2007-09-18  Juan Langcrypt32: Correct an optimization.
2007-09-18  Juan Langcrypt32: Correct GET_LEN_BYTES for the indefinite-lengt...
2007-09-18  Juan Langcrypt32: Add a test of an indefinite-length sequence.
2007-09-18  Juan Langcrypt32: Update comments.
2007-09-18  Francois Gougetdbghelp: Fix the PENUMLOADED_MODULES_CALLBACK() prototype.
2007-09-18  Francois Gougetdnsapi: Fix the DnsQueryConfig() prototype.
2007-09-18  Francois Gougetwordpad: Fix compilation on systems that don't support...
2007-09-18  Francois Gougetimagehlp: Add SYMBOL_INFO_PACKAGE and SymSetSearchPathW().
2007-09-18  Francois Gougetadvapi32: Add and use LSTATUS.
2007-09-18  Francois Gougetshell32: CSIDL_MYDOCUMENTS is now a synonym for CSIDL_P...
2007-09-18  Francois Gougetwintrust: Fix compilation on systems that don't support...
2007-09-18  Francois Gougetdbghelp & imagehlp: Fix the PSYM_ENUMSYMBOLS_CALLBACK...
2007-09-18  Francois Gougetntdll: Fix compilation on systems that don't support...
2007-09-18  Francois Gougetdbghelp: Add some missing prototypes and types.
2007-09-18  Francois Gougetimagehlp: Fix the PTRANSLATE_ADDRESS_ROUTINE() and...
2007-09-18  Dmitry Timoshkovwinex11.drv: Use symbolic names for MapVirtualKey trans...
2007-09-18  Rob Shearmanwidl: None of the non-fixed arrays have fixed sizes...
2007-09-18  Rob Shearmanwidl: Missing size_is or length_is attributes should...
2007-09-18  Mikolaj Zalewskiadvapi32: QueryObjectSecurity should return a self...
2007-09-18  Gerald PfeiferREADME: Update minimal system requirements for FreeBSD.
2007-09-18  Juan Langwininet: Create a TCP connection if FLAG_ICC_FORCE_CONN...
2007-09-18  Juan Langmsi: Initialize nested.
2007-09-18  Juan Langmsi: Make sure nested is initialized.
2007-09-18  Juan Langmsi: Don't crash if record has no fields.
2007-09-18  Stefan Dösingerwined3d: Move the software blitting to the base surface...
2007-09-18  Stefan Dösingerwined3d: Give GDI surfaces their own release implementa...
2007-09-18  Stefan Dösingerwined3d: Move lastActiveRenderTarget cleanup to the...
2007-09-18  Stefan Dösingerwined3d: Give GDI surfaces their own GetDC copy.
2007-09-18  Stefan Dösingerwined3d: Move DIB section creation to the base surface...
2007-09-18  Stefan Dösingerwined3d: Remove a pbo check.
2007-09-18  Stefan Dösingerwined3d: Clean up IWineD3DSurface::ReleaseDC.
2007-09-18  Stefan Dösingerwined3d: Clean up SetMem.
2007-09-18  Stefan Dösingerwined3d: Clean up AddDirtyRect.
2007-09-18  Stefan Dösingerwined3d: Clean up SetFormatDesc.
2007-09-18  Stefan Dösingerwined3d: Clean up SetGLTextureDesc and GetGLDesc.
2007-09-18  Stefan Dösingerwined3d: Reorder surface impl predeclarations.
2007-09-18  Stefan Dösingerwined3d: Base surface move, part 2.
2007-09-18  Stefan Dösingerwined3d: Move non-rendering surface specific code to...
2007-09-18  Stefan Dösingerwined3d: Move resource methods to the base surface...
2007-09-18  Stefan Dösingerwined3d: Start of some surface cleanup.
2007-09-18  Alexandre Julliardwinex11.drv: Invalidate the DCE when the window format...
2007-09-18  Alexandre Julliardgdi32: Update the DC in most OpenGL functions.
2007-09-18  Alexandre Julliardgdi32: Replace remaining instance of DC_GetDCUpdate...
2007-09-18  Alexandre Julliardgdi32: Replace DC_GetDCUpdate by get_dc_ptr+update_dc...
2007-09-18  Alexandre Julliardgdi32: Replace DC_GetDCUpdate by get_dc_ptr+update_dc...
next