16bit COM interfaces are cdecl, not WINAPI.
[wine] / dlls / wininet /
2005-07-15  Robert ShearmanFix return value of InternetQueryDataAvailable.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-30  Alexandre JulliardAdded missing LGPL header.
2005-06-30  Robert ShearmanAdd stubs for some InternetSetOption options.
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-21  Maarten LankhorstChanged setting default port number from HTTP_Connect to
2005-06-21  Maarten Lankhorst- Added new INTERNET_OPTION* defines.
2005-06-13  Mike McCormackFix some warnings.
2005-06-05  Mike Hearn- Don't return NULL for proxy details if there is no...
2005-05-24  Uwe BonnesHandle more Escape situations.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-04  Troy RolloCreate URL Cache if it does not already exist.
2005-04-21  Alexandre JulliardGet rid of the remaining calls to strncpyW, and remove...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-18  Peter Berg LarsenStrncpy elimination.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-14  Benjamin CutlerBetter handling of hInternet == NULL for INTERNET_OPTIO...
2005-04-13  Benjamin CutlerCheck for an invalid hInternet handle in INET_QueryOpti...
2005-04-11  Jason EdmeadesEnsure A->W version of InternetCrackURL passes correct...
2005-04-11  Juan Lang- set size required correctly for all supported options
2005-04-11  José Manuel Ferrer... Spanish translations updated.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-29  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-21  Troy RolloImplement CreateUrlCacheEntryW and CommitUrlCacheEntryW...
2005-03-21  Vincent BéronFixed some calling conventions.
2005-03-17  Dmitry TimoshkovMatch OVERLAPPED structure to the SDK definition.
2005-03-17  Hans LeidekkerAdd more tests and fix InternetTimeToSystemTimeW accord...
2005-03-16  Jakob ErikssonTest failed before on 98, NT4, 2000 and XP.
2005-03-10  Robert Shearman- Fully delete custom headers on connection opening.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-16  Alex Villacís LassoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN...
2005-02-14  Marcelo DuarteUpdate the resources for Portuguese.
2005-02-08  Hans LeidekkerStub implementations for DeleteUrlCacheContainer{A,W},
2005-02-08  Steven EdwardsCorrect spec entry for FindFirstUrlCacheEntryEx.
2005-02-02  David McCulloughHTTP_HttpSendRequestW was getting invoked with a null...
2005-02-01  Hans Leidekker- Stub implementations for FtpGetFileSize, FtpCommand...
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-25  Maxime BellengéReplace '\' with '/' in the URL in HTTP_HttpSendRequestW.
2005-01-18  Hans LeidekkerImplement and test InternetTime{From,To}SystemTime...
2005-01-17  Jonathan ErnstUpdated French resources.
2005-01-17  Henning GerhardtUpdate German resources.
2005-01-07  Diego PettenòGet rid of DPRINTF.
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2005-01-04  Lionel UlmerFix 'SendAsyncCallback' when it's really asynchronous.
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-23  Lionel UlmerAdded/improved TRACEing.
2004-12-21  Michael StefaniucDo not check for non NULL pointer before HeepFree'ing...
2004-12-20  Steven EdwardsMSVC porting fixes.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-13  Eric PouechFixed array index overflow.
2004-12-06  Mike McCormackMake sure to insert the proxy authentication header...
2004-11-29  Eric PouechMade some functions and variables static.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-11-21  Robert Shearman- Make InternetGetConnectedStateExA not crash, by making
2004-11-19  Robert ShearmanPass the address of the handle rather than just the...
2004-11-04  Aric StewartImplemented InternetGetConnectedStateExA.
2004-10-28  Jakob ErikssonSupposedly fix http test on Windows.
2004-10-08  Vincent BéronRemove #ifdef HAVE_SYS_TYPES_H.
2004-09-23  Robert ShearmanDon't define GWL_USERDATA, GWL_ID, GWL_HWNDPARENT,...
2004-09-23  Robert ShearmanUse dynamically allocated heap allocated buffers in
2004-09-23  Robert Shearman- Don't crash on double InternetCloseHandle.
2004-09-20  Robert ShearmanAlways replace whatever is already in the HTTP "Host...
2004-09-20  Robert ShearmanInternetSetStatusCallback can be used on any handle...
2004-09-16  Alexandre JulliardAvoid using socklen_t.
2004-09-14  Robert ShearmanDon't let applications add Connection header to request.
2004-09-13  Robert ShearmanStore HTTP host header in the same way as most other...
2004-09-13  Robert Shearman- Remove unused variable hIC.
2004-09-10  Uwe BonnesStrip dangling \r\n from HTTP_HttpSendRequest.
2004-09-08  Krzysztof FoltmanMake sure InternetReadFile returns full buffers.
2004-09-08  Uwe BonnesGet full buffers in Internet_Readfile.
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-09-06  Uwe BonnesCheck for more standard headers.
2004-09-06  Krzysztof Foltman- Reversed the assertion causing InternetConnect to...
2004-09-03  Steven EdwardsUse Windows sockets when building Wininet on Mingw.
2004-09-03  Alexandre JulliardAdded configure check for socklen_t.
2004-08-26  Robert ShearmanDon't use freed memory.
2004-08-25  Francois GougetEnable the disabled tests in tests.data or add a commen...
2004-08-24  Huw DaviesChange dialogs to use MS Shell Dlg rather than Helv...
2004-08-19  Robert ShearmanFix type of DeleteIE3Cache function.
2004-08-19  Robert ShearmanBetter TRACE's for some Internet* functions.
2004-08-19  Stefan LeichterAdded stub for DeleteIE3Cache.
2004-08-16  David KredbaAdded Czech resources.
2004-08-13  Francois GougetFix compilation of the wininet generated tests with...
2004-08-10  Mike McCormackFix the processing of the lpszHeaders field in HttpSend...
2004-08-09  Mike McCormackFix warnings generated with -Wsign-compare.
2004-08-06  Mike McCormackAdd another test for InternetCrackUrlW.
2004-08-06  Mike McCormackFix the dwUrlPathLength returned by InternetCrackUrl...
2004-07-23  Robert ShearmanImplement INTERNET_OPTION_CONNECTED_STATE.
2004-07-22  Alexandre JulliardFixed a couple of off-by-one errors.
2004-07-21  Robert ShearmanHttpQueryInfo returns buffer length including null...
2004-07-21  Robert ShearmanRewrite cookies to use shared list.h list code.
next