crypt32: Trace enhanced key usage extension.
[wine] / dlls / wininet /
2009-10-27  Hans Leidekkerwininet: Clean up locks after closing libssl and libcrypto.
2009-10-27  Hans Leidekkerwininet: Avoid accessing uninitialized memory in HttpSe...
2009-10-27  Hans Leidekkerwininet: Avoid accessing uninitialized memory in Conver...
2009-10-26  Hans Leidekkerwininet: Avoid accessing uninitialized memory.
2009-10-23  Hans Leidekkerwininet: Avoid accessing uninitialized memory.
2009-10-13  Aric Stewartwininet: Cache basic authentication values based on...
2009-10-05  Juan Langwininet: Quiet a fixme.
2009-10-05  Juan Langwininet: Correct user agent handling.
2009-10-02  Juan Langwininet: Set callbacks needed by OpenSSL for multithrea...
2009-10-02  Juan Langwininet: Unload OpenSSL when unloading wininet.
2009-10-01  Juan Langwininet: Protect OpenSSL initialization with critical...
2009-10-01  Juan Langwininet: Move initialization of SSL_CTX to library...
2009-09-30  Erik Inge Bolsøwininet: Add test for response without headers, avoid...
2009-09-29  Andrew Eikumwininet: Always extract #fragments in InternetCrackUrl.
2009-09-25  Hans Leidekkerwininet: Add some URL cache tests and make them pass.
2009-09-25  Hans Leidekkerwininet: Consistently set last error before testing it.
2009-09-25  Hans Leidekkerwininet: Try harder to find a unique cache file name.
2009-09-17  Aric Stewartwininet: Be sure to set lpwfs->pasvSocket to -1 when...
2009-09-16  Aric Stewartwininet: Ensure the ftp connections lstnSocket is set...
2009-09-15  Paul Vrienswininet/tests: Run tests again on systems with IE5.
2009-09-10  Paul Vrienswininet/tests: Fix a test failure on IE8.
2009-09-02  Hans Leidekkerwininet: Destroy authorization info on failure in HTTP_...
2009-08-26  Vincent Povirkwininet: Allow +.- characters in url scheme.
2009-08-24  Jacek Cabanwininet: Don't free gzip_stream in HTTPREQ_CloseConnection.
2009-08-20  Luca Bennatiwininet: Update Italian translation.
2009-08-18  Vladimir Pankratovwininet: Update Russian translation.
2009-08-18  Michael Stefaniucwininet: Update the Romanian translation.
2009-08-11  Juan Langwininet: Partially implement InternetQueryOption for...
2009-08-11  Juan Langwininet: Implement proxy-related per-connection option...
2009-08-11  Juan Langwininet: Fix memory leak querying proxy settings.
2009-08-06  Ricardo Filipewininet: Fix Portuguese translation and convert to...
2009-08-04  Alexander Nicolays... wininet: Update Norwegian Bokmål translation.
2009-08-03  Jacek Cabanwininet: Explicity delete Content-Length header for...
2009-08-03  Paul Vrienswininet: Avoid potential NULL dereferences (Coverity).
2009-08-03  Vladimir Pankratovwininet: Convert the Russian resources to UTF-8.
2009-07-24  Hans Leidekkerwininet: Update Dutch translation.
2009-07-24  Hans Leidekkerwininet: Use a different pointer for the password in...
2009-07-24  Frédéric Delanoywininet: Update French translation.
2009-07-24  André Hentschelwininet: Update German translation.
2009-07-24  Aurimas Fišeraswininet: Update Lithuanian translation.
2009-07-23  Hans Leidekkerwininet: Add a regular authentication dialog.
2009-07-23  Hans Leidekkerwininet: Prepare for showing a regular authentication...
2009-07-23  Hans Leidekkerwininet: Don't leak the proxy username and password...
2009-07-23  Hans Leidekkerwininet: Release the request in WININET_GetProxyServer...
2009-07-22  Hans Leidekkerwininet: Correct handling of redirected HEAD requests.
2009-07-20  Jacek Cabanwininet: Code clean up by using heap_strdup* functions.
2009-07-20  Jacek Cabanwininet: Code clean up by using heap_strdup* functions.
2009-07-17  Jacek Cabanwininet: Code clean up by using heap_strdup* functions.
2009-07-17  Jacek Cabanwininet: Code clean up by using heap_strdup* functions.
2009-07-17  Jacek Cabanwininet: Rename WININET_strdup_WtoA to heap_strdupWtoA.
2009-07-17  Jacek Cabanwininet: Rename WININET_strdup_AtoW to heap_strdupAtoW...
2009-07-17  Jacek Cabanwininet: Rename WININET_strdupW to standard heap_strdupW.
2009-07-15  Michael StefaniucSet the encoding of the remaining German resources...
2009-07-13  Jacek Cabanwininet: Rename WININETFTPFILEW to ftp_file_t.
2009-07-13  Jacek Cabanwininet: Rename WININETFTPSESSIONW to ftp_session_t.
2009-07-13  Jacek Cabanwininet: Rename WININETAPPINFOW to appinfo_t.
2009-07-13  Jacek Cabanwininet: Rename WININETHTTPREQW to http_request_t.
2009-07-13  Jacek Cabanwininet: Rename WININETHTTPSESSIONW to http_session_t.
2009-07-10  Juan Langwininet: Support IPv6 in GetAddress.
2009-07-10  Juan Langwininet: Fail in FTP if the resolved name is not an...
2009-07-10  Juan Langwininet: Support IPv6 addresses in HTTP_ResolveName...
2009-07-10  Juan Langwininet: Convert WININETSESSIONW's socketAddress to...
2009-07-10  Juan Langwininet: Use address length returned by GetAddress...
2009-07-10  Juan Langwininet: Use sizeof(member) rather than sizeof(type...
2009-07-10  Juan Langwininet: Use length reported by GetAddress in FTP_Connect.
2009-07-10  Juan Langwininet: Use struct sockaddr_storage in InternetCheckCo...
2009-07-10  Juan Langwininet: Simplify GetAddress when using getaddrinfo.
2009-07-10  Juan Langwininet: Change type of GetAddress from struct sockaddr...
2009-07-10  Juan Langwininet: Fix tests when running behind a proxy server.
2009-07-08  Jacek Cabanwininet: Rename WININETHANDLEHEADER to object_header_t.
2009-07-07  Frédéric Delanoywininet: Fix French translation & UI display.
2009-07-03  Michael Stefaniucwininet: Build language resource files separately.
2009-06-26  Maksim Kuleshovwininet: Fix sockets leak in FTP_Connect.
2009-06-25  Hans Leidekkerwininet: Improve the PrivacyGet/SetZonePreferenceW...
2009-06-25  Eric van Beurdenwininet: Check for failed heap allocations.
2009-06-25  Eric van Beurdenwininet: Add a terminating empty line to the headers...
2009-06-23  Aric Stewartwininet: Semi-stub for quering Http INTERNET_OPTION_SEC...
2009-06-23  Aric Stewartwininet: Improve HTTP status 100 handling.
2009-06-23  Hans Leidekkerwininet: Don't delete the cache file when closing a...
2009-06-16  Hans Leidekkerwininet: Implement InternetQueryOption(INTERNET_OPTION_...
2009-06-16  Hans Leidekkerwininet: Don't fail if dwReserved is set in CreateUrlCa...
2009-06-16  Mike Kaplinskiywininet/test: Test malformed header separators.
2009-06-16  Mike Kaplinskiywininet: Make \r and \n valid header separators.
2009-06-16  Hans Leidekkerwininet: Always create a URL cache entry.
2009-06-15  Aurimas Fišeraswininet: Add Lithuanian translation.
2009-06-08  Jacek Cabanwininet: Fixed gzip decoding on chunked stream.
2009-06-05  Alexandre Julliardwininet: Always use a full URL for redirects, even...
2009-06-05  Eric van Beurdenwininet: Rearrange invalid header checks.
2009-06-05  Eric van Beurdenwininet: Check for bad allocation in HeapReAlloc.
2009-06-03  Paul Vrienswininet/tests: Fix a few typos.
2009-06-02  Jacek Cabanwininet: Fixed tests on Windows.
2009-06-01  Jacek Cabanwininet: Test gzip encoded read.
2009-06-01  Jacek Cabanwininet: Added support for decompressing gzip encoded...
2009-06-01  Jacek Cabanwininet: Change read_buf type to BYTE.
2009-06-01  Jacek Cabanwininet: Always set path in HttpOpenRequest.
2009-06-01  Jacek Cabanwininet: Move strings to avoid duplications.
2009-05-28  Alexandre Julliardwininet: Add a critical section to protect the read...
2009-05-20  Marcus Meissnerwininet: lpwhr cannot be NULL (Coverity 927).
2009-05-18  Detlef Riekenbergwininet/tests: Remove a duplicate test.
2009-05-14  Alexandre Julliardwininet: Get rid of the SSL-specific read-ahead buffer.
next