server: Move socket async activation to sock_poll_event.
[wine] / dlls / wininet / cookie.c
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