Avoid using the MapHModule functions.
[wine] / dlls / wininet / http.c
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...