| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Increase kMinidumpFileLengthLimit from 800000 to 2MB. | mark@chromium.org | 2012-05-15 | 1 | -1/+1 |
* | Unprotect the allocator before trying to create a minidump from a signal. | qsr@chromium.org | 2012-05-14 | 1 | -5/+13 |
* | Bits necessary to send the reports along with the minidumps. | mark@chromium.org | 2012-05-11 | 1 | -5/+10 |
* | Fix one more -Wnull-conversion warning. | mark@chromium.org | 2012-03-30 | 1 | -1/+2 |
* | Fix -Wnull-conversion warnings in breakpad. | mark@chromium.org | 2012-03-30 | 2 | -2/+2 |
* | Add high level API for breakpad on iOS. | qsr@chromium.org | 2012-03-13 | 1 | -7/+9 |
* | Change iOS implementation to not use exc_server | qsr@chromium.org | 2012-03-09 | 1 | -86/+89 |
* | Add SIGABRT handler for mac and iOS. | qsr@chromium.org | 2012-03-09 | 3 | -10/+90 |
* | Removing breakpad_exc_server and all references. | qsr@chromium.org | 2012-03-08 | 3 | -2085/+2 |
* | Correct various compilation warnings. | qsr@chromium.org | 2012-03-07 | 2 | -14/+16 |
* | Send uptime as milliseconds for Mac and iOS. | qsr@chromium.org | 2012-03-02 | 2 | -6/+10 |
* | Move away from the 10.4 SDK. | mark@chromium.org | 2012-02-21 | 1 | -3/+0 |
* | Funnel all bootstrap_register calls through a routine that doesn't care that | mark@chromium.org | 2012-02-21 | 3 | -9/+29 |
* | Creating minidump for uncaught exception on iOS. | qsr@chromium.org | 2012-02-14 | 1 | -4/+12 |
* | createDirectoryAtPath:attributes: is deprecated, use the suggested (10.5+) | mark@chromium.org | 2012-02-09 | 1 | -45/+4 |
* | Fix clang warning about format string. | mark@chromium.org | 2012-02-09 | 1 | -1/+1 |
* | NXSwapBigIntToHost is deprecated, use CFSwapInt32BigToHost instead. | mark@chromium.org | 2012-02-06 | 1 | -8/+9 |
* | Fix several clang warnings in breakpad. | mark@chromium.org | 2012-01-26 | 2 | -4/+4 |
* | Create a static library to use Breakpad on iOS. | qsr@chromium.org | 2011-11-23 | 6 | -80/+26 |
* | Correct compilation warning. | qsr@chromium.org | 2011-11-23 | 4 | -118/+48 |
* | Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace. | ted.mielczarek | 2011-11-18 | 2 | -17/+16 |
* | Add an API to Breakpad to upload custom file to the crash server. | qsr@chromium.org | 2011-11-16 | 3 | -106/+138 |
* | Fix several error-case leaks on the Mac found by clang analysis | stuartmorgan | 2011-11-14 | 2 | -2/+8 |
* | Add mach_vm_deallocate to the set of function not available on iOS5. | qsr@chromium.org | 2011-10-24 | 1 | -0/+1 |
* | Do not use mach_vm.h on iOS. | qsr@chromium.org | 2011-10-24 | 5 | -15/+56 |
* | Allow to retrieve id of a module from memory instead of going to disk for iOS. | qsr@chromium.org | 2011-10-20 | 2 | -7/+25 |
* | Breakpad implementation for ios. | qsr@chromium.org | 2011-10-12 | 1 | -0/+6 |
* | Remove duplicate definition of GTMLoggerDebug. | mark@chromium.org | 2011-10-11 | 1 | -3/+0 |
* | Adding missing method. | qsr@chromium.org | 2011-10-11 | 1 | -0/+5 |
* | #include BreakpadDefines.h as "BreakpadDefines.h" and not | mark@chromium.org | 2011-10-11 | 1 | -1/+1 |
* | Extract constants from Breakpad.h. | qsr@chromium.org | 2011-10-11 | 9 | -65/+98 |
* | Handle ios dump. | qsr@chromium.org | 2011-10-11 | 1 | -0/+4 |
* | Extract the uploader process from crash_report_sender | qsr@chromium.org | 2011-10-10 | 5 | -570/+695 |
* | Extracting the config file class from the Inspector to be able to reuse it. | qsr@chromium.org | 2011-10-10 | 5 | -224/+325 |
* | #ifdef cpu specific code. | qsr@chromium.org | 2011-10-07 | 6 | -9/+160 |
* | 10.4 SDK fix | mark@chromium.org | 2011-10-06 | 3 | -1/+21 |
* | Address review comments from r843 (http://breakpad.appspot.com/307001) | mark@chromium.org | 2011-10-05 | 4 | -15/+25 |
* | Ensure crash reports will be uploaded on the Mac. | mark@chromium.org | 2011-10-05 | 3 | -2/+74 |
* | Use a bootstrap subset port for the inspector, tying the subset to the | mark@chromium.org | 2011-10-03 | 1 | -10/+26 |
* | Fix some compilation warnings and other errors due to API changes | mark@chromium.org | 2011-09-29 | 2 | -17/+11 |
* | Build the Mac Breakpad utilities with the 10.5 SDK in x86_64 Debug mode. This | mark@chromium.org | 2011-09-28 | 1 | -23/+23 |
* | Fix encoding of breakpad/src/client/mac/testapp/English.lproj/InfoPlist.strings | mark@chromium.org | 2011-09-27 | 1 | -1/+1 |
* | Fix totally busted-up project file that was, for the most part, wrong for | mark@chromium.org | 2011-09-27 | 1 | -9/+65 |
* | Fix a Breakpad crash during teardown when USE_PROTECTED_ALLOCATIONS is in | mark@chromium.org | 2011-08-26 | 1 | -0/+8 |
* | Add missing (parentehses.) | mark@chromium.org | 2011-08-26 | 1 | -1/+1 |
* | Fix CalculateStackSize to behave properly when the main thread's stack is | mark@chromium.org | 2011-08-25 | 2 | -27/+32 |
* | The process_id field is unsigned, so we need this cast in c++0x. | mark@chromium.org | 2011-08-11 | 1 | -1/+2 |
* | Fix clang warnings. | mark@chromium.org | 2011-08-11 | 3 | -4/+4 |
* | Remove a bogus const. | mark@chromium.org | 2011-08-10 | 1 | -1/+1 |
* | Fix a typo in r817 | ted.mielczarek | 2011-07-27 | 1 | -1/+1 |