msi: Free the cabinet string on error.
[wine] / dlls / wininet / cookie.c
2007-11-19  Hans Leidekkerwininet: Initialize path buffer in InternetSetCookie.
2007-11-15  Hans Leidekkerwininet: Fix a number of problems with InternetGetCookie.
2007-11-15  Hans Leidekkerwininet: Fix a number of problems with InternetSetCookie.
2007-11-09  Juan Langwininet: Initialize length of values that aren't being...
2007-10-12  Andrew Talbotwininet: Fix a memory leak.
2007-09-21  Misha Koshelevwininet: Track child handles, free all child handles...
2006-10-05  Hans Leidekkerwininet: Win64 printf format warning fixes.
2006-06-02  Mike McCormackwininet: Simple tests for InternetGetCookie's parameters.
2006-06-02  Mike McCormackwininet: Fix up and test InternetSetCookie parameter...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-20  Robert Shearmanwininet: Copy from the start of the cookie name, not...
2006-03-14  Robert Shearmanwininet: Move cookie-related stubs to cookie.c
2006-03-09  Robert Shearmanwininet: Fix InternetGetCookie with no matching cookies.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-01-26  Francois GougetAssorted spelling fixes.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-21  Michael StefaniucDo not check for non NULL pointer before HeepFree'ing...
2004-09-03  Alexandre JulliardAdded configure check for socklen_t.
2004-07-21  Robert ShearmanRewrite cookies to use shared list.h list code.
2004-07-19  Robert ShearmanFix size return from InternetGetCookieW.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-12  Mike McCormackConvert unicode strings to const.
2004-03-30  Mike McCormackUnicodify the cookie handling code.
2004-03-30  Mike McCormackConvert the wininet HTTP functions to Unicode.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-06-20  David Hammerton- implemented support for https protocol