| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix signal propagation logic for Linux/Android exception handler. | primiano@chromium.org | 2015-04-30 | 1 | -1/+2 |
* | [MIPS]: Use mcontext_t structure for MIPS | rmcilroy@chromium.org | 2015-04-21 | 5 | -48/+97 |
* | Fix call to rt_sigaction | cjhopman@chromium.org | 2015-04-15 | 1 | -4/+4 |
* | MIPS64: Initial MIPS64 related change. | mark@chromium.org | 2015-04-15 | 5 | -3/+21 |
* | Use __NR_rt_sigaction instead of __NR_sigaction | mark@chromium.org | 2015-04-13 | 1 | -1/+1 |
* | Workaround Android sigaction bug | mark@chromium.org | 2015-04-10 | 1 | -3/+21 |
* | Fix compilation with gcc --std=c++11 | ted.mielczarek@gmail.com | 2015-03-24 | 5 | -16/+16 |
* | Fix compatibility with Android NDK r10d. | primiano@chromium.org | 2015-03-16 | 1 | -15/+0 |
* | Make breakpad compatible with Android NDK r10d. | primiano@chromium.org | 2015-03-10 | 2 | -5/+16 |
* | Microdump writer: stop using new/malloc in compromised context | primiano@chromium.org | 2015-03-10 | 1 | -9/+13 |
* | Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions. | wfh@chromium.org | 2015-02-22 | 2 | -0/+19 |
* | Fix overflow error in breakpad for linux | mark@chromium.org | 2015-02-05 | 1 | -4/+4 |
* | Handle failures of copying process data from a core file. | benchan@chromium.org | 2015-02-02 | 6 | -16/+31 |
* | Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest. | benchan@chromium.org | 2015-01-28 | 1 | -4/+0 |
* | Stop calling memmove when unnecessary | hashimoto@chromium.org | 2015-01-27 | 1 | -2/+4 |
* | Fix the scope on the initialization of kMicrodumpOnConsole to match header. | primiano@chromium.org | 2015-01-09 | 1 | -1/+2 |
* | Remove pointers from serialized file format | mdempsky@chromium.org | 2014-12-11 | 1 | -5/+9 |
* | Breakpad: Fix build with new clang versions. | mark@chromium.org | 2014-12-10 | 2 | -2/+2 |
* | Microdumps: support aarch64 and lib mapping from APK | primiano@chromium.org | 2014-12-02 | 2 | -10/+36 |
* | Fix microdump_writer and add unittest. | primiano@chromium.org | 2014-11-25 | 2 | -10/+150 |
* | Fix Windows client compilation on mingw. | ted.mielczarek@gmail.com | 2014-11-03 | 7 | -10/+16 |
* | Introduce microdump writer class. | primiano@chromium.org | 2014-10-28 | 7 | -21/+490 |
* | Fix breakpad on mips and x86_64 for the NDK r10c update. | primiano@chromium.org | 2014-10-24 | 2 | -4/+5 |
* | Fixing the Mac Inspector build by adding the launch_report dependency to the ... | ivanpe@chromium.org | 2014-10-17 | 1 | -0/+10 |
* | Refactor .so name detection logic in minidump/linux_dumper. | primiano@chromium.org | 2014-10-17 | 3 | -54/+70 |
* | The process uptime computation when the Windows out-of-process Crash Generation | ivanpe@chromium.org | 2014-10-15 | 1 | -2/+4 |
* | Linux multiprocess crash reporter: use pipe instead of socketpair in the client | ted.mielczarek@gmail.com | 2014-10-09 | 2 | -9/+2 |
* | Remove workaround for Linux credential-passing bug | ted.mielczarek@gmail.com | 2014-10-09 | 1 | -127/+0 |
* | Microdumps: refactor out common parts of minidump_writer.cc | primiano@chromium.org | 2014-10-01 | 10 | -619/+993 |
* | Fix some nits raised by Timur for r1385. | thestig@chromium.org | 2014-09-24 | 1 | -3/+2 |
* | IWYU in minidump_writer.cc to fix building with libc++ after r1385. | thestig@chromium.org | 2014-09-24 | 1 | -0/+1 |
* | Linux: Call memset() in a couple places in ExceptionHandler to avoid uninit m... | thestig@chromium.org | 2014-09-23 | 2 | -35/+32 |
* | Fix clang compilation error introduced in r1380. | rmcilroy@chromium.org | 2014-09-22 | 1 | -1/+1 |
* | Extend mapping merge to include reserved but unused mappings. | rmcilroy@chromium.org | 2014-09-19 | 1 | -0/+18 |
* | GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response. | gunsch@chromium.org | 2014-09-18 | 1 | -1/+1 |
* | Fix Windows client unittests build: add missing code files | mmandlis@chromium.org | 2014-09-16 | 1 | -0/+2 |
* | Mac: Add support for in-process crash reporting to Breakpad. | andresantoso@chromium.org | 2014-09-15 | 6 | -49/+69 |
* | Back out trunk r1367. | mark@chromium.org | 2014-09-03 | 2 | -4/+4 |
* | Adding possibility for client to upload the file | blundell@chromium.org | 2014-09-01 | 6 | -48/+214 |
* | Support for multiple upload files in CrashReportSender/HTTPUpload | ted.mielczarek@gmail.com | 2014-08-28 | 2 | -4/+4 |
* | constructor init list in wrong order in CrashGenerationServer | ted.mielczarek@gmail.com | 2014-08-28 | 1 | -2/+2 |
* | Set 32 bits iOS app to use vm_region_recurse_64. | blundell@chromium.org | 2014-08-11 | 1 | -4/+0 |
* | Chrome on Android now supports loading the shared library directly from the A... | rmcilroy@chromium.org | 2014-07-22 | 4 | -9/+123 |
* | [Android]: Remove __system_property_get(ro.build.fingerprint) from WriteOSInf... | rmcilroy@chromium.org | 2014-07-18 | 1 | -17/+0 |
* | Ensure C:/Dumps/ exists in crash_generation_app | ted.mielczarek@gmail.com | 2014-07-11 | 1 | -0/+6 |
* | Unhook current Breakpad object after handling uncaught NSException. | qsr@chromium.org | 2014-07-07 | 1 | -0/+1 |
* | Make crash_handler volatile to prevent compiler optimizing it away. | rmcilroy@chromium.org | 2014-07-02 | 1 | -1/+5 |
* | Cleanup: hide undefined behavior from the compiler better. | ivanpe@chromium.org | 2014-07-01 | 1 | -4/+18 |
* | Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size. | qsr@chromium.org | 2014-06-06 | 1 | -1/+5 |
* | Linux: Fix a memory leak in ExceptionHandler. | thestig@chromium.org | 2014-05-28 | 1 | -0/+2 |