aboutsummaryrefslogtreecommitdiff
path: root/src/client/ios
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-156-214/+214
* convert_UTF: try to update xcode filesMike Frysinger2020-03-141-4/+4
* Fix orphaned crash reports.John Z Wu2019-05-151-1/+13
* [Breakpad iOS] Add a callback on report upload completion.Olivier Robin2019-04-234-23/+63
* Use correct c++ standard library in Xcode project.John Z Wu2019-04-191-0/+2
* breakpad: Remove semicolons, iOS edition.Nico Weber2019-02-251-1/+1
* Adds method to get the date of the most recent iOS crash report.Evan Bernstein2018-10-084-0/+63
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-011-3/+3
* ios: Fix build of exception_handler_no_machJoshua Peraza2018-07-091-1/+1
* Fix crash when an NSException is thrown.Adam Harrison2018-02-022-11/+10
* Reconcile -[BreakpadController withBreakpadRef:] with its documentation.Robert Sesek2017-12-151-3/+1
* Remove duplicate import.Adam Harrison2017-12-051-1/+0
* Create LongStringDictionary and replace SimpleStringDictionary on iOSYi Wang2017-11-032-19/+29
* Don’t set exit_after_write to false for tvOS.Adam Harrison2017-11-031-0/+2
* Revert "Create LongStringDictionary and replace SimpleStringDictionary usages...Mark Mentovai2017-11-022-29/+19
* Create LongStringDictionary and replace SimpleStringDictionary usages in clie...Yi Wang2017-10-272-19/+29
* ios: Adds a no-Mach exception handlerAdam Harrison2017-10-123-0/+447
* There is no need to use the main queue just for perform selector.George Kola2017-02-131-34/+31
* Only release current_breakpad_ if it is defined.Benjamin Lerman2015-10-141-1/+1
* Default nil or empty version string to CFBundleVersionchangluo@google.com2015-07-101-1/+1
* Breakpad: Fix build with new clang versions.mark@chromium.org2014-12-101-1/+1
* Adding possibility for client to upload the fileblundell@chromium.org2014-09-014-15/+155
* Unhook current Breakpad object after handling uncaught NSException.qsr@chromium.org2014-07-071-0/+1
* Fix a bug in BreakpadController that prevented multiple report uploads per ca...ivan.penkov@gmail.com2014-03-191-4/+8
* Fixing compiler warnings:ivan.penkov@gmail.com2014-02-281-2/+2
* Update GTM and enable -Wundef and strict C++11 flags.dmaclach2014-02-261-0/+4
* Fixup breakpad compile for Xcode 5.1 iOS releasedmaclach2014-02-241-4/+4
* Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.dmaclach2014-02-182-2/+4
* When the Breakpad.h header gets compiled by standard C compilersdmaclach2014-02-183-6/+15
* Submitting on bahalf of Michele Aiello.ivan.penkov@gmail.com2014-01-131-2/+3
* Add -[BreakpadController setParametersToAddAtUploadTime:] for iOS.blundell@chromium.org2014-01-134-9/+33
* Don't do work inside assert(). Ever.mark@chromium.org2014-01-101-16/+13
* Remove usage of gDebugLog and DEBUGLOG from Mac and iOS client code.altse@chromium.org2013-12-121-15/+0
* Add -[BreakpadController resetConfiguration] for iOS.blundell@chromium.org2013-12-122-4/+15
* Fix unused method warning.ivan.penkov@gmail.com2013-12-031-0/+2
* Re-enable ios_exception_minidump_generator being built on non-ARM.blundell@chromium.org2013-12-021-5/+9
* In iOS, BREAKPAD_OUTPUT_DUMP_FILE value contains a malformed full path to the...qsr@chromium.org2013-11-261-2/+1
* Generate minidumps for 64-bit ARM apps on iOS.mark@chromium.org2013-11-213-39/+82
* Provide BreakpadGetCrashReportCount() and -[BreakpadControllermark@chromium.org2013-11-204-10/+30
* Remove unittest from sources list of iOS client xcodeproj.qsr@chromium.org2013-10-151-2/+2
* Fix missing include in ios_exception_minidump_generator.mm.qsr@chromium.org2013-10-111-0/+2
* Fix a memory leak, using stringWithUTF8String instead.yuwu@google.com2013-07-171-1/+1
* Check env var BreakpadMinidumpLocation first, if set, use it as BREAKPAD_DUMP...yuwu@google.com2013-07-151-2/+5
* Fix minidump generation from exception.qsr@chromium.org2013-05-032-9/+15
* Rewrite SimpleStringDictionary with NonAllocatingMap.rsesek@chromium.org2013-04-241-6/+4
* Move SimpleStringDictionary from common/mac/ to just common/.rsesek@chromium.org2013-04-182-10/+10
* Add API to find out if there is crash reports to send to the server.qsr@chromium.org2013-02-012-0/+10
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-172-2/+2
* 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