aboutsummaryrefslogtreecommitdiff
path: root/src/client/ios/BreakpadController.mm
Commit message (Expand)AuthorAgeFilesLines
* [Breakpad iOS] Add a callback on report upload completion.Olivier Robin2019-04-231-7/+16
* Adds method to get the date of the most recent iOS crash report.Evan Bernstein2018-10-081-0/+16
* Reconcile -[BreakpadController withBreakpadRef:] with its documentation.Robert Sesek2017-12-151-3/+1
* There is no need to use the main queue just for perform selector.George Kola2017-02-131-34/+31
* Adding possibility for client to upload the fileblundell@chromium.org2014-09-011-0/+31
* Fix a bug in BreakpadController that prevented multiple report uploads per ca...ivan.penkov@gmail.com2014-03-191-4/+8
* When the Breakpad.h header gets compiled by standard C compilersdmaclach2014-02-181-1/+2
* Add -[BreakpadController setParametersToAddAtUploadTime:] for iOS.blundell@chromium.org2014-01-131-1/+10
* Add -[BreakpadController resetConfiguration] for iOS.blundell@chromium.org2013-12-121-4/+11
* Provide BreakpadGetCrashReportCount() and -[BreakpadControllermark@chromium.org2013-11-201-3/+11
* Add API to find out if there is crash reports to send to the server.qsr@chromium.org2013-02-011-0/+7
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Fix typo.qsr@chromium.org2012-12-171-2/+2
* Updating BreakpadController to allow start and stop being nop.qsr@chromium.org2012-12-171-4/+5
* Add assertion on initialization sequence.qsr@chromium.org2012-11-281-0/+20
* Turn on more warnings in ios / mac projects.qsr@chromium.org2012-09-211-1/+1
* Add high level API for breakpad on iOS.qsr@chromium.org2012-03-131-0/+266