winecfg: Disable the desktop option when configuring a specific application.
[wine] / dlls / wininet / internet.c
2006-03-21  Robert Shearmanwininet: Document InternetCrackUrlW.
2006-03-21  Robert Shearmanwininet: InternetCreateUrlW should return the number...
2006-03-14  Robert Shearmanwininet: Make InternetCrackUrlW set the components...
2006-03-14  Robert Shearmanwininet: Move cookie-related stubs to cookie.c
2006-03-14  Robert Shearmanwininet: Implement setting of send and receive timeouts.
2006-03-13  Robert Shearmanwininet: Fix the conversion of NULL component values...
2006-03-13  Robert Shearmanwininet: Host name isn't present when two slashes aren...
2006-03-13  Robert Shearmanwininet: InternetCrackUrl should set nPort to the defau...
2006-03-09  Robert Shearmanwininet: Fix an off-by-one error in InternetCreateUrlW.
2006-03-09  Robert Shearmanwininet: Further InternetCreateFileW fixes.
2006-03-09  Robert Shearmanwininet: If necessary, add a slash between the hostname...
2006-03-09  Robert Shearmanwininet: More InternetCreateUrlW fixes.
2006-03-09  Robert Shearmanwininet: Parse the scheme the string in InternetCreateF...
2006-03-09  Robert Shearmanwininet: Get the string for the scheme if specified...
2006-03-09  Robert Shearmanwininet: The host name is optional in InternetCreateUrlW.
2006-03-09  Robert Shearmanwininet: Use an array of schemes for mapping from a...
2006-03-09  Robert Shearmanwininet: Fix Trace in InternetCreateUrl.
2006-03-06  Robert Shearmanwininet: Rewrite InternetCreateUrlW.
2006-03-06  Victor Peltwininet: Add stub for missing InternetSetOption.
2006-02-16  Juan Langwininet: Use CertNameToStr for INTERNET_OPTION_SECURITY...
2006-01-20  Aric Stewartwininet: INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT...
2005-12-13  Aric Stewartwininet: HTTP headers reworking.
2005-12-03  Robert Shearmanwininet: Correctly set the last error when a called...
2005-12-03  Robert Shearmanwininet: global function/data cleanup
2005-11-30  Robert ShearmanRemove duplicated code by modifying HTTP_HttpSendReques...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-28  Robert ShearmanChange some SendAsyncCallback calls to INTERNET_SendCal...
2005-11-23  Francois GougetDocumentation tweaks to make winapi_check happy.
2005-11-22  Robert ShearmanRename SendAsyncCallback to INTERNET_SendCallback.
2005-11-21  Aric StewartImplement the use of NETCON_send for HTTP connections...
2005-11-16  Robert Shearman- Improve callback to give context sensitive informatio...
2005-11-15  Robert ShearmanCorrect the size of a callback parameter.
2005-11-14  Saulius KrasuckasFix a test for InternetCreateUrlA as no Windows platfor...
2005-11-12  Robert ShearmanImplement InternetReadFileExA (based on a patch by...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-08  Vincent BéronUnicodify InternetCheckConnection.
2005-10-31  James HawkinsImplement InternetCreateUrlW and test cases.
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...
next