wininet: Remove the custom thread pool implementation and use QueueUserWorkItem instead.
[wine] / dlls / crypt32 / oid.c
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-10-27  Andrew Talbotcrypt32: Cast-qual warnings fix.
2006-10-04  Juan Langcrypt32: Win64 printf format warning fixes.
2006-10-03  Marcus Meissnercrypt32: Include wine/port.h for strcasecmp.
2006-09-08  Paul Vrienscrypt32: Don't crash when tracing is on and a numeric...
2006-09-08  Paul Vrienscrypt32: Add some documentation.
2006-09-07  Paul Vrienscrypt32: Set last error on registry errors.
2006-08-22  Juan Langcrypt32: Fix a misplaced parenthesis.
2006-08-10  Juan Langcrypt32: Implement CryptRegisterDefaultOIDFunction...
2006-08-09  Juan Langcrypt32: Trace key type in CryptFindOIDInfo.
2006-06-14  Mike McCormackcrypt32: Fix a cast for Win64.
2006-06-12  Alexandre Julliardcrypt32: Make some variables static and/or const.
2006-05-25  Mike McCormackcrypt32: Fix a integer to pointer cast.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Juan Langcrypt32: Use the HRESULT synonyms for converted Win32...
2006-02-28  Eric Pouechcrypt32: Don't access a blob after freeing it.
2006-02-28  Juan Langcrypt32: Correct compile problem on gcc 2.95.
2006-02-24  Juan Langcrypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
2006-02-23  Juan Langcrypt32: Move OIDToAlgID and AlgIDToOID to oid.c.
2006-02-22  Juan Langcrypt32: Add stubs for CryptFindOIDInfo and I_CryptInst...
2006-02-03  Juan Langcrypt32: Add stub for CryptEnumOIDInfo.
2005-12-02  Juan LangImplement more OID support functions.