advpack: Fix the documentation for RegisterOCX.
[wine] / dlls / wininet /
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...
2005-11-30  Robert ShearmanRemove call to StrCatW by passing in NULL for lpszExtra...
2005-11-29  Robert ShearmanHttpSendRequestExA/W doesn't touch lpBuffersIn->Next...
2005-11-29  Robert ShearmanMore lpszServerName -> lpszHostName fixes.
2005-11-29  Robert ShearmanFix redirects from secure to non-secure and vice versa.
2005-11-29  Robert ShearmanChange all SendAsyncCallback calls into the synchronous
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-28  Aric StewartAllow HttpEndRequest to process 302 and 301 redirects...
2005-11-28  Robert ShearmanAdd support for using secure (SSL/TLS) connections...
2005-11-28  Robert ShearmanMove the initiation of the SSL connection into a separa...
2005-11-28  Robert ShearmanAdd a host port field that preserves the requested...
2005-11-28  Robert ShearmanFix "http://" prefix detection on the proxy URL.
2005-11-28  Robert ShearmanReplace some useless checks in HTTP_AddProxyInfo with...
2005-11-28  Robert ShearmanSimplify and fix Set-Cookie handling.
2005-11-28  Robert ShearmanSimplify HTTP_InsertProxyAuthorization.
2005-11-28  Robert ShearmanChange some SendAsyncCallback calls to INTERNET_SendCal...
2005-11-28  Robert ShearmanAdd parsing of the Content-ID and Proxy-Connection...
2005-11-28  Robert ShearmanAdd a new field "lpszHostName" to the session to track...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-23  Francois GougetDocumentation tweaks to make winapi_check happy.
2005-11-22  Aric StewartHttpEndRequest does not actually send an extra NULL...
2005-11-22  Aric StewartFix some logic to allow HTTP_ADDREQ_FLAG_ADD to replace...
2005-11-22  Robert ShearmanTest the sizes of some of the parameters passed into...
2005-11-22  Robert ShearmanRename SendAsyncCallback to INTERNET_SendCallback.
2005-11-22  Robert ShearmanFix an incorrect entry in the HTTP header field table...
2005-11-21  Aric StewartImplement HttpSendRequestEx and HttpEndRequest. Restruc...
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 ShearmanWe shouldn't pass the struct hostent returned from...
2005-11-15  Robert ShearmanCorrect the size of a callback parameter.
2005-11-15  Alexandre JulliardFixed Unicode buffer size bug in CreateUrlCacheEntryW.
2005-11-15  Robert ShearmanINTERNET_STATUS_HANDLE_CREATED notifications just send...
2005-11-15  Robert ShearmanSSL doesn't need to use a different socket to unsecure...
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-11  YunSong HwangAdd Korean translations.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-10  Mike HearnUpdate wininet version info.
2005-11-08  Vincent BéronUnicodify InternetCheckConnection.
2005-11-01  Alexandre JulliardAuthors: Marcus Meissner <marcus@jet.franken.de>, Walte...
2005-10-31  James HawkinsImplement InternetCreateUrlW and test cases.
next