aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/sender
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency of uploader.mm on GTMLoggerSylvain Defresne2019-11-121-12/+12
* Fix a build break with SDK 10.14.Ivan Penkov2019-05-291-2/+2
* [Breakpad iOS] Add a callback on report upload completion.Olivier Robin2019-04-232-0/+25
* iOS client identifies itself via URL paramsRoman Margold2017-03-101-0/+44
* Revert "iOS client identifies itself via URL params"Roman Margold2017-02-011-37/+0
* iOS client identifies itself via URL paramsRoman Margold2017-02-011-0/+37
* Adding possibility for client to upload the fileblundell@chromium.org2014-09-012-33/+59
* NSLocalizedString compatibility (10.8 SDK and clang trunk -Wformat-extra-args)mark@chromium.org2013-11-051-12/+12
* Fix a clang warning.mark@chromium.org2013-06-271-5/+7
* Fix compilation for iOS on XCode 4.5qsr@chromium.org2012-07-091-1/+0
* Fix uploader so that it send the guid to the server.qsr@chromium.org2012-06-061-0/+1
* Increase kMinidumpFileLengthLimit from 800000 to 2MB.mark@chromium.org2012-05-151-1/+1
* Bits necessary to send the reports along with the minidumps.mark@chromium.org2012-05-111-5/+10
* Fix clang warning about format string.mark@chromium.org2012-02-091-1/+1
* Fix several clang warnings in breakpad.mark@chromium.org2012-01-261-1/+1
* Create a static library to use Breakpad on iOS.qsr@chromium.org2011-11-232-2/+2
* Add an API to Breakpad to upload custom file to the crash server.qsr@chromium.org2011-11-162-102/+134
* Fix several error-case leaks on the Mac found by clang analysisstuartmorgan2011-11-141-0/+1
* Breakpad implementation for ios.qsr@chromium.org2011-10-121-0/+6
* Remove duplicate definition of GTMLoggerDebug.mark@chromium.org2011-10-111-3/+0
* Adding missing method.qsr@chromium.org2011-10-111-0/+5
* Extract constants from Breakpad.h.qsr@chromium.org2011-10-114-8/+8
* Extract the uploader process from crash_report_senderqsr@chromium.org2011-10-104-570/+689
* Make localization resizing of Mac uploader email line more robust. Review URL...stuart.morgan2011-01-051-5/+18
* Keep a log of uploaded crash IDs on the Mac. Review URL: http://breakpad.apps...stuartmorgan2010-12-171-0/+27
* Adding 11 languages to the crash uploader app on the Mac, contributed by the ...stuart.morgan2010-07-2522-0/+0
* Clean up build for 64 bit.dmaclach2010-07-192-34/+38
* Convert files in .nib format to .xib format.mark@chromium.org2010-06-234-89/+1140
* Make Mac comment and email text field placeholders localizable. r=nealsidstuart.morgan2010-01-012-0/+6
* Add email mapping for Socorro. r=nealsidstuart.morgan2010-01-011-2/+2
* Fix text field resizing for 10.5+ SDKstuartmorgan2009-08-281-1/+4
* Port fixes from internal Google Breakpad to SVN. nealsid2009-07-217-38/+246
* Support custom URL parameters. Added unit tests for Breakpad. Addednealsid2009-06-032-23/+73
* Mac reporter improvements:stuartmorgan2009-04-298-188/+361
* Mac framework fixes: Propagate server type from plist, and fix precedence of ...stuart.morgan2009-04-291-1/+1
* Code review issue 9002: Add paranoid logging to Inspector & Reporternealsid2009-04-231-8/+38
* Add a parameter to control the Mac reporter timeout.stuartmorgan2009-04-221-11/+12
* Fix to support extensible parameter handling, and add process crashtime/uptim...nealsid2009-04-222-54/+126
* Give the Mac reporter app a localized name of 'Crash Reporter'stuartmorgan2009-04-222-0/+6
* Sender tweaks; strip whitespace from server-returned ID, and change the title...stuart.morgan2009-04-072-4/+6
* Incorporate feedback from first Breakpad integration.nealsid2009-04-067-835/+56
* Open sourcing the Breakpad framework from Google. nealsid2009-04-017-0/+4198