msi: Free the cabinet string on error.
[wine] / dlls / wininet / http.c
2007-11-27  Rob Shearmanwininet: Don't clear the auth data for Basic authentica...
2007-11-08  Juan Langwininet: Don't use HEAP_ZERO_MEMORY on memory that...
2007-11-08  Juan Langwininet: Fix another typo.
2007-11-08  Juan Langwininet: Fix typo.
2007-11-05  Nigel Liangwininet: Release object in HttpSendRequestExW before...
2007-10-29  Hans Leidekkerwininet: Always send a content length header, even...
2007-10-23  Juan Langwininet: Don't assume lpBuffersIn is not NULL.
2007-10-18  Nigel Liangwininet: Release object in HttpEndRequestW after use.
2007-09-21  Misha Koshelevwininet: Track child handles, free all child handles...
2007-08-30  Francois Gougetwininet: Fix many wininet prototypes: the context is...
2007-08-23  Misha Koshelevwininet: Separate connection closing from object destru...
2007-08-22  Misha Koshelevwininet: Don't send INTERNET_STATUS_HANDLE_CLOSING...
2007-08-16  Mikołaj Zalewskiwininet: Make HttpQueryInfo[AW] work for lpBuffer ...
2007-08-16  Mikołaj Zalewskiwininet: Support HTTP_QUERY_RAW_HEADER_CRLF|HTTP_QUERY_...
2007-08-10  Hans Leidekkerwininet: Process caller supplied headers after insertin...
2007-07-27  Aric Stewartwininet: Strip Accept-Encoding from http/1.0 requests.
2007-06-06  Rob Shearmanwininet: Implement NTLM support for proxy authentication.
2007-06-01  Jeremy Whitewininet: Mark Proxy Authorization header as a request...
2007-05-29  Rob Shearmanwininet: Don't close the connection if the caller passe...
2007-05-29  Rob Shearmanwininet: Cope with non-nul-terminated header strings...
2007-05-29  Rob Shearmanwininet: Fix basic authentication by putting Basic...
2007-05-29  Andrew Talbotwininet: Exclude unused headers.
2007-05-29  Rob Shearmanwininet: Pass context to InitializeSecurityContext...
2007-05-21  Rob Shearmanwininet: Implement basic non-proxy authentication.
2007-05-21  Rob Shearmanwininet: Add support for SSPI authentication for HTTP.
2007-02-26  Andrew Talbotwininet: Constify some variables.
2007-02-13  Hans Leidekkerwininet: Skip empty accept type strings in HttpOpenRequest.
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-17  Rob Shearmanwininet: Fix HTTP_EncodeBasicAuth by passing an out...
2007-01-15  Rob Shearmanwininet: Change HTTP_EncodeBase64 to operate on a serie...
2007-01-15  Rob Shearmanwininet: HTTP_HttpQueryInfoW deals with bytes, not...
2007-01-15  Rob Shearmanwininet: Allow a NULL value to be passed into HTTP_Proc...
2007-01-10  Francois Gougetwininet: Consistenly use INTERNET_SetLastError().
2007-01-08  Rob Shearmanwininet: Use Keep-Alive for HTTP requests if specified...
2007-01-08  Rob Shearmanwininet: Fix the handling of Accept types passed into...
2007-01-08  Rob Shearmanwininet: Rename HTTP_Base64 to HTTP_EncodeBase64 to...
2007-01-04  Rob Shearmanwininet: Fix the releasing of the wrong reference count...
2007-01-04  Rob Shearmanwininet: Change the HTTP code to not assume that the...
2007-01-04  Rob Shearmanwininet: Don't send callbacks in HTTP_CloseConnection...
2007-01-04  Rob Shearmanwininet: Use the Content-Length header to work out...
2007-01-04  Rob Shearmanwininet: Always send a Connection header set to "close...
2007-01-04  Rob Shearmanwininet: Fix HTTP redirects by reseting loop_next after...
2006-12-26  Jacek Cabanwininet: Get rid of ASYNC_FUNC enum.
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in HTTPSENDREQUESTW...
2006-12-07  Rob Shearmanwininet: Make a function for resolving the server name...
2006-12-07  Rob Shearmanwininet: Make HTTP_HandleRedirect no longer call HTTP_H...
2006-11-02  Jacek Cabanwininet: Revert commit 760043c2455a90cd74178d98b7c81bfb...
2006-10-31  Jacek Cabanwininet: Inherit INET_CALLBACKW from parent handler.
2006-10-30  Jacek Cabanwininet: Call SendCallback in destructor instead of...
2006-10-30  Jacek Cabanwininet: Remove lpwhparent from WININETHANDLERHEADER.
2006-10-30  Jacek Cabanwininet: Use lpHttpSession instead of lpwhcalback where...
2006-10-30  Jacek Cabanwininet: Store pointer to WININETHTTPSESSIONW in WININE...
2006-10-30  Jacek Cabanwininet: Use lpAppInfo instead of lpwhparent where...
2006-10-30  Jacek Cabanwininet: Store WININETAPPINFOW pointer in WININETHTTPSE...
2006-10-23  Jacek Cabanwininet: Use HTTP_ADDHDR_FLAG_REPLACE flag in HTTP_Http...
2006-10-14  Hans Leidekkerwininet: Cast-qual warnings fix.
2006-10-05  Hans Leidekkerwininet: Win64 printf format warning fixes.
2006-05-30  Mike McCormackwininet: Don't crash when querying NULL values.
2006-05-25  Andrew Ziemwininet: Constify data.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Mike McCormackwininet: Remove broken code for HTTP_QUERY_FLAG_COALESC...
2006-03-30  Mike McCormackwininet: Clean up HTTP_GetCustomHeaderIndex.
2006-03-30  Mike McCormackwininet: Use a lookup table sorted by index so we don...
2006-03-30  Mike McCormackWININET: Clean up HttpQueryInfo.
2006-03-30  Mike McCormackwininet: Make sure to set LastError when returning...
2006-03-21  Robert Shearmanwininet: InternetCreateUrlW should return the number...
2006-03-10  Robert Shearmanwininet: Don't duplicate empty strings.
2006-03-09  Robert Shearmanwininet: Fix redirects with relative URIs instead of...
2006-03-06  Robert Shearmanwininet: Don't continue to connect to a secure server...
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...
next