Fix gcc 4.0 warnings.
[wine] / dlls / wininet / tests /
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.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-22  Alexandre JulliardUse trace() instead of printf().
2003-02-25  Uwe BonnesInternetOpenUrlA (http/s case): Use client for HttpOpen...
2002-12-17  Alexandre JulliardFixed warnings.
2002-12-06  Alexandre JulliardFixed the list of accepted types passed to HttpOpenRequ...
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-10-29  Patrik StridvallFixed tests to compile with MS C on Windows.
2002-10-09  Patrik StridvallFixed test to not fail behind firewalls or without...
2002-09-17  Francois GougetChange the #include order so that these tests compile...
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-06-21  Aric StewartReworking of http and asyncronous calls to get IE6...