po: Update French translation.
[wine] / dlls / wininet / utility.c
2012-01-11  Alexandre Julliardwininet: Don't free name before the IPv6 lookup.
2011-06-01  Hans Leidekkerwininet: Consistently use the allocation macros.
2011-04-21  Jacek Cabanwininet: Use wrappers for HeapAlloc calls.
2010-05-17  Piotr Cabanwininet: Fix dwStatusInfoLength value in INTERNET_SendC...
2009-07-17  Jacek Cabanwininet: Rename WININET_strdup_WtoA to heap_strdupWtoA.
2009-07-17  Jacek Cabanwininet: Rename WININET_strdup_AtoW to heap_strdupAtoW...
2009-07-17  Jacek Cabanwininet: Rename WININET_strdupW to standard heap_strdupW.
2009-07-10  Juan Langwininet: Support IPv6 in GetAddress.
2009-07-10  Juan Langwininet: Simplify GetAddress when using getaddrinfo.
2009-07-10  Juan Langwininet: Change type of GetAddress from struct sockaddr...
2009-07-08  Jacek Cabanwininet: Rename WININETHANDLEHEADER to object_header_t.
2008-12-09  Alexandre Julliardwininet: Include ws2tcpip.h before anything else for...
2008-08-04  Hans Leidekkerwininet: Use getaddrinfo for thread-safe resolving...
2008-06-02  Hans Leidekkerwininet: Make resolving hostnames thread-safe.
2008-04-11  Vitaliy Margolenwininet: Properly initialize struct.
2008-02-05  Andrew Talbotwininet: Remove unneeded casts.
2007-08-30  Francois Gougetwininet: Fix many wininet prototypes: the context is...
2007-05-29  Andrew Talbotwininet: Exclude unused headers.
2007-03-05  Rob Shearmanwininet: Always make copies of strings passed to INTERN...
2007-01-05  Jeff Latimerwininet: Ensure null check before dereference.
2006-12-26  Jacek Cabanwininet: Get rid of ASYNC_FUNC enum.
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in SENDCALLBACK request.
2006-10-30  Jacek Cabanwininet: Store handle in WININETHANDLEHEADER and use...
2006-10-05  Hans Leidekkerwininet: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-05  Jacek Cabanwininet: lpvStatusInfo in INTERNET_STATUS_NAME_RESOLVED,
2005-11-22  Robert ShearmanRename SendAsyncCallback to INTERNET_SendCallback.
2005-11-15  Robert ShearmanWe shouldn't pass the struct hostent returned from...
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-04-21  Alexandre JulliardGet rid of the remaining calls to strncpyW, and remove...
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-01-04  Lionel UlmerFix 'SendAsyncCallback' when it's really asynchronous.
2004-12-23  Lionel UlmerAdded/improved TRACEing.
2004-12-13  Eric PouechFixed array index overflow.
2004-09-20  Robert ShearmanInternetSetStatusCallback can be used on any handle...
2004-09-03  Alexandre JulliardAdded configure check for socklen_t.
2004-08-09  Mike McCormackFix warnings generated with -Wsign-compare.
2004-07-19  Mike McCormackUse pointers internally and refcount all objects.
2004-06-14  Mike McCormackFixed ASCII redirect callbacks.
2004-05-25  Kevin KoltzauMove all FTP functions to unicode.
2004-03-30  Mike McCormackConvert the wininet HTTP functions to Unicode.
2004-03-25  Mike McCormackConvert WININETAPPINFOA structure to unicode.
2004-02-09  Lionel UlmerBetter TRACEing in some functions.
2003-09-25  Mike McCormackUse unions instead of defines in async work requests.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-18  Mike McCormackOnly call wininet callbacks if dwContext is non-zero.
2002-06-21  Aric StewartReworking of http and asyncronous calls to get IE6...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-10-04  Nikolas ZimmermannSkip port number before calling gethostbyname.
2001-09-19  Andreas MohrRename "SystemTime" to "t" (this is *not* SYSTEMTIME...
2001-08-24  Francois GougetMade independent from winsock.
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-11-26  Hidenori TakeshimaAdded checking for netdb.h.
2000-06-11  Ulrich CzekallaHTTP protocol now supported, InternetCrackUrl fixed...
2000-04-11  Alexandre JulliardMerged urlmon.dll and wininet.dll from the Corel tree...