user32: Update Finnish translation.
[wine] / dlls / wininet / tests / http.c
2010-05-25  Hans Leidekkerwininet: Add tests for setting and retrieving the conte...
2010-02-22  Hans Leidekkerwininet: Fix handling of a response without headers.
2009-12-22  Hans Leidekkerwininet: Avoid test failures on win9x.
2009-12-21  Hans Leidekkerwininet: Always set last error in HttpSendRequest{...
2009-12-03  Jacek Cabanwininet: Directly return error from HTTP_HttpSendRequest.
2009-09-30  Erik Inge Bolsøwininet: Add test for response without headers, avoid...
2009-09-10  Paul Vrienswininet/tests: Fix a test failure on IE8.
2009-07-10  Juan Langwininet: Fix tests when running behind a proxy server.
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  Mike Kaplinskiywininet/test: Test malformed header separators.
2009-06-16  Hans Leidekkerwininet: Always create a URL cache entry.
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-05-14  Alexandre Julliardwininet/tests: Add a test for reading chunked data.
2009-05-11  Nicolas Le Camwininet/tests: Fix test when automatically detect netwo...
2009-05-11  Nicolas Le Camwininet/tests: Temporize async HttpSendRequestEx test...
2009-04-27  Paul TBBle Hampsonwininet: HTTP_HttpAddRequestHeadersW should ignore...
2009-04-27  Paul TBBle Hampsonwininet/tests: Test for handling of blank headers in...
2009-04-24  Hans Leidekkerwininet: Replace any existing cookie header.
2009-04-21  Nicolas Le Camwininet/tests: Fix HttpSendRequestW test on IE5.
2009-04-08  Hans Leidekkerwininet: Add tests for asynchronous HttpSendRequestEx...
2009-03-25  Alexandre Julliardwininet/tests: Fix another instance of changed behavior...
2009-03-25  Alexandre Julliardwininet/tests: Fix the http tests for the new winehq...
2009-03-04  Hans Leidekkerwininet: Ignore invalid response headers.
2009-01-29  Hans Leidekkerwininet: Mark IE6 behaviour of HttpSendRequestW as...
2009-01-16  Hans Leidekkerwininet: Calculate the header size if needed in HttpSen...
2009-01-15  Hans Leidekkerwininet: Send a content length header for all verbs...
2009-01-13  Jacek Cabanwininet: Make sure that we have data buffered before...
2009-01-05  Ge van Geldorpwininet/tests: INTERNET_STATUS_CLOSING_CONNECTION and...
2009-01-03  Alexandre Julliardwininet/tests: Use ~0u instead of ~0ul for DWORD values.
2008-12-18  Hans Leidekkerwininet: Relax a notification test.
2008-12-12  Hans Leidekkerwininet: Adapt tests to winehq changes.
2008-12-10  Alexandre Julliardwininet/tests: Use new test URLs on test.winehq.org.
2008-12-02  Hans Leidekkerwininet: Don't increase index in HttpQueryInfo if reque...
2008-10-28  Nicolas Le Camwininet/tests: Fix a failing test on IE6.
2008-10-24  Hans Leidekkerwininet: Add an exception handler in HttpOpenRequestA...
2008-10-17  Hans Leidekkerwininet: Add a test for basic authentication.
2008-10-08  Rob Shearmanwininet: Fix crash when calling HttpQueryInfoA/W(HTTP_Q...
2008-10-08  Rob Shearmanwininet: Get rid of rc variable in InternetReadFile_test.
2008-10-07  Hans Leidekkerwininet: Option INTERNET_OPTION_CALLBACK is not settable.
2008-10-02  Rob Shearmanwininet: Move internet time tests from http.c to intern...
2008-10-02  Rob Shearmanwininet: Fix behaviour of InternetTimeFromSystemTimeA...
2008-10-02  Rob Shearmanwininet: Add tests for InternetTimeFromSystemTimeW...
2008-08-28  Lei Zhangwininet: Work around NULL headers when handling HTTP_QU...
2008-08-26  Alexandre Julliardwininet/tests: Add a couple more optional notifications.
2008-08-26  Alexandre Julliardwininet/tests: Add support for optional notifications...
2008-07-31  Dan Kegelwininet: HTTP_QUERY_RAW_HEADERS_CRLF length shouldn...
2008-07-21  Hans Leidekkerwininet: Move insertion of cookie header from HttpOpenR...
2008-07-21  Hans Leidekkerwininet: Make another test pass on IE6.
2008-07-10  Zac Brownwininet/tests: Change some traces to skips in tests.
2008-07-07  Alexander Morozovwininet: Add port number to Host HTTP header.
2008-07-03  Alexander Morozovwininet/tests: Add HTTP 1.1 test.
2008-07-03  Alexander Morozovwininet/tests: Additional HTTP header tests.
2008-06-24  Hans Leidekkerwininet: Make a test pass on IE6.
2008-06-24  Hans Leidekkerwininet: Resolve hostname once per connection.
2008-06-02  Hans Leidekkerwininet: Don't send a "Connection: Close" header.
2008-06-02  Hans Leidekkerwininet: Don't send a handle closing callback for sessi...
2008-05-22  Francois Gougetwininet/tests: Remove a stray reference to InternetSetS...
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-12  Hans Leidekkerwininet: Make a test pass on IE6.
2008-05-12  Hans Leidekkerwininet: Don't overwrite content length header in HttpS...
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-05  Hans Leidekkerwininet: Don't add the user agent header until HttpSend...
2008-03-31  Hans Leidekkerwininet: Use a direct connection for tests that connect...
2008-03-28  Dan Hipschmanwininet: InternetReadFileExA should check INTERNET_FLAG...
2008-02-19  Francois Gougetwininet/tests: Don't include the trailing '\0' in dwHea...
2008-02-18  Hans Leidekkerwininet: Handle the "100 Continue" response by ignoring it.
2008-02-15  Jacek Cabanwininet: Added cache test.
2008-02-04  Hans Leidekkerwininet: Add zero value content length header to POST...
2008-02-04  Hans Leidekkerwininet: Make sure not to overwrite any caller supplied...
2008-02-04  Rob Shearmanwininet: HTTP_Connect should fail if a NULL or empty...
2008-01-24  Marcus Meissnerwininet: Check if buffer has overflowed potentially.
2007-11-27  Michael Stefaniucwininet/tests: Do not compare the return value of socke...
2007-11-12  Hans Leidekkerwininet: Fix two handle leaks in the test.
2007-10-29  Hans Leidekkerwininet: Always send a content length header, even...
2007-09-21  Misha Koshelevwininet/tests: Add test to show that InternetCloseHandl...
2007-08-30  Francois Gougetwininet: Fix many wininet prototypes: the context is...
2007-08-22  Misha Koshelevwininet: Fix reference count on internet handle for...
2007-08-22  Misha Koshelevwininet: Don't send INTERNET_STATUS_HANDLE_CLOSING...
2007-08-16  Mikołaj Zalewskiwininet: A small test for HttpQueryInfoA.
2007-08-16  Mikołaj Zalewskiwininet: Make HttpQueryInfo[AW] work for lpBuffer ...
2007-08-16  Mikołaj Zalewskiwininet: Support HTTP_QUERY_RAW_HEADER_CRLF|HTTP_QUERY_...
2007-08-13  Misha Koshelevwininet/tests: Test that for an open HTTP connection...
2007-08-10  Hans Leidekkerwininet: Process caller supplied headers after insertin...
2007-07-16  Misha Koshelevwininet/tests: Add testing framework and tests for...
2007-07-16  Misha Koshelevwininet/tests: Properly handle ERROR_IO_PENDING from...
2007-06-06  Rob Shearmanwininet: Send the correct callbacks during InternetRead...
2007-05-29  Rob Shearmanwininet: Don't close the connection if the caller passe...
2007-03-05  Rob Shearmanwininet: Always make copies of strings passed to INTERN...
2007-02-20  Francois Gougetwininet/tests: Dynamically load some functions so the...
2007-02-13  Hans Leidekkerwininet: Fix a test that fails on Windows.
2007-02-13  Hans Leidekkerwininet: Skip empty accept type strings in HttpOpenRequest.
2007-01-08  Francois Gougetwininet/tests: Print GetLastError() in decimal with...
2006-10-30  Jacek Cabanwininet: Fixed declaration of INTERNET_STATUS_CALLBACK.
2006-10-06  Andrew Talbotwininet/tests: Cast-qual warning fix.
2006-10-05  Hans Leidekkerwininet/tests: Win64 printf format warning fixes.
next