jscript: Use single string instance for strings representing NULL BSTR instead of...
[wine] / dlls / crypt32 / context.c
2009-11-04  Juan Langcrypt32: Rename a function to reflect its behavior...
2009-11-04  Juan Langcrypt32: Don't delete a context when removing it from...
2009-11-04  Juan Langcrypt32: Add an error if the ref count is invalid when...
2009-11-04  Juan Langcrypt32: Trace whenever a reference count changes,...
2009-11-04  Juan Langcrypt32: Release a link context's linked context on...
2009-11-04  Juan Langcrypt32: When creating a link context, call Context_Add...
2009-11-04  Juan Langcrypt32: When add-ref'ing a context, add-ref its linked...
2009-11-04  Juan Langcrypt32: When removing contexts from a list, make sure...
2009-11-04  Juan Langcrypt32: Add return value to Context_Release to allow...
2009-06-15  Andrew Talbotcrypt32: Constify some variables.
2009-01-26  Michael Stefaniuccrypt32: Remove some more superfluous pointer casts.
2008-12-19  Juan Langcrypt32: Make a function static.
2008-11-04  Michael Stefaniuccrypt32: Remove superfluous casts of void pointers.
2008-09-10  Juan Langcrypt32: Assert condition that can occur only in case...
2008-01-02  Alexandre Julliardcrypt32: Avoid casting away const from the context...
2007-09-10  Juan Langcrypt32: Add more tests for getting issuer cert from...
2007-08-08  Juan Langcrypt32: Add a couple traces.
2007-03-12  Jan Zerebeckicrypt32: Add DebugInfo to critical sections.
2006-10-04  Juan Langcrypt32: Win64 printf format warning fixes.
2006-06-13  Alexandre Julliardcrypt32: Use unsigned int instead of size_t to avoid...
2006-05-26  Juan Langcrypt32: Combine redundant code.
2006-05-26  Alexandre JulliardFixed a couple of instances of the old FSF address...
2006-05-23  Juan Langcrypt32: Abstract contexts.