mshtml: Don't crash in QueryInterface if uri is NULL.
[wine] / dlls / wininet /
2006-08-07  Ulrich Czekallawininet: Add INTERNET_OPTION_SECURITY_FLAGS stub to...
2006-07-29  James Hawkinswininet: Only copy the relative filename into the UrlEn...
2006-07-20  Paul Vrienswininet: FTP_FtpDeleteFileW expects a LPWININETFTPSESSIONW.
2006-07-19  Paul Vrienswininet: FTP_FtpRenameFileW expects a LPWININETFTPSESSIONW.
2006-07-17  James Hawkinswininet: Add more tests for InternetCrackurl.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-07  Paul Vrienswininet: Use correct way of determining the password...
2006-07-06  Paul Vrienswininet: Return NULL handle if no connection is establi...
2006-07-06  James Hawkinswininet: Error out if hInternet is a bad handle.
2006-07-06  James Hawkinswininet: Use a blank password if none is provided in...
2006-06-21  Andrew Talbotwininet/tests: Write-strings warnings fix.
2006-06-19  Mike McCormackwininet: Make sure to null terminate a string before...
2006-06-13  Alexandre Julliardwininet/tests: Use lstrlenA instead of strlen in ok...
2006-06-12  Alexandre Julliardinclude: Make the Dll* entry points hidden.
2006-06-08  Phil Lodwickwininet: ftp: Fix crash if input buffer is larger than...
2006-06-08  Phil Lodwickwininet: ftp: 125 is an acceptable response code for...
2006-06-02  Mike McCormackwininet: Simple tests for InternetGetCookie's parameters.
2006-06-02  Mike McCormackwininet: Fix up and test InternetSetCookie parameter...
2006-06-02  Mike McCormackwininet: Remove some dead code (Coverity).
2006-05-30  Mike McCormackwininet: Don't crash when querying NULL values.
2006-05-30  Mike McCormackwininet: Add a test for basic authentication.
2006-05-25  Andrew Ziemwininet: Constify data.
2006-05-24  Mike McCormackwininet: Fix a possible NULL pointer deference.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Robert Shearmanwininet: Fix a failing test.
2006-05-16  Mike McCormackwininet: Add a standalone http test.
2006-05-16  Mike McCormackwininet: Make sure hIC is valid before trying to use...
2006-05-16  Mike McCormackwininet: Return correct errors in InternetOpenUrlW.
2006-05-16  Mike McCormackwininet: Return correct errors in InternetConnectW
2006-05-15  Mike McCormackwininet: Remove broken code for HTTP_QUERY_FLAG_COALESC...
2006-05-15  Mike McCormackwininet: Check for null parameters in FtpSetCurrentDire...
2006-05-11  Mike McCormackwininet: Fix a typo (spotted by Coverity).
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-05-05  Robert Shearmanwininet: Initialise the LPWITHREADERROR structure after...
2006-05-05  Mike McCormackwininet: Fix peeking of http data with a nul byte in it.
2006-04-20  Robert Shearmanwininet: Don't allocate memory for the thread error...
2006-04-11  Antonio Codazziwininet: Added Esperanto language.
2006-04-11  Antonio Codazziwininet: Italian language update.
2006-03-30  Robert Shearmanwininet: Fix some string length calculations.
2006-03-30  Robert Shearmanwininet: Only access the URL in the cache by the provid...
2006-03-30  Mike McCormackwininet: Clean up HTTP_GetCustomHeaderIndex.
2006-03-30  Mike McCormackwininet: Use a lookup table sorted by index so we don...
2006-03-30  Mike McCormackWININET: Clean up HttpQueryInfo.
2006-03-30  Mike McCormackwininet: Make sure to set LastError when returning...
2006-03-21  Francois GougetAssorted spelling fixes.
2006-03-21  Robert Shearmanwininet: Document InternetCrackUrlW.
2006-03-21  Robert Shearmanwininet: InternetCreateUrlW should return the number...
2006-03-20  Robert Shearmanwininet: Copy from the start of the cookie name, not...
2006-03-15  András Kovácswininet: Added Hungarian translation.
2006-03-14  Robert Shearmanwininet: Move URL-related tests to a separate file.
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-10  Robert Shearmanwininet: Don't duplicate empty strings.
2006-03-09  Robert Shearmanwininet: Fix InternetGetCookie with no matching cookies.
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-09  Robert Shearmanwininet: Fix redirects with relative URIs instead of...
2006-03-06  Robert Shearmanwininet: Rewrite InternetCreateUrlW.
2006-03-06  Robert Shearmanwininet: Don't continue to connect to a secure server...
2006-03-06  Robert Shearmanwininet: More tests for InternetCreateUrl.
2006-03-06  Victor Peltwininet: Add stub for missing InternetSetOption.
2006-02-16  Juan Langwininet: Use CertNameToStr for INTERNET_OPTION_SECURITY...
2006-02-14  Robert Shearmanwininet: Documentation fixes.
2006-02-13  Petr Tesarikwininet: Czech language resources encoding fix.
2006-02-06  Dmitry Timoshkovwininet: Fix InternetQueryOption test to pass under...
2006-02-06  Vijay Kiran Kamujuwininet: Add tests for InternetQueryOption.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-02-06  Fatih Aşıcıwininet: Turkish translation.
2006-01-20  Aric Stewartwininet: INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT...
2006-01-13  Aric Stewartwininet: Handle NULL lpBuffersIn in HttpSendRequestExW.
2006-01-05  Jacek Cabanwininet: lpvStatusInfo in INTERNET_STATUS_NAME_RESOLVED,
2005-12-31  Robert Shearmanwininet: Handle the cache being full better in CommitUr...
2005-12-31  Robert Shearmanwininet: Create new hash tables for URL cache on demand.
2005-12-31  Robert Shearmanwininet: Move URL cache hash table creation to a separa...
2005-12-13  Aric Stewartwininet: HTTP headers reworking.
2005-12-13  Marcus Meissnerwininet: Reinitialise NETCON on redirect.
2005-12-08  Aric Stewartwininet: Handle HTTP_QUERY_CUSTOM.
2005-12-08  Aric Stewartwininet: A->W bugfix.
2005-12-05  Patrick Ammannwininet: compilation fix
2005-12-03  Robert Shearmanwininet: Correctly set the last error when a called...
2005-12-03  Robert Shearmanwininet: global function/data cleanup
2005-12-01  Robert ShearmanCleanup SSL connections properly, do a few security...
2005-11-30  Robert ShearmanTest the behaviour of HttpSendRequestEx when putting...
2005-11-30  Robert ShearmanRemove duplicated code by modifying HTTP_HttpSendReques...
next