Spanish translations updates.
[wine] / dlls / wininet /
2008-06-02  Alexandre Julliardwininet: Include openssl/ssl.h before Windows headers.
2008-05-26  Dmitry Timoshkovwininet: INTERNET_InternetOpenUrlW is an internal helper.
2008-05-22  Lei Zhangwininet: Send https scheme to proxy server when appropr...
2008-05-22  Francois Gougetwininet/tests: Get the tests running again on Win98.
2008-05-22  Francois Gougetwininet/tests: Remove a stray reference to InternetSetS...
2008-05-19  Mikołaj ZalewskiMake Swedish use SUBLANG_NEUTRAL.
2008-05-19  Hans Leidekkerwininet: Fix buffer size query for HttpQueryInfo(HTTP_Q...
2008-05-19  Hans Leidekkerwininet: INTERNET_STATUS_REQUEST_COMPLETE callback...
2008-05-19  Rob Shearmanwininet: Fix a typo in is_basic_auth_value.
2008-05-13  Alexandre Julliardconfigure: Improve the libcrypto checks.
2008-05-12  Hans Leidekkerwininet: Implement INTERNET_OPTION_USER_AGENT for Inter...
2008-05-12  Hans Leidekkerwininet: HTTP_BuildProxyRequestUrl returns a pointer.
2008-05-12  Hans Leidekkerwininet: Partial implementation of InternetGet/SetCookieEx.
2008-05-12  Hans Leidekkerwininet: Make a test pass on IE6.
2008-05-12  Hans Leidekkerwininet: Don't overwrite content length header in HttpS...
2008-05-08  Lei Zhangwininet: Handle NULL input for FindCloseUrlCache.
2008-05-07  Hans Leidekkerwininet: Deal with bogus accept types array passed...
2008-05-07  Maarten Lankhorstwininet: Ignore INTERNET_STATUS_DETECTING_PROXY message...
2008-05-07  Jens Albretsenwininet: Danish translation.
2008-05-05  Andrew Talbotwininet: Remove unused variables.
2008-05-05  Hans Leidekkerwininet: Don't add the user agent header until HttpSend...
2008-04-30  Rob Shearmanwininet: Add tests for GetUrlCacheEntryInfoExA.
2008-04-30  Rob Shearmanwininet: Don't crash in GetUrlCacheEntryInfoA/W if...
2008-04-24  Dan Hipschmanwininet: Don't forget the INTERNET_STATUS_REDIRECT...
2008-04-23  Dan Hipschmanwininet: Remove custom content-length/type headers...
2008-04-22  Austin EnglishSpelling fixes.
2008-04-18  Louis Lenderswininet: Improve stub for FindNextUrlCacheEntryW a...
2008-04-18  Aric Stewartwininet: Correct the case where Content-Length is set...
2008-04-11  Vitaliy Margolenwininet: Properly initialize struct.
2008-04-07  Rok Mandeljcwininet: Updated Slovenian translation.
2008-04-04  Alexandre Julliardwininet: Avoid size_t type in trace.
2008-04-01  Hans Leidekkerwininet: Use INTERNET_MAX_URL_LENGTH to size buffers...
2008-04-01  Hans Leidekkerwininet: Parse the redirect URL in HTTP_HandleRedirect...
2008-04-01  Hans Leidekkerwininet: Remove dead code from HTTP_DealWithProxy and...
2008-03-31  Hans Leidekkerwininet: Use a direct connection for tests that connect...
2008-03-31  Hans Leidekkerwininet: Set ProxyEnable registry value if it isn't...
2008-03-31  Hans Leidekkerwininet: Don't set the host port from the server port.
2008-03-31  Hans Leidekkerwininet: Fix redirects through a proxy.
2008-03-31  Hans Leidekkerwininet: Don't close proxy connections when keep-alive...
2008-03-31  Hans Leidekkerwininet: Support http_proxy environment variable.
2008-03-31  Vitaliy MargolenUpdate Russian translations.
2008-03-28  Dan Hipschmanwininet: InternetReadFileExA should check INTERNET_FLAG...
2008-03-28  Dan Hipschmanwininet: HttpSendRequestExA is not a stub.
2008-03-26  Hans Leidekkerwininet: Support chunked reads in InternetReadFileEx...
2008-03-26  Hans Leidekkerwininet: Implement chunked reads.
2008-03-25  Hans Leidekkerwininet: Avoid a crash with traces on.
2008-03-25  Hans Leidekkerwininet: Correct spec file entry for InternetCanonicali...
2008-03-25  Hans Leidekkerwininet: Don't strip Accept-Encoding headers from versi...
2008-03-24  Kai Blinjanitorial: Use poll() instead of select().
2008-03-24  Andrew Talbotwininet: Assign to structs instead of using memcpy.
2008-03-17  Rob Shearmanwininet: The lpszLocalFileName parameter to CommitUrlCa...
2008-03-17  Jacek Cabanwininet: Don't use query and hash part of URL to genera...
2008-03-15  Marcus Meissnerwininet: Split out NULL ptr and function ptr check.
2008-03-15  Rob Shearmanwininet: If we receive an error from InitializeSecurity...
2008-03-15  Rob Shearmanwininet: Assume that if we're connected to an HTTP...
2008-03-13  Joris Huizerwininet: Fixed typos in two out-of-memory checks.
2008-03-12  Rob Shearmanwininet: Fix local variable shadowing in URLCacheContai...
2008-03-12  Rob Shearmanwininet: Support the lpszFileExtension "reserved" param...
2008-03-12  Rob Shearmanwininet: The URL in CommitUrlCacheEntryInternal shouldn...
2008-03-12  Rob Shearmanwininet: Fix URLCache_LocalFileNameToPathA to return...
2008-03-12  Rob Shearmanwininet: Make some pointers const in URL cache functions.
2008-03-12  Rob Shearmanwininet: Use LIST_FOR_EACH_ENTRY in URLCacheContainers_...
2008-03-12  Rob Shearmanwininet: Add tests for Find{First,Next}UrlCacheEntryA...
2008-03-12  Rob Shearmanwininet: Move URL cache hash entry validation to a...
2008-03-12  Rob Shearmanwininet: Implement FindFirstUrlCacheEntry{A, W}, FindNe...
2008-03-12  Rob Shearmanwininet: Add tests for some URL cache functions.
2008-03-12  Rob Shearmanwininet: Only clear authentication header if the connec...
2008-03-12  Rob Shearmanwininet: Fix proxy authentication by using the data...
2008-03-12  Jacek Cabanwininet: Move InternetQueryOption(INTERNET_OPTION_SECUR...
2008-03-12  Jacek Cabanwininet: Move InternetQueryOption(INTERNET_OPTION_DATAF...
2008-03-12  Jacek Cabanwininet: Move InternetQueryOption(INTERNET_OPTION_URL...
2008-03-12  Jacek Cabanwininet: Move INTERNET_OPTION_HANDLE_TYPE to vtbl.
2008-03-10  Rob Shearmanwininet: Retrieve the maximum token length from the...
2008-03-10  Rob Shearmanwininet: Allow HTTP_DoAuthorization to accept a NULL...
2008-03-10  Rob Shearmanwininet: Don't call DeleteSecurityContext and FreeCrede...
2008-03-10  Rob Shearmanwininet: Make the reference count of WININETHANDLEHEADE...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-04  Rob Shearmanwininet: Fix compile with MinGW.
2008-03-03  Jacek Cabanwininet: Moved InternetReadFileExA to vtbl.
2008-03-03  Francois Gougetwininet/tests: FtpCommandA() is not available on Win9x...
2008-03-03  Jacek Cabanwininet: Don't use INTERNET_ReadFile in HTTP_DrainContent.
2008-03-03  Jacek Cabanwininet: Move FTP structs and functions declarations...
2008-03-03  Jacek Cabanwininet: Move InternetReadFile to vtbl.
2008-03-03  Jacek Cabanwininet: Move INTERNET_STATUS_REQUEST_COMPLETE call...
2008-03-03  Jacek Cabanwininet: Fixed some tests.
2008-02-29  Jacek Cabanwininet: Move InternetQueryDataAvailable to vtbl.
2008-02-28  Jacek Cabanwininet: Move WININETFTPFINDNEXTW declaration to ftp.c.
2008-02-28  Jacek Cabanwininet: Moved InternetFindNextFileW implementation...
2008-02-27  Jacek Cabanwininet: Use vtbl for InternetSetOption(INTERNET_OPTION...
2008-02-27  Jacek Cabanwininet: Use vtbl in InternetWriteFile implementation.
2008-02-27  Jacek Cabanwininet: Moved close_connection to vtbl.
2008-02-27  Jacek Cabanwininet: Moved handle destructor to vtbl.
2008-02-27  Jacek Cabanwininet: Fixed version returned by INTERNET_OPTION_VERSION.
2008-02-27  Maarten Lankhorstwininet: Fix retrieving raw headers.
2008-02-26  Maarten Lankhorstwininet: Add stub for INTERNET_OPTION_PER_CONNECTION.
2008-02-19  Francois Gougetwininet/tests: Don't include the trailing '\0' in dwHea...
2008-02-19  Francois Gougetwininet: Document HttpAddRequestHeadersW()'s handling...
2008-02-19  Rob Shearmanwininet: Fix potential buffer overrun in HttpQueryInfoA.
2008-02-18  Hans Leidekkerwininet: Rename a function to better match what it...
2008-02-18  Hans Leidekkerwininet: Handle the "100 Continue" response by ignoring it.
next