Release 1.5.29.
[wine] / dlls / wininet / cookie.c
2013-04-24  Piotr Cabanwininet: Load persistent cookies from other paths in...
2013-04-01  Piotr Cabanwininet: Fixed memory leak in load_persistent_cookie.
2012-12-28  Jacek Cabanwininet: Properly handle output buffer size in Internet...
2012-12-28  Jacek Cabanwininet: Properly handle output buffer size in Internet...
2012-12-21  Piotr Cabanwininet: NULL terminate cookie data in load_persistent_...
2012-12-03  Jacek Cabanwininet: Fixed NULL cookie data pointer handling in...
2012-10-01  Piotr Cabanwininet: Make cookies functions thread-safe.
2012-10-01  Piotr Cabanwininet: Added basic cookie domain validation in set_co...
2012-10-01  Piotr Cabanwininet: Added support for persistent cookies.
2012-10-01  Piotr Cabanwininet: Added more fields to cookie structure.
2012-09-04  Jacek Cabanwininet: Set last error for invalid URL argument.
2011-08-24  AndrĂ© Hentschelwininet: Use the constants from the wininet header.
2011-06-01  Hans Leidekkerwininet: Consistently use the allocation macros.
2011-05-19  Jacek Cabanwininet: Use set_cookie directly in HTTP_ProcessCookies.
2011-05-19  Jacek Cabanwininet: Use get_cookie directly in HTTP_InsertCookies.
2011-05-19  Jacek Cabanwininet: Moved getting cookie from known host to separa...
2011-04-21  Jacek Cabanwininet: Use wrappers for HeapAlloc calls.
2011-01-17  Vincent Povirkwininet: Use LIST_FOR_EACH_SAFE in a loop where we...
2010-07-02  Austin Englishwininet: Avoid size_t in ERR().
2009-10-26  Hans Leidekkerwininet: Avoid accessing uninitialized memory.
2009-07-20  Jacek Cabanwininet: Code clean up by using heap_strdup* functions.
2009-06-25  Eric van Beurdenwininet: Check for failed heap allocations.
2009-04-24  Hans Leidekkerwininet: Fix parsing of cookies with attributes.
2009-04-20  Francois GougetAssorted spelling fixes.
2009-02-18  Aric Stewartwininet: Handle cookie expiration.
2009-02-18  Aric Stewartwininet: Add and match paths for cookies.
2009-02-18  Aric Stewartwininet: When cracking a cookie url discard the webpage...
2009-02-18  Aric Stewartwininet: Parse cookie information from cookie value.
2009-01-30  Hans Leidekkerwininet: Implement IsDomainLegalCookieDomainW.
2008-12-09  Alexandre Julliardwininet: Include ws2tcpip.h before anything else for...
2008-06-30  Hans Leidekkerwininet: More win64 compatibility fixes.
2008-05-12  Hans Leidekkerwininet: Partial implementation of InternetGet/SetCookieEx.
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