| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Speculative back-out of r883, which may have broken Windows crash reporting. | mark@chromium.org | 2011-11-28 | 13 | -208/+4 |
* | Create a static library to use Breakpad on iOS. | qsr@chromium.org | 2011-11-23 | 8 | -8/+562 |
* | Correct compilation warning. | qsr@chromium.org | 2011-11-23 | 6 | -185/+109 |
* | Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace. | ted.mielczarek | 2011-11-18 | 3 | -18/+17 |
* | 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 | 5 | -106/+178 |
* | Fix several error-case leaks on the Mac found by clang analysis | stuartmorgan | 2011-11-14 | 2 | -2/+8 |
* | Allow CrashGenerationClient to request that a dump of the parent process be w... | ted.mielczarek | 2011-11-11 | 13 | -4/+208 |
* | Correct leak. | qsr@chromium.org | 2011-11-10 | 1 | -2/+2 |
* | Fix problem with not NULL terminating mapping name. | kmixter@chromium.org | 2011-11-09 | 1 | -1/+2 |
* | 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 |
* | Fix some shadow variables, including one in file_id.cc that causes all files ... | thestig@chromium.org | 2011-10-20 | 1 | -2/+2 |
* | 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 |
* | Fix svn:executable and svn:eol-style properties in src/client/windows. | mark@chromium.org | 2011-10-20 | 16 | -0/+0 |
* | Breakpad implementation for ios. | qsr@chromium.org | 2011-10-12 | 3 | -0/+890 |
* | 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 some newlines. | mark@chromium.org | 2011-09-27 | 5 | -977/+977 |
* | Fix totally busted-up project file that was, for the most part, wrong for | mark@chromium.org | 2011-09-27 | 1 | -9/+65 |
* | Remove javascript_engine GYP variable. | mihaip@chromium.org | 2011-09-13 | 1 | -5/+1 |
* | 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 |
* | The first field in a MDLocationDescriptor is a u_int32_t, so change this cast | 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 |
* | Wean Mac Breakpad off of its OpenSSL libcrypto dependency. | mark@chromium.org | 2011-07-27 | 1 | -12/+12 |
* | Fix compilation using the OS X 10.7 SDK by #ifdefing out PPC support when tar... | ted.mielczarek@gmail.com | 2011-07-26 | 2 | -1/+22 |
* | Fix an assertion encountered in UntypedMDRVA::Copy(). | mmentovai | 2011-07-01 | 1 | -0/+9 |
* | Add some headers necessary to build the Linux client code with the Android ND... | ted.mielczarek@gmail.com | 2011-05-31 | 2 | -0/+3 |
* | Fix linux-gate handling in LinuxDumper so it gets a valid debug ID | ted.mielczarek | 2011-05-06 | 2 | -2/+92 |
* | Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference to | mmentovai | 2011-04-05 | 2 | -5/+68 |