Make Unicode const strings static so they are not copied to the stack
[wine] / dlls / wininet / internet.c
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 McCormackConvert the wininet HTTP functions to Unicode.
2004-03-25  Mike McCormackConvert WININETAPPINFOA structure to unicode.
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-09  Lionel UlmerBetter TRACEing in some functions.
2004-02-09  Lionel UlmerImplemented proper asynchronous InternetOpenUrl handling.
2004-02-07  Mike McCormackImplement proper HINTERNET handles.
2004-02-06  Lionel UlmerProperly handle asynchronous HttpSendRequestA.
2003-12-30  Sylvain PetreolleAdded stubs for options CONNECT_TIMEOUT and DATA_RECEIV...
2003-12-12  Robert Shearman- Url Cache improvements.
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-18  Francois GougetAssorted spelling fixes.
2003-11-09  Kirill SmelkovAdded gopher stubs.
2003-09-25  Mike McCormackUse unions instead of defines in async work requests.
2003-09-22  Mike McCormackFix a bunch of unicode/memory allocation errors.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-22  Mike McCormackImplement support for proxies with usernames and passwords.
2003-07-21  Lionel Ulmer- use SIZE command to retrieve the file size (as the...
2003-07-19  Mike McCormackStubs for InternetCreateUrlA/W and CreateUrlCacheEntryA.
2003-07-09  Alexandre JulliardFixed a couple of buffer overflows.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-20  David Hammerton- implemented support for https protocol
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-06  Sylvain PetreolleImplemented wininet.InternetGetConnectedStateEx.
2003-05-11  Mike McCormackImplemented InternetSetOptionExA/W.
2003-04-21  Dan WolfImplemented a stub for DetectAutoProxyUrl.
2003-04-14  Dominik StrasserPartially implement proxy support.
2003-03-28  Alberto MassariAdded InternetSetStatusCallbackA and a stub for
2003-02-25  Uwe BonnesInternetOpenUrlA (http/s case): Use client for HttpOpen...
2003-02-24  Michael StefaniucRemove some unreachable code.
2003-01-28  Andreas Mohr"InternetAutoDial" should be "InternetAutodial".
2003-01-02  Alberto Massari- Implemented InternetCrackUrlW and re-implemented...
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-05  Alberto Massari - Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA...
2002-11-27  Alexandre JulliardAdded definitions for a couple of stub functions that...
2002-11-13  Huw DaviesAdd a counter to keep track of the number of outstandin...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-29  Patrik StridvallFixed some issues found by winapi_check.
2002-10-28  Jaco Greeff- Implementation of [Internet|Ftp]*W functions to exten...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-09-27  Chris MorganAdded stubs for HttpEndRequestA/W, InternetReadFileExA/W,
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-07-22  Roderick ColenbranderSimple implementation of InternetAutodial.
2002-07-19  Marcus MeissnerProtect InternetCloseHandle() against invalid handles.
2002-06-21  Aric StewartReworking of http and asyncronous calls to get IE6...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-23  Patrik StridvallFixed some issues found by winapi_check.
2002-03-20  Bernhard RosenkraenzerAdded InternetOpenURLA implementation.
2002-03-11  Andriy PalamarchukCreated dummy implementation of InternetSetOption function.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-21  Francois GougetFix invalid C code (undefined behavior).
2001-12-24  Gerard PatelTrivial fixes for shlwapi and Internet routines.
2001-12-11  Jon GriffithsAdd exclusion defs & remaining funcs, remove internal...
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-09-10  Marcus MeissnerMore debug output for InternetGetCookie, added stub...
2001-08-24  Francois GougetMade independent from winsock.
2001-07-11  Marcus MeissnerHave InternetGetConnectedState always return 'LAN conne...
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallFixed some issues found by winapi_check.
2001-06-14  Ulrich CzekallaStub for InternetGetCookieA.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-01-06  Huw D M DaviesImplement InternetCanonicalizeUrl.
2000-12-02  Andreas MohrInternetCloseHandle didn't return TRUE in all appropria...
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-11-16  Alexandre JulliardReplaced HEAP_strdup* and lstrcpynAtoW calls by exporte...
2000-09-27  Gerald PfeiferInclude <unistd.h> for prototype of select().
2000-08-22  Marcus MeissnerFixed some warnings.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-04  Patrik StridvallFixed issues found by winapi_check.
2000-08-01  Aric StewartImplemented InternetCheckConnectionA.
2000-07-23  John R. SheetsPut the URL parameter list in with the URL path if...
2000-07-16  Andreas MohrSpelling fixes.
2000-06-23  Patrik StridvallFixed some warnings.
2000-06-11  Ulrich CzekallaHTTP protocol now supported, InternetCrackUrl fixed...
2000-04-23  Gerard PatelStub for InternetGetConnectedState.
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-11  Alexandre JulliardMerged urlmon.dll and wininet.dll from the Corel tree...