breakpad/src/client/windows
incrementalist dd7c38baae This patch fixes Airbag issue #44.
Summary of this patch:
* It adds a new wstring* parameter to the end of both
SendCrashReport() and HTTPUpload::SendRequest(), which can be NULL.
* If the request isn't successful, the result parameter isn't touched.
* It adds HTTPUpload::UTF8ToWide() to allow the response to be
returned as a wstring,
* It changes the return value of SendRequest (and by extension,
SendCrashReport) so that if the size of the response body isn't
exactly the same as the value given in the Content-Length header, the
return value is false (in addition to the previous semantics).
* It also updates symupload.cc to account for the new parameter in
SendRequest().



git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@81 4c0a9323-5329-0410-9bdc-e9ce6186880e
2006-12-08 20:45:20 +00:00
..
handler Allow exception handler callbacks more flexibility (#81). r=bryner 2006-12-07 20:46:54 +00:00
sender This patch fixes Airbag issue #44. 2006-12-08 20:45:20 +00:00
airbag_client.sln Add static-CRT build configurations. Get rid of the largely redundant README, 2006-09-28 19:35:08 +00:00