| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |