include: Assorted spelling fixes.
[wine] / dlls / wininet /
2012-05-24  Jacek Cabanwininet: Added INTERNET_OPTION_REQUEST_FLAGS tests.
2012-05-24  Jacek Cabanwininet: Added real implementation of InternetQueryOpti...
2012-05-24  Alexander Morozovwininet: Add "Content-Disposition" field.
2012-05-23  Jacek Cabanwininet: Moved querying INTERNET_OPTION_REQUEST_FLAGS...
2012-05-22  Michael Stefaniucwininet/tests: Remove wrong check for 'len'.
2012-05-18  Hans Leidekkerwininet: Support setting the user agent string on handl...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-15  Francois Gougetwininet: Fix the spelling of an InternetQueryDataAvaila...
2012-05-14  Piotr Cabanwininet/tests: Added INTERNET_OPTION_CONNECT_TIMEOUT...
2012-05-14  Piotr Cabanwininet: Store connect timeout in all layers.
2012-05-14  Jacek Cabanwininet: Fixed typo in tests and accompanying implement...
2012-05-09  Alexandre Julliardwininet/tests: Mark a failing test as broken.
2012-05-03  Alexandre Julliardwininet/tests: Add even more optional COOKIE_SENT messages.
2012-05-03  Jacek Cabanwininet: Set status code OK for responses without headers.
2012-05-03  Jacek Cabanwininet: Added special case for HTTP_QUERY_STATUS_CODE...
2012-05-03  Jacek Cabanwininet: Use stored status code in HTTP_HttpEndRequestW.
2012-05-03  Jacek Cabanwininet: Use stored status code in HTTP_HttpSendRequestW.
2012-05-03  Jacek Cabanwininet: Store status code in http_request_t and use...
2012-05-03  Jacek Cabanwininet: Clean up HTTP_QUERY_STATUS_CODE tests.
2012-05-03  Alexandre Julliardwininet/tests: Add more optional COOKIE_SENT messages.
2012-05-02  Alexandre Julliardwininet/tests: Add some optional COOKIE_SENT messages...
2012-04-30  Jacek Cabanwininet: Use hostname stored in server_t in NETCON_secu...
2012-04-19  Piotr Cabanwininet: Use the same hashing function as native does.
2012-04-13  Piotr Cabanwininet: Store correct urlcache file size.
2012-04-09  Morten Rønnewininet/tests: Moved a test outside a loop to make...
2012-04-06  Piotr Cabanwininet: Implement urlcache index growing.
2012-04-06  Piotr Cabanwininet: Return error code in URLCache_FindFirstFreeEnt...
2012-04-06  Piotr Cabanwininet: Don't reserve space for directory in URL cache...
2012-04-06  Piotr Cabanwininet: Don't overwrite locked entry in CommitUrlCache...
2012-04-06  Piotr Cabanwininet: Don't delete locked entry in DeleteUrlCacheEntry.
2012-04-05  Morten Rønnewininet/tests: Added more tests for urlcache, including...
2012-04-05  Morten Rønnewininet/tests: Fixed text errors in tests.
2012-04-04  Piotr Cabanwininet: Only mark elements as deleted in DeleteUrlCach...
2012-04-03  Piotr Cabanwininet: Set uninitialized memmory to 0xdeadbeef in...
2012-04-03  Piotr Cabanwininet: Mark empty fields in the same way while hash...
2012-04-03  Piotr Cabanwininet: Correctly set next hash table offset.
2012-04-03  Piotr Cabanwininet: Store element type and state in hash table...
2012-03-08  Jacek Cabanwininet: Added more connection limit options tests.
2012-03-08  Jacek Cabanwininet: Added separated function for querying global...
2012-03-08  Jacek Cabanwininet: Added INTERNET_OPTION_MAX_CONNS_PER_SERVER...
2012-03-08  Jacek Cabanwininet: Use separate function for setting global options.
2012-03-08  Jacek Cabanwininet: Added default fallback for setting handle...
2012-01-26  Frédéric Delanoywininet: Avoid dead code in FTP_FtpOpenFileW (Coverity).
2012-01-24  Jacek Cabanwininet: Insert custom headers only once in HTTP_HttpSe...
2012-01-24  Jacek Cabanwininet: Correctly detect https connections and custom...
2012-01-16  Hans Leidekkerwininet: Add support for setting and retrieving the...
2012-01-16  Hans Leidekkerwininet: Add support for setting and retrieving the...
2012-01-16  Hans Leidekkerwininet: Implement the connect timeout.
2012-01-11  Alexandre Julliardwininet: Don't free name before the IPv6 lookup.
2012-01-03  Pierre Schweitzerwininet: Fix handle leak.
2011-12-08  Jacek Cabanwininet: Added more connection failure tests.
2011-12-08  Jacek Cabanwininet: Properly handle closed connection in HTTP_Http...
2011-12-08  Jacek Cabanwininet: Use test.winehq.org instead of crossover.codew...
2011-11-30  Alexandre Julliardwininet: Convert dialogs to po files.
2011-11-23  Andy Claytonwininet: Avoid calling HTTP_ReceiveRequestData before...
2011-11-16  Francois Gougetwininet: Give a name to the critical sections, make...
2011-11-15  Francois Gougetwininet: Add prototypes for a couple of mpr functions.
2011-11-15  André Hentschelwininet: Improve stub message for InternetSetFilePointer.
2011-11-03  Austin Englishwininet: Add a stub for ShowClientAuthCerts.
2011-11-02  Austin Englishwininet: Add a stub for RunOnceUrlCache.
2011-11-01  Juan Langwininet: Implement ShowX509EncodedCertificate.
2011-10-31  André Hentschelwininet: Add a stub for ShowX509EncodedCertificate.
2011-10-25  Juan Langwininet: Fix off by one error parsing RFC 850 dates.
2011-10-24  Juan Langwininet: Accept RFC 850 dates in HTTP headers.
2011-10-19  Andrew Talbotwininet: Add a break to a switch statement.
2011-09-27  Hans Leidekkerwininet: Ignore the accept types array in HttpOpenReque...
2011-09-26  André Hentschelwininet: Fix UrlComponents initialisation.
2011-09-20  Francois Gougetwininet: Fix printing NULL strings.
2011-09-14  Piotr Cabanwininet: Make it possible to ignore CERT_TRUST_IS_PARTI...
2011-09-09  Alexandre Julliardwininet/tests: Avoid crash on test failure.
2011-09-01  Alexandre Julliardwininet/tests: Remove an invalid FTP test.
2011-08-24  André Hentschelwininet: Test and fix possible error situations for...
2011-08-24  André Hentschelwininet: Parse user and password for proxy authentication.
2011-08-24  André Hentschelwininet: Don't return a relative path when building...
2011-08-24  André Hentschelwininet: Use the constants from the wininet header.
2011-07-28  Jacek Cabanwininet: Fixed realm allocation in cache_basic_authoriz...
2011-07-27  Austin Englishwininet/tests: Remove win9x hacks.
2011-07-26  Austin Englishwininet: Make sure to use return values (LLVM/Clang).
2011-07-22  Juan Langwininet: Implement setting proxy options globally for...
2011-07-22  Juan Langwininet: De-Hungarian proxyinfo_t.
2011-06-20  Igor Paliychukwininet: Convert Ukrainian resources into utf-8.
2011-06-20  Jerome Leclanchewininet: Fix a warning when compiling --without-openssl.
2011-06-15  Francois GougetStandardize the OK buttons.
2011-06-10  Jacek Cabanwininet: A small netconn_secure_verify code clean up.
2011-06-10  Jacek Cabanwininet: Added dwError of INTERNET_STATUS_REQUEST_COMPL...
2011-06-10  Jacek Cabanwininet: Set content_length when we reach end of data...
2011-06-10  Jacek Cabanwininet: Don't pass handle to INTERNET_REQUEST_COMPLETE...
2011-06-10  Jacek Cabanwininet: Moved INTERNET_STATUS_REQUEST_COMPLETE notific...
2011-06-01  Hans Leidekkerwininet: Consistently use the allocation macros.
2011-06-01  Hans Leidekkerwininet: Don't change the verb if the server response...
2011-05-26  Marcus Meissnerwininet: Mark internal symbols with hidden visibility.
2011-05-23  Jacek Cabanwininet: Added connection closing tests.
2011-05-23  Jacek Cabanwininet: Correctly handle closed socket in HTTP_Receive...
2011-05-19  Jacek Cabanwininet: Use set_cookie directly in HTTP_ProcessCookies.
2011-05-19  Jacek Cabanwininet: Use get_cookie directly in HTTP_InsertCookies.
2011-05-19  Jacek Cabanwininet: Moved getting cookie from known host to separa...
2011-05-13  Juan Langwininet: Handle invalid HTTP time of "0".
2011-05-13  Jacek Cabanwininet: Added 204 No Content response tests.
2011-05-13  Jacek Cabanwininet: Better closing async handles in tests.
2011-05-13  Jacek Cabanwininet: Clean up closing connection notifications...
next