wininet: Always make copies of strings passed to INTERNET_SendCallback.
[wine] / dlls / wininet / tests /
2007-03-05  Rob Shearmanwininet: Always make copies of strings passed to INTERN...
2007-03-01  Paul Vrienswininet/ftp: Let CreateFile deal with last error.
2007-02-27  Paul Vrienswininet/tests: Add another test.
2007-02-22  Paul Vrienswininet/tests: Add a few more tests.
2007-02-21  Francois Gougetwininet/tests: Fix some tests so they succeed on Window...
2007-02-21  Paul Vrienswininet/ftp.c: Fix some typos.
2007-02-20  Francois Gougetwininet/tests: Tell the user which ftp server we're...
2007-02-20  Francois Gougetwininet/tests: Dynamically load some functions so the...
2007-02-20  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-19  Paul Vrienswininet/ftp.c: Fix some returned error codes.
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-02-13  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-13  Paul Vrienswininet/ftp.c: Add tests to show the order of parameter...
2007-02-12  Paul Vrienswininet/ftp.c: Add another test.
2007-02-12  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-12  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-12  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-09  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-07  Paul Vrienswininet/tests: Add a few more tests.
2007-02-05  Paul Vrienswininet/tests: Add ftp tests.
2007-01-08  Francois Gougetwininet/tests: Print GetLastError() in decimal with...
2006-12-06  Paul Vrienswininet/test: Free memory after use.
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-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-21  Alexandre Julliardwininet/tests: Don't fail the tests if the network...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-11  Andrew Talbotwininet/tests: Write-strings warnings fix.
2006-07-17  James Hawkinswininet: Add more tests for InternetCrackurl.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-21  Andrew Talbotwininet/tests: Write-strings warnings fix.
2006-06-13  Alexandre Julliardwininet/tests: Use lstrlenA instead of strlen in ok...
2006-06-02  Mike McCormackwininet: Simple tests for InternetGetCookie's parameters.
2006-06-02  Mike McCormackwininet: Fix up and test InternetSetCookie parameter...
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-23  Robert Shearmanwininet: Fix a failing test.
2006-05-16  Mike McCormackwininet: Add a standalone http test.
2006-05-16  Mike McCormackwininet: Return correct errors in InternetOpenUrlW.
2006-05-16  Mike McCormackwininet: Return correct errors in InternetConnectW
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 InternetGetCookie with no matching cookies.
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  Dmitry Timoshkovwininet: Fix InternetQueryOption test to pass under...
2006-02-06  Vijay Kiran Kamujuwininet: Add tests for InternetQueryOption.
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-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
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-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
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-08-12  Francois GougetAssorted spelling fixes.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-30  Alexandre JulliardAdded missing LGPL header.
2005-06-13  Mike McCormackFix some warnings.
2005-05-24  Uwe BonnesHandle more Escape situations.
2005-04-11  Jason EdmeadesEnsure A->W version of InternetCrackURL passes correct...
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-17  Hans LeidekkerAdd more tests and fix InternetTimeToSystemTimeW accord...
2005-03-16  Jakob ErikssonTest failed before on 98, NT4, 2000 and XP.
2005-01-18  Hans LeidekkerImplement and test InternetTime{From,To}SystemTime...
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-10-28  Jakob ErikssonSupposedly fix http test on Windows.
2004-09-23  Robert Shearman- Don't crash on double InternetCloseHandle.
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-08-25  Francois GougetEnable the disabled tests in tests.data or add a commen...
2004-08-13  Francois GougetFix compilation of the wininet generated tests with...
2004-08-06  Mike McCormackAdd another test for InternetCrackUrlW.
2004-05-04  Alexandre JulliardUpdated the auto-generated tests.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Sylvain Petreollewinehq.com -> winehq.org
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-16  Mike HearnChange URL used in http tests to be a #define so it...
2003-10-24  Alexandre JulliardUpdated some of the generated tests.
next