- 6c57c08 Fix -Wsign-compare in CrashReportDatabaseTest by Peter Boström · 5 months ago
- 70ccb76 Accept longer Settings::Data structs by Peter Boström · 5 months ago
- 032bcc9 Mark CrashWithoutDumping() as [[noreturn]] by Nico Weber · 5 months ago
- 6265674 Migrate to NOTREACHED() by Peter Boström · 7 months ago
- 6af42bc Use NOTREACHED_IN_MIGRATION() by Peter Boström · 10 months ago
- 3710831 ios: Use correct address when storing register memory. by Justin Cohen · 10 months ago
- 8df174c [ios] Fix TSAN issue and Mach port leak in CrashpadClient by Ben Hamilton · 11 months ago
- 1cea047 ios: Capture signal exception context memory regions correctly. by Justin Cohen · 12 months ago
- dea283a Make AnnotationList's iterator compliant to input iterator by André Kempe · 1 year, 3 months ago
- c4d4a4d ios: Disable annotations tests on older simulators on macOS 14.3 by Justin Cohen · 1 year ago
- 940e8a3 Fix leaky CrashpadInfo test by Jesse McKenna · 1 year, 1 month ago
- c576bf3 Add Update method to CrashpadInfo by Jesse McKenna · 1 year, 1 month ago
- 5d81482 ios: Read dyld modules in reverse order. by Justin Cohen · 1 year, 1 month ago
- 30b2f4b ios: Add crashpad_uptime_ns crash key to iOS reports. by Justin Cohen · 1 year, 2 months ago
- 3a20cc2 [ios] Add arm64e support to in_process_intermediate_dump_handler by Ben Hamilton · 1 year, 3 months ago
- 9f896f2 Qualify bit_cast with base:: by Avi Drissman · 1 year, 3 months ago
- 7049d96 Fix improper use of bit_cast by Avi Drissman · 1 year, 3 months ago
- 5613499 Replace base::WStringPiece with std::string_view by Lei Zhang · 1 year, 4 months ago
- 1675ce7 Add missing base/check.h includes by Lei Zhang · 1 year, 4 months ago
- 3ba2403 ios: Fix leak in iOS NSException preprocessor. by Justin Cohen · 1 year, 4 months ago
- c39206f Provide a way to iterate over a const AnnotationList by André Kempe · 1 year, 5 months ago
- c5e2b03 Fix UB when saving an StringAnnotation by David Benjamin · 1 year, 5 months ago
- 4a93d7f Revert "Add an option to start a Windows client with global hooks disabled." by Avi Drissman · 1 year, 5 months ago
- 59fc31c Update mini_chromium & use its new support for wide streaming in file_path by Eric Astor · 1 year, 5 months ago
- e17518a Add an option to start a Windows client with global hooks disabled. by Rich Mckeever · 1 year, 5 months ago
- 376e8c0 Eliminate call to StringPrintf() with non-constexpr format string. by Peter Kasting · 1 year, 5 months ago
- c63c073 Do IWYU for check_op.h by Lei Zhang · 1 year, 5 months ago
- 63ec948 Windows: don't compile HandleHeapCorruption on ASAN by Leonard Grey · 1 year, 5 months ago
- f145b54 Stop registering Windows VEH in ASAN builds. by Rich Mckeever · 1 year, 5 months ago
- ac0c27a Deregister vectored exception handler on client destruction by Alex Gough · 1 year, 6 months ago
- a7cfe95 Reland "Add SetLastChanceExceptionHandler to implement permissive MTE mode" by Keishi Hattori · 1 year, 6 months ago
- 6a9e2e6 Adjust to movement of base/ files to base/apple by Avi Drissman · 1 year, 7 months ago
- 617429d Remove ARC boilerplate in Crashpad by Avi Drissman · 1 year, 7 months ago
- ce7f0f1 Revert "Add SetLastChanceExceptionHandler to implement permissive MTE mode" by Keishi Hattori · 1 year, 7 months ago
- b1e66e3 Add SetLastChanceExceptionHandler to implement permissive MTE mode by Keishi Hattori · 1 year, 7 months ago
- 8dcf2b2 [fuchsia] Don't build CaptureContext by Thomas Gales · 1 year, 8 months ago
- 9e37dc4 Convert Crashpad to use ARC by Avi Drissman · 1 year, 9 months ago
- a5e1796 Catch heap corruption failures on Windows by Alex Gough · 1 year, 9 months ago
- 07827d9 Remove `base/cxx17_backports.h` from the code in third_patry/crashpad by Ho Cheung · 1 year, 11 months ago
- 3a6bc8c [tests] Disable clang optimization on the infinite recursion function. by Zequan Wu · 1 year, 11 months ago
- 3cd7b5b ios: Fix crash in ObjcExceptionPreprocessor. by Justin Cohen · 2 years ago
- 90bba04 Fix some accidental uses of argument-dependent lookup by David Benjamin · 2 years ago
- 70e0f92 Fix StringPiece compile issue in Chromium. by Justin · 2 years, 1 month ago
- 485805c Fix test that relied on NDEBUG always disabling DCHECK by Ben Hamilton · 2 years, 1 month ago
- c7d9c71 [ios] Support guarding concurrent reads and writes to Annotations by Ben Hamilton · 2 years, 1 month ago
- 212b8f6 [client] New RingBufferAnnotation by Ben Hamilton · 2 years, 1 month ago
- 3215ed9 [client] Optionally support ScopedSpinGuard in Annotation by Ben Hamilton · 2 years, 1 month ago
- 8071d30 [client] Clean up types and code style in LengthDelimitedRingBuffer by Ben Hamilton · 2 years, 1 month ago
- c11d49d Add a mask to MinidumpCrashpadInfo to indicate valid pointer addresses. by Justin Cohen · 2 years, 2 months ago
- 1a7918b [client] New class LengthDelimitedRingBuffer by Ben Hamilton · 2 years, 3 months ago
- f742c1a Fix build failure on Linux/amd64 by Tom Anderson · 2 years, 4 months ago
- fca8871 Add SA_EXPOSE_TAGBITS to crashpad's signal handler. by Mitch Phillips · 2 years, 4 months ago
- a91f197 [tests] Make the infinite recursion actually recurse with clang by Benoît Lizé · 2 years, 4 months ago
- 9ca1fb9 [tests] MINSIGSTKSZ is no longer a constant, update tests by Benoît Lizé · 2 years, 4 months ago
- 0729b08 Fix NOTREACHED availability by Brian Sheedy · 2 years, 4 months ago
- bce9a58 Fix locking on certain Android partitions by Brian Sheedy · 2 years, 4 months ago
- 833219f [ios] Add optional UploadBehavior enum to InProcessHandler::StartProcessingPendingReports() by Ben Hamilton · 2 years, 6 months ago
- ca3cf2f [ios] Add an optional upload complete observation callback to the in-process handler by Ben Hamilton · 2 years, 6 months ago
- 6278690 Update copyright boilerplate, 2022 edition (Crashpad) by Mark Mentovai · 2 years, 6 months ago
- bfc0eb5 Close handler_sock after starting crashpad server. by Ayush Ranjan · 2 years, 8 months ago
- 1b47570 ios: Add buffered write to IOSIntermediateDumpWriter. by Justin Cohen · 2 years, 8 months ago
- ae7d8a9 ios: Use fewer vm_reads when iterating modules. by Justin Cohen · 2 years, 8 months ago
- df86075 ios: Prevent duplicate uploads and watchdog kills with slow uploads. by Justin Cohen · 2 years, 8 months ago
- b7db85b ios: vm_read module file path before calling strlen. by Justin Cohen · 2 years, 8 months ago
- 80520bd Add WER runtime exception helper module for Windows by Alex Gough · 2 years, 8 months ago
- 1c37daa Reland "posix: Replace DoubleForkAndExec() with ForkAndSpawn()" by Darshan Sen · 2 years, 9 months ago
- 6e946c4 Revert "posix: Replace DoubleForkAndExec() with ForkAndSpawn()" by Justin Cohen · 2 years, 9 months ago
- 21546d8 Use call_once in lazy settings load. by Justin Cohen · 2 years, 9 months ago
- 460943d posix: Replace DoubleForkAndExec() with ForkAndSpawn() by Darshan Sen · 2 years, 9 months ago
- ed8cfeb [snapshot] Add support for thread names by Ben Hamilton · 2 years, 9 months ago
- 816c557 Lazy load settings in CrashReportDatabase. by Justin Cohen · 2 years, 9 months ago
- 0662aeb Fix usage of sprintf. by Justin Cohen · 2 years, 9 months ago
- fc0b157 [fuchsia] Fix build errors on Fuchsia by Alex Pankhurst · 2 years, 9 months ago
- b1ffe93 [ios] Fix two shutdown races by Ben Hamilton · 2 years, 10 months ago
- 13a1e17 C++20 build fixes. by Peter Kasting · 2 years, 10 months ago
- 55de7bb [Crashpad/Annotations] Increase maximum annotation name length to 256 by Ben Hamilton · 2 years, 10 months ago
- 2071aba [ios] Fix FD leak in IOSIntermediateDumpWriter by Ben Hamilton · 2 years, 10 months ago
- 9424269 ios: Check dyld_image_info->imageFilePath for nullptr. by Justin Cohen · 2 years, 10 months ago
- 34a090b ios: Capture more exceptionReason in exception processor. by Justin Cohen · 2 years, 10 months ago
- 55cee01 ios: Don't start upload thread from background. by Justin Cohen · 2 years, 11 months ago
- 12cb55f ios: Safely handle database errors when saving crash reports. by Justin Cohen · 2 years, 11 months ago
- 8647761 ios: Ensure ScopedLockedFileHandle and UploadReportMac destructor order. by Justin Cohen · 2 years, 11 months ago
- 36c88b1 Initializes contexts on ios x64 builds by Alex Gough · 2 years, 11 months ago
- 68aba08 ios: Don't block main thread on suspend. by Justin Cohen · 2 years, 11 months ago
- 646bba7 ios: Add ScopedBackgroundTask to more flock file access. by Justin Cohen · 3 years ago
- 8c7caef ios: Don't report preprocessed NSExceptions until the uncaught handler. by Justin Cohen · 3 years ago
- 25e67e2 ios: Track last NSException in ObjcException preprocessor. by Justin Cohen · 3 years ago
- 243dffb ios: Stop prune and upload thread when app is inactive and may suspend. by Justin Cohen · 3 years ago
- 460dbdc ios: Unblock all signals corresponding to Mach exceptions on crash. by Justin Cohen · 3 years ago
- 4c85c46 ios: Fix test failure on M1 ARM64 machines. by Justin Cohen · 3 years ago
- cd13ea3 ios: Add ScopedBackgroundTask to UploadThread and PruneThread. by Justin Cohen · 3 years ago
- 785cb10 ios: Move IOSSystemDataCollector to InProcessHandler. by Justin Cohen · 3 years ago
- 12b35eb ios: Add forbidden allocator to integration tests. by Justin Cohen · 3 years ago
- 3c4e371 ios: Fix up concurrency in DumpWithoutCrashing and exception handling. by Justin Cohen · 3 years ago
- 13202c2 linux: set ptracer in signal handlers by Joshua Peraza · 3 years ago
- 0affe61 Migrate base::{size,empty,data} to STL equivalents in crashpad. by Daniel Cheng · 3 years ago
- e9937cb [Cleanup] Fix circular dependency on Windows. by Ben Hamilton · 3 years, 1 month ago
- 4112c11 ios: Use PlatformTest instead of testing::Test by Bruce Dawson · 3 years, 1 month ago
- 0830895 ios: Remove unused vector include by Bruce Dawson · 3 years, 1 month ago
- 45cc0da arm64: Add Armv8.3-A PAC support to assembly files by André Kempe · 3 years, 1 month ago