Correct parameter names for InternetSetFilePointer.
[wine] / dlls / wininet / internet.c
2005-10-28  James HawkinsCorrect parameter names for InternetSetFilePointer.
2005-10-27  Vijay Kiran KamujuAdd default implementation for max_conn_pre_*_server...
2005-09-29  Denis LukianovUse ICU_BROWSER_MODE in InternetCanonicalizeUrl.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-03  Robert ShearmanAs per MSDN, INTERNET_OPTION_CONNECTED_STATE should...
2005-07-15  Robert ShearmanFix return value of InternetQueryDataAvailable.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-30  Robert ShearmanAdd stubs for some InternetSetOption options.
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-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-03-30  Francois GougetAssorted spelling fixes.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-17  Hans LeidekkerAdd more tests and fix InternetTimeToSystemTimeW accord...
2005-02-08  Hans LeidekkerStub implementations for DeleteUrlCacheContainer{A,W},
2005-02-01  Hans Leidekker- Stub implementations for FtpGetFileSize, FtpCommand...
2005-01-18  Hans LeidekkerImplement and test InternetTime{From,To}SystemTime...
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.
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-13  Eric PouechFixed some errors in function prototypes.
2004-11-29  Eric PouechMade some functions and variables static.
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-09-23  Robert Shearman- Don't crash on double InternetCloseHandle.
2004-09-20  Robert ShearmanInternetSetStatusCallback can be used on any handle...
2004-09-13  Robert ShearmanStore HTTP host header in the same way as most other...
2004-09-08  Krzysztof FoltmanMake sure InternetReadFile returns full buffers.
2004-09-08  Uwe BonnesGet full buffers in Internet_Readfile.
2004-08-19  Robert ShearmanBetter TRACE's for some Internet* functions.
2004-08-09  Mike McCormackFix warnings generated with -Wsign-compare.
2004-08-06  Mike McCormackFix the dwUrlPathLength returned by InternetCrackUrl...
2004-07-23  Robert ShearmanImplement INTERNET_OPTION_CONNECTED_STATE.
2004-07-19  Mike McCormackUse pointers internally and refcount all objects.
2004-07-04  Mike McCormackAllocate the correct size string in InternetCrackUrl.
2004-06-28  Dimitrie O. PaunFix the function names in some of the comments.
2004-06-01  Mike McCormackFix proxy support, remove typecasts.
2004-06-01  Lionel UlmerFix the case where lpszSearchFile is NULL in FtpFindFir...
2004-05-25  Kevin KoltzauMove all FTP functions to unicode.
2004-05-13  Kevin KoltzauPrevent memory leak and superfluous status notifications.
2004-05-12  Kevin KoltzauProperly retrieve and release handles.
2004-05-10  Kevin KoltzauCleanup conversion from A->W.
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.
next