aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/sender/crash_report_sender.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-7/+7
* Fix breakpad client build.Nelson Billing2019-06-241-1/+1
* Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major2015-10-061-2/+2
* Back out trunk r1367.mark@chromium.org2014-09-031-2/+2
* Support for multiple upload files in CrashReportSender/HTTPUploadted.mielczarek@gmail.com2014-08-281-2/+2
* Actually treat fatal error codes as fatalnealsid2010-09-161-2/+1
* Fix for issue 304: symupload needs to support timeout specifications(wininet ...nealsid2009-03-201-1/+1
* Fix the following bug:doshimun2008-06-051-1/+1
* Make sure ENOENT is defined. Spotted by jfbastien <bourgeoisie>.mmentovai2007-10-101-0/+2
* Assertion in CrashReportSender (windows) when no checkpoint file is desiredmmentovai2007-09-281-0/+3
* Add an optional per-day limit to the number of crash reports sent. The statebryner2007-05-211-1/+81
* Rename Airbag to Breakpad.mmentovai2007-02-141-2/+2
* Allows the caller of CrashReportSender::SendCrashReport() to determine thatincrementalist2007-01-031-3/+14
* This patch fixes Airbag issue #44.incrementalist2006-12-081-2/+2
* Disable exception handling warnings in Windows client code (#38).mmentovai2006-10-271-0/+3
* Implement a tool to upload symbols on Windows, given an exe or dll file withbryner2006-10-161-223/+3
* Initial version of Windows exception handler and crash report sender classesbryner2006-09-271-0/+264