16bit COM interfaces are cdecl, not WINAPI.
[wine] / dlls / wininet / http.c
2005-06-21  Maarten LankhorstChanged setting default port number from HTTP_Connect to
2005-06-13  Mike McCormackFix some warnings.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-10  Robert Shearman- Fully delete custom headers on connection opening.
2005-02-02  David McCulloughHTTP_HttpSendRequestW was getting invoked with a null...
2005-02-01  Hans Leidekker- Stub implementations for FtpGetFileSize, FtpCommand...
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-25  Maxime BellengéReplace '\' with '/' in the URL in HTTP_HttpSendRequestW.
2005-01-07  Diego PettenòGet rid of DPRINTF.
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-21  Michael StefaniucDo not check for non NULL pointer before HeepFree'ing...
2004-12-06  Mike McCormackMake sure to insert the proxy authentication header...
2004-09-23  Robert ShearmanUse dynamically allocated heap allocated buffers in
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-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-06  Uwe BonnesCheck for more standard headers.
2004-09-03  Alexandre JulliardAdded configure check for socklen_t.
2004-08-10  Mike McCormackFix the processing of the lpszHeaders field in HttpSend...
2004-08-09  Mike McCormackFix warnings generated with -Wsign-compare.
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  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-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-04  Mike McCormackBuild http requests in a more consistent way.
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-01  Mike McCormackFix proxy support, remove typecasts.
2004-05-13  Kevin KoltzauPrevent memory leak and superfluous status notifications.
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 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-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-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.
2003-12-15  Uwe BonnesHTTP_DealWithProxy: Only add to proxy string when...
2003-12-11  Jeremy ShawAdd a '\r\n' to lpszHeaders if it is not already termin...
2003-09-25  Mike McCormackUse unions instead of defines in async work requests.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-15  Mike McCormackUse WideByteToMultiChar not strlenW.
2003-08-05  David HammertonAdded support for http-POST (well, any kind of http...
2003-07-22  Mike McCormackImplement support for proxies with usernames and passwords.
2003-07-09  Alexandre JulliardFixed a couple of buffer overflows.
2003-06-20  David Hammerton- implemented support for https protocol
2003-05-16  Uwe BonnesHTTP_HttpOpenRequestA: Calculate size from the right...
2003-04-14  Dominik StrasserPartially implement proxy support.
2003-02-25  Uwe BonnesInternetOpenUrlA (http/s case): Use client for HttpOpen...
2002-12-06  Alberto Massari - When sending a request using HttpOpenRequest/HttpSen...
2002-11-13  Alberto MassariAdded stubs for IsHostInProxyBypassList and GetUrlCache...
2002-11-12  Alberto MassariAdded HttpOpenRequestW, HttpQueryInfoW, HttpSendRequestW.
2002-09-27  Chris MorganAdded stubs for HttpEndRequestA/W, InternetReadFileExA/W,
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-06-21  Aric StewartReworking of http and asyncronous calls to get IE6...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-29  Patrik StridvallFixed some issues found by winapi_check.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-17  Johan DahlinAdd a few extra fields to HTTP_GetStdHeaderIndex.
2001-12-11  Jon GriffithsAdd exclusion defs & remaining funcs, remove internal...
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-10-04  Nikolas ZimmermannSkip port number before calling gethostbyname.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-08-24  Francois GougetMade independent from winsock.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-02-15  Chris MorganAdd includes for <time.h>.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-21  Huw D M DaviesEscape any spaces in lpszObjectName passed to HttpOpenR...
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-16  Alexandre JulliardReplaced HEAP_strdup* and lstrcpynAtoW calls by exporte...
2000-11-10  Huw D M DaviesInitialize nSocketFD to INVALID_SOCKET.
2000-10-28  Huw D M DaviesStub for HttpSendRequestExA.
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-03  John R. SheetsAdded "Mime-Version" to standard MIME headers parsed in
2000-07-23  John R. SheetsAdd a few more fields to HTTP_GetStdHeaderIndex() and...
2000-06-23  Patrik StridvallFixed some warnings.
2000-06-11  Ulrich CzekallaHTTP protocol now supported, InternetCrackUrl fixed...