| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove static initializer in linux/guid_creator.cc. | qsr@chromium.org | 2012-03-08 | 1 | -8/+16 |
* | 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 | 3 | -16/+17 |
* | Send uptime as milliseconds for Mac and iOS. | qsr@chromium.org | 2012-03-02 | 3 | -11/+17 |
* | Support for .raSearch in the x86 stackwalker | mark@chromium.org | 2012-02-23 | 3 | -7/+88 |
* | Handle program strings with the assignment operator smashed against the next | mark@chromium.org | 2012-02-23 | 3 | -120/+151 |
* | Modify CrashGenerator::CreateChildCrash to copy proc files. | benchan@chromium.org | 2012-02-23 | 5 | -20/+116 |
* | Fix an invalid cast in PostfixEvaluator<ValueType>::EvaluateInternal(). | mark@chromium.org | 2012-02-23 | 1 | -1/+1 |
* | Add support for @ operator to PostfixEvaluator | ted.mielczarek | 2012-02-21 | 3 | -6/+17 |
* | Move away from the 10.4 SDK. | mark@chromium.org | 2012-02-21 | 2 | -5/+0 |
* | Funnel all bootstrap_register calls through a routine that doesn't care that | mark@chromium.org | 2012-02-21 | 6 | -12/+130 |
* | Add some missing #includes | ted.mielczarek | 2012-02-15 | 2 | -0/+3 |
* | Add filename to error message when PDBSourceLineWriter::Open fails | ted.mielczarek | 2012-02-15 | 1 | -3/+3 |
* | Avoid setting an alternative stack for signals if there is already one | ted.mielczarek | 2012-02-14 | 2 | -8/+11 |
* | 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 | 5 | -7/+312 |
* | 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 |
* | Breakpad DWARF: Add support for DWARF 4 attribute forms. | jimblandy | 2012-02-01 | 7 | -8/+179 |
* | Breakpad DWARF support: Remove extraneous breaks following returns in dwarf2r... | jimblandy | 2012-02-01 | 1 | -44/+6 |
* | Add partial unit tests for dwarf2reader::CompilationUnit. | jimblandy | 2012-02-01 | 4 | -0/+549 |
* | Change some functions in linux_libc_support.h to use intmax_t instead of int. | ted.mielczarek | 2012-01-27 | 1 | -2/+2 |
* | Fix test addresses to use uintptr_t instead of u_int64_t. | benchan@chromium.org | 2012-01-27 | 3 | -4/+4 |
* | Fix several clang warnings in breakpad. | mark@chromium.org | 2012-01-26 | 2 | -4/+4 |
* | Use sys_prctl instead of prctl. | thestig@chromium.org | 2012-01-24 | 1 | -8/+5 |
* | Implement core dump to minidump conversion. | benchan@chromium.org | 2012-01-19 | 16 | -431/+1278 |
* | Skip ElfCoreDumpTest.ValidCoreFile test if no core dump is generated. | benchan@chromium.org | 2012-01-11 | 2 | -11/+43 |
* | Build LinuxLibcSupportTest and make it pass. | thestig@chromium.org | 2012-01-11 | 3 | -2/+29 |
* | Refactor LinuxDumper and MinidumpWriter. | benchan@chromium.org | 2012-01-11 | 6 | -89/+146 |
* | Clear error state flags in binarystream::rewind(). | benchan@chromium.org | 2012-01-09 | 1 | -0/+3 |
* | Add utilities for processing Linux core dump files. | benchan@chromium.org | 2012-01-07 | 11 | -32/+1171 |
* | Send crash dumps to Google via HTTPS instead of HTTP, since they might | thestig@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Replace MMappedRange with MinidumpMemoryRange. | benchan@chromium.org | 2011-12-21 | 6 | -123/+523 |
* | Eliminate another source of UnspecifiedStackSignature crash dumps. | mark@chromium.org | 2011-12-21 | 1 | -45/+38 |
* | Replace readlink calls with a safer version that guarantees NULL-termination. | benchan@chromium.org | 2011-12-21 | 10 | -21/+287 |
* | Refactor code in preparation of merging with the fork in Chromium OS. | benchan@chromium.org | 2011-12-16 | 12 | -65/+878 |
* | Fix ContextDeathTest.X86BadFlags unit test on Mac OS X. | benchan@chromium.org | 2011-12-16 | 1 | -1/+1 |
* | 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 |
* | Fix some comments and parameter names. | jimblandy | 2011-11-23 | 2 | -4/+5 |
* | Create a static library to use Breakpad on iOS. | qsr@chromium.org | 2011-11-23 | 9 | -9/+564 |
* | Correct compilation warning. | qsr@chromium.org | 2011-11-23 | 8 | -133/+157 |
* | Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace. | ted.mielczarek | 2011-11-18 | 12 | -43/+46 |
* | 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 |