| Commit message (Expand) | Author | Age | Files | Lines |
* | Default nil or empty version string to CFBundleVersion | changluo@google.com | 2015-07-10 | 1 | -1/+1 |
* | Breakpad: Fix build with new clang versions. | mark@chromium.org | 2014-12-10 | 1 | -1/+1 |
* | Adding possibility for client to upload the file | blundell@chromium.org | 2014-09-01 | 4 | -15/+155 |
* | Unhook current Breakpad object after handling uncaught NSException. | qsr@chromium.org | 2014-07-07 | 1 | -0/+1 |
* | Fix a bug in BreakpadController that prevented multiple report uploads per ca... | ivan.penkov@gmail.com | 2014-03-19 | 1 | -4/+8 |
* | Fixing compiler warnings: | ivan.penkov@gmail.com | 2014-02-28 | 1 | -2/+2 |
* | Update GTM and enable -Wundef and strict C++11 flags. | dmaclach | 2014-02-26 | 1 | -0/+4 |
* | Fixup breakpad compile for Xcode 5.1 iOS release | dmaclach | 2014-02-24 | 1 | -4/+4 |
* | Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS. | dmaclach | 2014-02-18 | 2 | -2/+4 |
* | When the Breakpad.h header gets compiled by standard C compilers | dmaclach | 2014-02-18 | 3 | -6/+15 |
* | Submitting on bahalf of Michele Aiello. | ivan.penkov@gmail.com | 2014-01-13 | 1 | -2/+3 |
* | Add -[BreakpadController setParametersToAddAtUploadTime:] for iOS. | blundell@chromium.org | 2014-01-13 | 4 | -9/+33 |
* | Don't do work inside assert(). Ever. | mark@chromium.org | 2014-01-10 | 1 | -16/+13 |
* | Remove usage of gDebugLog and DEBUGLOG from Mac and iOS client code. | altse@chromium.org | 2013-12-12 | 1 | -15/+0 |
* | Add -[BreakpadController resetConfiguration] for iOS. | blundell@chromium.org | 2013-12-12 | 2 | -4/+15 |
* | Fix unused method warning. | ivan.penkov@gmail.com | 2013-12-03 | 1 | -0/+2 |
* | Re-enable ios_exception_minidump_generator being built on non-ARM. | blundell@chromium.org | 2013-12-02 | 1 | -5/+9 |
* | In iOS, BREAKPAD_OUTPUT_DUMP_FILE value contains a malformed full path to the... | qsr@chromium.org | 2013-11-26 | 1 | -2/+1 |
* | Generate minidumps for 64-bit ARM apps on iOS. | mark@chromium.org | 2013-11-21 | 3 | -39/+82 |
* | Provide BreakpadGetCrashReportCount() and -[BreakpadController | mark@chromium.org | 2013-11-20 | 4 | -10/+30 |
* | Remove unittest from sources list of iOS client xcodeproj. | qsr@chromium.org | 2013-10-15 | 1 | -2/+2 |
* | Fix missing include in ios_exception_minidump_generator.mm. | qsr@chromium.org | 2013-10-11 | 1 | -0/+2 |
* | Fix a memory leak, using stringWithUTF8String instead. | yuwu@google.com | 2013-07-17 | 1 | -1/+1 |
* | Check env var BreakpadMinidumpLocation first, if set, use it as BREAKPAD_DUMP... | yuwu@google.com | 2013-07-15 | 1 | -2/+5 |
* | Fix minidump generation from exception. | qsr@chromium.org | 2013-05-03 | 2 | -9/+15 |
* | Rewrite SimpleStringDictionary with NonAllocatingMap. | rsesek@chromium.org | 2013-04-24 | 1 | -6/+4 |
* | Move SimpleStringDictionary from common/mac/ to just common/. | rsesek@chromium.org | 2013-04-18 | 2 | -10/+10 |
* | Add API to find out if there is crash reports to send to the server. | qsr@chromium.org | 2013-02-01 | 2 | -0/+10 |
* | Move scoped_ptr.h to common | ted.mielczarek@gmail.com | 2013-01-17 | 2 | -2/+2 |
* | Fix typo. | qsr@chromium.org | 2012-12-17 | 1 | -2/+2 |
* | Updating BreakpadController to allow start and stop being nop. | qsr@chromium.org | 2012-12-17 | 1 | -4/+5 |
* | Allow the Mac and iOS Breakpad clients to build without exceptions when the C... | mark@chromium.org | 2012-12-11 | 1 | -7/+19 |
* | Add assertion on initialization sequence. | qsr@chromium.org | 2012-11-28 | 2 | -0/+24 |
* | Turn on more warnings in ios / mac projects. | qsr@chromium.org | 2012-09-21 | 2 | -1/+17 |
* | Fixed "unused method" warning, reported by Xcode 4.2 on simulator. | qsr@chromium.org | 2012-04-04 | 1 | -0/+2 |
* | Add high level API for breakpad on iOS. | qsr@chromium.org | 2012-03-13 | 4 | -1/+382 |
* | Correct various compilation warnings. | qsr@chromium.org | 2012-03-07 | 1 | -2/+1 |
* | Send uptime as milliseconds for Mac and iOS. | qsr@chromium.org | 2012-03-02 | 1 | -5/+7 |
* | Add missing include. | qsr@chromium.org | 2012-02-14 | 1 | -0/+1 |
* | Creating minidump for uncaught exception on iOS. | qsr@chromium.org | 2012-02-14 | 4 | -3/+300 |
* | Add API on iOS to generate dump on demand. | qsr@chromium.org | 2011-12-09 | 2 | -2/+66 |
* | Fix a missed include path change from r889. (r=qsr in person) | stuartmorgan | 2011-12-02 | 1 | -1/+1 |
* | Create a static library to use Breakpad on iOS. | qsr@chromium.org | 2011-11-23 | 2 | -0/+536 |
* | Correct bug introduced by last commit: Interface on Breakpad is incorrect. | qsr@chromium.org | 2011-11-16 | 2 | -6/+8 |
* | Add an API to Breakpad to upload custom file to the crash server. | qsr@chromium.org | 2011-11-16 | 2 | -0/+40 |
* | Correct leak. | qsr@chromium.org | 2011-11-10 | 1 | -2/+2 |
* | Breakpad implementation for ios. | qsr@chromium.org | 2011-10-12 | 2 | -0/+884 |