1. 6d37f81 ios: Remove OS filter for iOS simulator tests. by Justin Cohen · 5 days ago main
  2. e3abe1e [fuchsia] remove unnecessary build args by Hzj_jie · 5 days ago
  3. 35e06fe Add Revision to xnu’s README.crashpad by Mark Mentovai · 7 days ago
  4. 915913b Fix crashpad for PGO generation by Peter Wen · 13 days ago
  5. f9fa2d1 [reland] Don't redefine macros from base/compiler_specific.h. by Peter Kasting · 3 weeks ago
  6. 50faaf1 Revert "Don't redefine macros from base/compiler_specific.h." by Mark Mentovai · 4 weeks ago
  7. 7566378 Roll crashpad/third_party/mini_chromium/mini_chromium/ 7eca85315..e04c707cb (3 commits) by Peter Kasting · 4 weeks ago
  8. 458bdec Don't redefine macros from base/compiler_specific.h. by Peter Kasting · 4 weeks ago
  9. adb22c8 Switch from `ALIGNAS()` to `alignas()`. by Peter Kasting · 4 weeks ago
  10. 6265674 Migrate to NOTREACHED() by Peter Boström · 5 weeks ago
  11. cc54fcc Fix trailing NOTREACHED_NORETURN() by Peter Boström · 5 weeks ago
  12. ee8369f Roll crashpad/third_party/mini_chromium/mini_chromium/ bd56f6933..7eca85315 (1 commit) by Peter Boström · 5 weeks ago
  13. 6159a43 Update cpp-httplib to c5c54b31e2bf (0.16.2) by Mark Mentovai · 6 weeks ago
  14. 1a62a01 BoringSSL compatibility fixes for cpp-httplib by Mark Mentovai · 6 weeks ago
  15. b8658f3 Use Python shlex instead of the deprecated pipes by Mark Mentovai · 6 weeks ago
  16. 9b3ff69 Upgrade simulator tests to iPhone 15 running iOS 17.4 by Justin Cohen · 7 weeks ago
  17. d380daf Update cpp-httplib to 6a848b1a1643 by Mark Mentovai · 7 weeks ago
  18. aef7de4 [MSan] "Fix" use-after-dtor in InitializationState.InitializationState by Daniel Cheng · 9 weeks ago
  19. a1fc5d7 Revert "DEPS: fix version of fuchsia/sdk/core to avoid build error" by Takuto Ikuta · 3 months ago
  20. c09de98 remove references to goma by Takuto Ikuta · 3 months ago
  21. a63adda DEPS: fix version of fuchsia/sdk/core to avoid build error by Takuto Ikuta · 3 months ago
  22. 25c079d [Fuchsia] Run fuchsia-gn-sdk from chromium by Hzj_jie · 3 months ago
  23. 0bebda6 ios: Remove duplicate implementations of ReadStringSysctlByName by Justin Cohen · 3 months ago
  24. cd0b7c2 infra: Move crashpad ci/try builds from Ubuntu-18.04 to Ubuntu-22.04 by Ben Pastene · 4 months ago
  25. 6af42bc Use NOTREACHED_IN_MIGRATION() by Peter Boström · 4 months ago
  26. efd29a7 Roll crashpad/third_party/mini_chromium/mini_chromium/ a6607b1fd..5856e1ea6 (2 commits) by Peter Boström · 4 months ago
  27. d588c50 [ScopedSpinGuard] Use std::atomic::compare_exchange_strong() for spinlock by Ben Hamilton · 4 months ago
  28. 0e043cc Add guard pages to test stacks by Joshua Peraza · 4 months ago
  29. aef8303 Fix format issue by Arthur Wang · 4 months ago
  30. 4f99326 Replace std::unique_ptr with base::HeapArray in process_memory.cc by Arthur Wang · 4 months ago
  31. 1174aa4 Add build/build_config.h in capture_memory.cc by Arthur Wang · 4 months ago
  32. 9032284 Pull latest Fuchsia toolchain by Arthur Wang · 4 months ago
  33. 981d418 Replace std::unique_ptr<T> with HeapArray by Arthur Wang · 4 months ago
  34. 3710831 ios: Use correct address when storing register memory. by Justin Cohen · 4 months ago
  35. 8e60a93 Roll mini_chromium to remove the pointer-based overload of RandBytes() by danakj · 4 months ago
  36. 5c09c9a Include build_config.h before checking COMPILER_MSVC by danakj · 4 months ago
  37. 84c8773 Use the span version of RandBytes by danakj · 4 months ago
  38. bff9873 Make NTSTATUS_LOG less likely to change ::GetLastError() value by Andrew Williams · 5 months ago
  39. da18935 Replace std::is_pod usage by Andrew Williams · 5 months ago
  40. dc48905 Fix incorrect DCHECK in CET contexts by Alex Gough · 5 months ago
  41. 76badd4 Replace std::unique_ptr<T[]> with HeapArray in process_info.cc and by Arthur Wang · 5 months ago
  42. 7e0af1d Use byte conversions over the byte swap functions by danakj · 5 months ago
  43. 8df174c [ios] Fix TSAN issue and Mach port leak in CrashpadClient by Ben Hamilton · 6 months ago
  44. f9cee5c Roll mini_chromium to pick up the latest version of base::span. by Justin Cohen · 5 months ago
  45. bbb99bf Move crashpad to using Mac-13|Mac-14 (like chromium) and latest win sdk by danakj · 5 months ago
  46. 1cea047 ios: Capture signal exception context memory regions correctly. by Justin Cohen · 6 months ago
  47. ccd2065 ios: Update exception test for Chromium release builds. by Justin Cohen · 6 months ago
  48. 6bf5e1b Fix invalid check for valid key of Pointer Authentication by André Kempe · 7 months ago
  49. dea283a Make AnnotationList's iterator compliant to input iterator by André Kempe · 10 months ago
  50. c4d4a4d ios: Disable annotations tests on older simulators on macOS 14.3 by Justin Cohen · 6 months ago
  51. 9c58b66 Increase kMaxNumberOfAnnotations by Ian Barkley-Yeung · 6 months ago
  52. bc4fd34 Log argv[0] for failing spawns by Peter Boström · 7 months ago
  53. 37afd37 Properly update iterator by Joshua Peraza · 7 months ago
  54. 29ac83c [Fuchsia] remove use of fuchsia mac sdk by Hzj_jie · 7 months ago
  55. 940e8a3 Fix leaky CrashpadInfo test by Jesse McKenna · 7 months ago
  56. 5075fb6 Honor ios_is_app_extension chromium build flag by Sylvain Defresne · 7 months ago
  57. c576bf3 Add Update method to CrashpadInfo by Jesse McKenna · 7 months ago
  58. 5d81482 ios: Read dyld modules in reverse order. by Justin Cohen · 8 months ago
  59. 27b460c [fxbug.dev] Migrate bug numbers by Mitchell Kember · 8 months ago
  60. a02e493 Avoid assuming string_view iterators are char* by danakj · 8 months ago
  61. 22c386d ios: Allow missing exception thread id from thread list. by Justin Cohen · 8 months ago
  62. 305b648 doc: Upgrade the crashpad-home App Engine app to the go121 flex runtime by Mark Mentovai · 8 months ago
  63. 5183bef Remove should-be-dead code after PLOG(FATAL) by Peter Boström · 8 months ago
  64. 30b2f4b ios: Add crashpad_uptime_ns crash key to iOS reports. by Justin Cohen · 8 months ago
  65. 98d0d86 Add [[noreturn]] version of NtstatusLogMessage by Peter Boström · 8 months ago
  66. d256de3 Roll crashpad/third_party/mini_chromium/mini_chromium/ c7fccaa8e..203a01130 (1 commit) by Peter Boström · 8 months ago
  67. 4426ed9 Roll crashpad/third_party/mini_chromium/mini_chromium/ 1e64ecb51..c7fccaa8e (1 commit) by Peter Boström · 8 months ago
  68. 65f2a2b Roll crashpad/third_party/mini_chromium/mini_chromium/ cc2ae8eb0..1e64ecb51 (1 commit) by Peter Boström · 8 months ago
  69. bbb721f Roll crashpad/third_party/mini_chromium/mini_chromium/ ac3e73239..cc2ae8eb0 (1 commit) by Peter Boström · 8 months ago
  70. 2905784 [build] Re-enable action tracing by David Fang · 8 months ago
  71. 3a20cc2 [ios] Add arm64e support to in_process_intermediate_dump_handler by Ben Hamilton · 9 months ago
  72. 9f896f2 Qualify bit_cast with base:: by Avi Drissman · 9 months ago
  73. 337b4f7 [mac] mach_absolute_time() -> clock_gettime_nsec_np(CLOCK_UPTIME_RAW) by Ben Hamilton · 9 months ago
  74. 7049d96 Fix improper use of bit_cast by Avi Drissman · 9 months ago
  75. 5fc60ae Use googletest flag macros to access googletest flags. by Daniel Cheng · 10 months ago
  76. 5613499 Replace base::WStringPiece with std::string_view by Lei Zhang · 10 months ago
  77. 5739185 Roll crashpad/third_party/mini_chromium/mini_chromium/ e508a6010..450b10118 (1 commit) by Peter Kasting · 10 months ago
  78. 1675ce7 Add missing base/check.h includes by Lei Zhang · 10 months ago
  79. 3ba2403 ios: Fix leak in iOS NSException preprocessor. by Justin Cohen · 11 months ago
  80. c39206f Provide a way to iterate over a const AnnotationList by André Kempe · 11 months ago
  81. c5e2b03 Fix UB when saving an StringAnnotation by David Benjamin · 11 months ago
  82. 41f6ad5 Fix crashpad tests under UBSan by David Benjamin · 11 months ago
  83. 4a93d7f Revert "Add an option to start a Windows client with global hooks disabled." by Avi Drissman · 11 months ago
  84. 188ad79 Roll crashpad/third_party/mini_chromium/mini_chromium/ 707c87bd2..98bbdbe49 (1 commit) + changes by Avi Drissman · 11 months ago
  85. 59fc31c Update mini_chromium & use its new support for wide streaming in file_path by Eric Astor · 11 months ago
  86. e17518a Add an option to start a Windows client with global hooks disabled. by Rich Mckeever · 11 months ago
  87. 376e8c0 Eliminate call to StringPrintf() with non-constexpr format string. by Peter Kasting · 11 months ago
  88. b6d3cdc Roll crashpad/third_party/mini_chromium/mini_chromium/ 42f1fddfe..bc8dca83b (3 commits) by Peter Kasting · 11 months ago
  89. c63c073 Do IWYU for check_op.h by Lei Zhang · 11 months ago
  90. ce4e3d6 Roll crashpad/third_party/mini_chromium/mini_chromium/ 276f2ac53..42f1fddfe (1 commit) by Peter Kasting · 11 months ago
  91. aef7504 Use format macros for int64_t instead of hardcoding the format. by Peter Kasting · 11 months ago
  92. 7c89d50 [ios] Remove ios_use_shared_bundle_id_for_test_apps gn variable by Sylvain Defresne · 11 months ago
  93. 63ec948 Windows: don't compile HandleHeapCorruption on ASAN by Leonard Grey · 11 months ago
  94. 2f6cffa Mac: don't consider module order in process reader tests by Leonard Grey · 11 months ago
  95. f145b54 Stop registering Windows VEH in ASAN builds. by Rich Mckeever · 11 months ago
  96. 0fc1b6a Mac: update ProcessReaderMac and tests for macOS 14 by Leonard Grey · 12 months ago
  97. a1b467a Pull latest toolchain by Thomas Gales · 12 months ago
  98. b90db3e ios: Fix Chromium bundle id for xcuitest. by Justin Cohen · 12 months ago
  99. 485cfaf Update chromium_mini dependency by Rupert Ben Wiser · 12 months ago
  100. 7f6d9e9 Add support for matching with key allowlist by Rupert Ben Wiser · 12 months ago