riched20: Implement EM_AUTOURLDETECT & EM_GETAUTOURLDETECT.
[wine] / dlls / wininet / http.c
2006-02-14  Robert Shearmanwininet: Documentation fixes.
2006-01-13  Aric Stewartwininet: Handle NULL lpBuffersIn in HttpSendRequestExW.
2006-01-05  Jacek Cabanwininet: lpvStatusInfo in INTERNET_STATUS_NAME_RESOLVED,
2005-12-13  Aric Stewartwininet: HTTP headers reworking.
2005-12-13  Marcus Meissnerwininet: Reinitialise NETCON on redirect.
2005-12-08  Aric Stewartwininet: Handle HTTP_QUERY_CUSTOM.
2005-12-08  Aric Stewartwininet: A->W bugfix.
2005-12-03  Robert Shearmanwininet: Correctly set the last error when a called...
2005-12-03  Robert Shearmanwininet: global function/data cleanup
2005-11-30  Robert ShearmanRemove duplicated code by modifying HTTP_HttpSendReques...
2005-11-30  Robert ShearmanRemove call to StrCatW by passing in NULL for lpszExtra...
2005-11-29  Robert ShearmanHttpSendRequestExA/W doesn't touch lpBuffersIn->Next...
2005-11-29  Robert ShearmanMore lpszServerName -> lpszHostName fixes.
2005-11-29  Robert ShearmanFix redirects from secure to non-secure and vice versa.
2005-11-29  Robert ShearmanChange all SendAsyncCallback calls into the synchronous
2005-11-28  Aric StewartAllow HttpEndRequest to process 302 and 301 redirects...
2005-11-28  Robert ShearmanAdd support for using secure (SSL/TLS) connections...
2005-11-28  Robert ShearmanMove the initiation of the SSL connection into a separa...
2005-11-28  Robert ShearmanAdd a host port field that preserves the requested...
2005-11-28  Robert ShearmanFix "http://" prefix detection on the proxy URL.
2005-11-28  Robert ShearmanReplace some useless checks in HTTP_AddProxyInfo with...
2005-11-28  Robert ShearmanSimplify and fix Set-Cookie handling.
2005-11-28  Robert ShearmanSimplify HTTP_InsertProxyAuthorization.
2005-11-28  Robert ShearmanAdd parsing of the Content-ID and Proxy-Connection...
2005-11-28  Robert ShearmanAdd a new field "lpszHostName" to the session to track...
2005-11-22  Aric StewartHttpEndRequest does not actually send an extra NULL...
2005-11-22  Aric StewartFix some logic to allow HTTP_ADDREQ_FLAG_ADD to replace...
2005-11-22  Robert ShearmanFix an incorrect entry in the HTTP header field table...
2005-11-21  Aric StewartImplement HttpSendRequestEx and HttpEndRequest. Restruc...
2005-11-15  Robert ShearmanWe shouldn't pass the struct hostent returned from...
2005-11-15  Robert ShearmanINTERNET_STATUS_HANDLE_CREATED notifications just send...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-01  Alexandre JulliardAuthors: Marcus Meissner <marcus@jet.franken.de>, Walte...
2005-10-26  Jacek CabanMake functions static.
2005-10-19  Mike McCormackSet the http port before figuring out whether we're...
2005-10-19  Aric StewartUse debugstr_a to prevent a buffer overflow when debugging.
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-09-07   <orin@pinhead.cc>Wrong flags were being tested for INTERNET_FLAG_NO_AUTO...
2005-08-24  James HawkinsAvoid heap corruption by not accessing old HeapReAlloc...
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.
next