aboutsummaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)Author
2019-11-12Remove dependency of uploader.mm on GTMLoggerSylvain Defresne
2019-11-01Revert "Remove use of "register" keyword, deprecated in C++17"Mark Mentovai
2019-10-30linux, client: set module name from DT_SONAMEJoshua Peraza
2019-10-24linux, dump_syms: set module name from DT_SONAMEJoshua Peraza
2019-09-04convert_UTF: rewrite in C++Mike Frysinger
2019-08-12Remove use of "register" keyword, deprecated in C++17Mark Mentovai
2019-06-24Fix breakpad client build.Nelson Billing
2019-06-19Fix 'debug_file' in PESourceLineWriter.Nelson Billing
2019-06-04linux: fix broken testsJoshua Peraza
2019-05-29Fix a build break with SDK 10.14.Ivan Penkov
2019-05-15Fix orphaned crash reports.John Z Wu
2019-04-26Linux breakpad_unittests: fix ThreadSanitizer problemsMark Mentovai
2019-04-26Linux MinidumpWriter: fix stack-use-after-scope violationMark Mentovai
2019-04-23[Breakpad iOS] Add a callback on report upload completion.Olivier Robin
2019-04-19Make breakpad_unittests work with Chrome's test runner instead of gtest'sMark Mentovai
2019-04-19Use correct c++ standard library in Xcode project.John Z Wu
2019-04-09linux_core_dumper: add missing newline to Android test-disabled messageMark Mentovai
2019-04-07linux_core_dumper: partially disable test on AndroidMike Frysinger
2019-03-30linux_core_dumper: add explicit casts for exception fieldsMike Frysinger
2019-03-14linux_core_dumper: handle missing SIGSYS supportMike Frysinger
2019-03-12linux_core_dumper: support setting exception_informationMike Frysinger
2019-03-07linux_core_dumper: add a fallback definition for NT_SIGINFOMike Frysinger
2019-03-03linux_core_dumper: support NT_SIGINFO for reading crashing addressMike Frysinger
2019-02-25breakpad: Remove semicolons, iOS edition.Nico Weber
2019-02-22breakpad: Remove semicolons, mac edition.Nico Weber
2019-02-21breakpad: Remove semicolons.Nico Weber
2019-02-19Delete deprecated SetFirstChanceExceptionHandler functionAndreas Haas
2019-01-15Introduce SetFirstChanceHandler with more strict signatureAndreas Haas
2019-01-03Extract intruction pointer correctly for Windows ARM64Tom Tan
2018-10-08Adds method to get the date of the most recent iOS crash report.Evan Bernstein
2018-08-27win: fix formatting after 21c98747Joshua Peraza
2018-08-27win: replace a while loop with a for loopJoshua Peraza
2018-08-15Fix Windows client_tests GYP build after 88d8114fda3eMark Mentovai
2018-08-01Define and use a a new MDRawContextARM64Joshua Peraza
2018-08-01Rename MDRawContextARM64 and its context flagsJoshua Peraza
2018-07-31mac: Fix broken xcode projectsJoshua Peraza
2018-07-09ios: Fix build of exception_handler_no_machJoshua Peraza
2018-04-10Initialize variables for MSANSergey Abbakumov
2018-04-03Linux: Write out si_code for SIGBUS exceptions.Lei Zhang
2018-02-23Fixing incorrect include guard (missing #define)Daniel Bratell
2018-02-02Fix crash when an NSException is thrown.Adam Harrison
2018-01-31Extend ifdef to include helper functionsLars Volker
2018-01-31Remove barrier to fix Android build.Lars Volker
2018-01-18Do not use non-standard stdext::checked_array_iterator with libc++.Peter Collingbourne
2018-01-09Only restore the signal handler if sigaction has not changedLars Volker
2017-12-20Fix minidump on ChromeOSYunlian Jiang
2017-12-15Reconcile -[BreakpadController withBreakpadRef:] with its documentation.Robert Sesek
2017-12-05Remove duplicate import.Adam Harrison
2017-11-03Create LongStringDictionary and replace SimpleStringDictionary on iOSYi Wang
2017-11-03Don’t set exit_after_write to false for tvOS.Adam Harrison