kernel32: Add a test for CreateFile when using OPEN_ALWAYS on directories.
[wine] / dlls / wininet / tests / http.c
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.
2006-09-21  Alexandre Julliardwininet/tests: Don't fail the tests if the network...
2006-08-11  Andrew Talbotwininet/tests: Write-strings warnings fix.
2006-05-30  Mike McCormackwininet: Add a test for basic authentication.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-16  Mike McCormackwininet: Add a standalone http test.
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-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-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-06  Robert Shearmanwininet: Rewrite InternetCreateUrlW.
2006-03-06  Robert Shearmanwininet: More tests for InternetCreateUrl.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2005-12-13  Aric Stewartwininet: HTTP headers reworking.
2005-11-30  Robert ShearmanTest the behaviour of HttpSendRequestEx when putting...
2005-11-29  Robert ShearmanHttpSendRequestExA/W doesn't touch lpBuffersIn->Next...
2005-11-23  Francois GougetAssorted spelling fixes.
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-21  Aric StewartImplement HttpSendRequestEx and HttpEndRequest. Restruc...
2005-11-16  Robert Shearman- Improve callback to give context sensitive informatio...
2005-11-14  Saulius KrasuckasFix a test for InternetCreateUrlA as no Windows platfor...
2005-10-31  James HawkinsImplement InternetCreateUrlW and test cases.
2005-09-29  Vincent BéronCast the result of strlen() to DWORD and print it via...
2005-08-17  Saulius KrasuckasCorrect failing test and transform it into a bunch...
2005-08-16  Saulius KrasuckasMove repetitive code to two helper functions.
2005-06-30  Alexandre JulliardAdded missing LGPL header.
2005-06-13  Mike McCormackFix some warnings.
2005-05-24  Uwe BonnesHandle more Escape situations.
next