Fix signed/unsigned comparison warnings.
[wine] / dlls / wininet /
2004-09-20  Robert ShearmanAlways replace whatever is already in the HTTP "Host...
2004-09-20  Robert ShearmanInternetSetStatusCallback can be used on any handle...
2004-09-16  Alexandre JulliardAvoid using socklen_t.
2004-09-14  Robert ShearmanDon't let applications add Connection header to request.
2004-09-13  Robert ShearmanStore HTTP host header in the same way as most other...
2004-09-13  Robert Shearman- Remove unused variable hIC.
2004-09-10  Uwe BonnesStrip dangling \r\n from HTTP_HttpSendRequest.
2004-09-08  Krzysztof FoltmanMake sure InternetReadFile returns full buffers.
2004-09-08  Uwe BonnesGet full buffers in Internet_Readfile.
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-09-06  Uwe BonnesCheck for more standard headers.
2004-09-06  Krzysztof Foltman- Reversed the assertion causing InternetConnect to...
2004-09-03  Steven EdwardsUse Windows sockets when building Wininet on Mingw.
2004-09-03  Alexandre JulliardAdded configure check for socklen_t.
2004-08-26  Robert ShearmanDon't use freed memory.
2004-08-25  Francois GougetEnable the disabled tests in tests.data or add a commen...
2004-08-24  Huw DaviesChange dialogs to use MS Shell Dlg rather than Helv...
2004-08-19  Robert ShearmanFix type of DeleteIE3Cache function.
2004-08-19  Robert ShearmanBetter TRACE's for some Internet* functions.
2004-08-19  Stefan LeichterAdded stub for DeleteIE3Cache.
2004-08-16  David KredbaAdded Czech resources.
2004-08-13  Francois GougetFix compilation of the wininet generated tests with...
2004-08-10  Mike McCormackFix the processing of the lpszHeaders field in HttpSend...
2004-08-09  Mike McCormackFix warnings generated with -Wsign-compare.
2004-08-06  Mike McCormackAdd another test for InternetCrackUrlW.
2004-08-06  Mike McCormackFix the dwUrlPathLength returned by InternetCrackUrl...
2004-07-23  Robert ShearmanImplement INTERNET_OPTION_CONNECTED_STATE.
2004-07-22  Alexandre JulliardFixed a couple of off-by-one errors.
2004-07-21  Robert ShearmanHttpQueryInfo returns buffer length including null...
2004-07-21  Robert ShearmanRewrite cookies to use shared list.h list code.
2004-07-21  Mike McCormackFix HTTP POST requests.
2004-07-20  Robert ShearmanFix string length return from HttpQueryInfoA.
2004-07-19  Mike McCormackUse pointers internally and refcount all objects.
2004-07-19  Robert ShearmanHonour INTERNET_FLAG_NO_COOKIES.
2004-07-19  Robert ShearmanFix HttpQueryInfo(HTTP_QUERY_RAW_HEADERS*) so that...
2004-07-19  Robert ShearmanFix size return from InternetGetCookieW.
2004-07-16  Francois GougetAssorted spelling fixes.
2004-07-15  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Robert...
2004-07-13  Robert ShearmanAccept headers without \r\n ending in HttpAddRequestHea...
2004-07-12  Hajime SegawaAdded Japanese translation for msrle32, wininet, wcmd.
2004-07-12  Henning GerhardtTranslated some English resource files into German.
2004-07-04  Mike McCormackBuild http requests in a more consistent way.
2004-07-04  Mike McCormackAllocate the correct size string in InternetCrackUrl.
2004-06-28  Dimitrie O. PaunFix the function names in some of the comments.
2004-06-14  Mike McCormackPass pointers around internally instead of handles.
2004-06-14  Mike McCormackFixed ASCII redirect callbacks.
2004-06-01  Mike McCormackFix proxy support, remove typecasts.
2004-06-01  Lionel UlmerFix the case where lpszSearchFile is NULL in FtpFindFir...
2004-05-27  Ivan Leo PuotiChanged my name, so update copyright info.
2004-05-25  Kevin KoltzauMove all FTP functions to unicode.
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-05-13  Kevin KoltzauPrevent memory leak and superfluous status notifications.
2004-05-12  Kevin KoltzauProperly retrieve and release handles.
2004-05-10  Kevin KoltzauCleanup conversion from A->W.
2004-05-04  Alexandre JulliardUpdated the auto-generated tests.
2004-04-20  Francois GougetMake Unicode strings 'static const'.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-13  Alexandre JulliardFixed a warning.
2004-04-12  Mike McCormackConvert unicode strings to const.
2004-03-31  Alexandre JulliardFixed length handling in HttpQueryInfoW.
2004-03-30  Mike McCormackUnicodify the cookie handling code.
2004-03-30  Mike McCormackFix the HttpQueryInfoA function buffer size.
2004-03-30  Mike McCormackConvert the wininet HTTP functions to Unicode.
2004-03-25  Mike McCormackConvert WININETAPPINFOA structure to unicode.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-22  Marcus MeissnerAllocate the correct nr of bytes for lpszCookies in...
2004-03-22  Marcus MeissnerAllocate correct number of pointers for szAcceptTypes...
2004-03-16  Uwe BonnesHTTP_HttpSendRequestA: Remove \r and \n at the end of
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-27  Patrik StridvallFixed some issues found by winapi_check.
2004-02-16  Lionel UlmerStore pointers in the internal structures and not handles.
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-09  Lionel UlmerBetter TRACEing in some functions.
2004-02-09  Lionel UlmerImplemented proper asynchronous InternetOpenUrl handling.
2004-02-09  Lionel UlmerReport real handles to the application, not Wine intern...
2004-02-07  Mike McCormackImplement proper HINTERNET handles.
2004-02-06  Lionel UlmerProperly handle asynchronous HttpSendRequestA.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
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-12-31  Gerald PfeiferRemove URLCache_FindEntry() which is not used any longer.
2003-12-30  Michael StefaniucFixed mem leak on error path.
2003-12-30  Sylvain PetreolleAdded stubs for options CONNECT_TIMEOUT and DATA_RECEIV...
2003-12-15  Uwe BonnesHTTP_DealWithProxy: Only add to proxy string when...
2003-12-12  Robert Shearman- Url Cache improvements.
2003-12-11  Jeremy ShawAdd a '\r\n' to lpszHeaders if it is not already termin...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-25  Vincent BéronUndefine FAR to avoid conflict with ssl.h.
2003-11-18  Francois GougetAssorted spelling fixes.
2003-11-17  Ivan Leo Murray... Added Italian translation.
2003-11-09  Kirill SmelkovAdded gopher stubs.
2003-10-27  Hans LeidekkerAdded Dutch translations.
2003-10-24  Alexandre JulliardUpdated some of the generated tests.
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-08  Francois GougetSome spelling fixes.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-25  Mike McCormackUse unions instead of defines in async work requests.
next