1. 861eb0a [Zucchini] Avoid deadlock in fuzzer seed generation by Eldar Pulatov · 12 days ago main
  2. b135caa [MiraclePtr] Rewrite templated container fields to raw_ptr by Jose Arturo Barrera · 5 weeks ago
  3. d2d79f0 Use span-based MemoryMappedFileAPI in zucchini integration test by Jan Keitel · 5 weeks ago
  4. 2cb46fc Use span-based MemoryMappedFile API in //components/zucchini by Jan Keitel · 7 weeks ago
  5. e9357a3 zucchini: Fix remote execution for generate_fuzzer_data.py by Takuto Ikuta · 8 weeks ago
  6. cbaf8fd Spanification of components/zucchini/io_utils.h, etc. by Francisco Ochoa · 2 months ago
  7. bd5bf09 Run `gn format` on all BUILD.gn files. by Matt Stark · 3 months ago
  8. 3e9c102 [lzma_sdk] Migrate to the required directory structure by Greg Thompson · 3 months ago
  9. da01013 [zucchini] Add LICENSE file by Thomas Zander · 3 months ago
  10. 37d2fe2 Update fuzzers for Android by Edgar Aguilar · 3 months ago
  11. 7e13b9f Checked Span: Verify overrun before minting span by Kalvin Lee · 4 months ago
  12. 91c92cb Configure Zucchini to use the system allocator by Will Harris · 4 months ago
  13. a06a233 zucchini: Make BufferViewBase use base::span for safety by Yuki Shiino · 6 months ago
  14. 2df92bc [Zucchini] For ELF files, skip NOBITS sections that have offset = 0. by Samuel Huang · 6 months ago
  15. 95902cf Avoid duplicate map lookups. by Jeffrey Yu · 7 months ago
  16. 028985b Explicitly ignore result of peek() by Nico Weber · 7 months ago
  17. 06486c6 [Zucchini] Fix bad ELF reloc Reference extraction from overlapping sections. by Samuel Huang · 7 months ago
  18. 04d1de6 [Zucchini] Fix missing zucchini headers by James Decker · 8 months ago
  19. b52224b Convert to UNSAFE_TODO in components [4/4] by Arthur Sonzogni · 8 months ago
  20. e0e3ccc [Zucchini] Fix PatchUtilsTest integer overflow. by Samuel Huang · 8 months ago
  21. 95c2248 spanification: automatically spanify components/zucchini/disassembler_dex.cc etc. by Yuki Shiino · 8 months ago
  22. 2ff8dff Reland "Move logging::LoggingSettings to base/logging/logging_settings.h" by Lei Zhang · 9 months ago
  23. 049c201 Revert "Move logging::LoggingSettings to base/logging/logging_settings.h" by Lei Zhang · 9 months ago
  24. 8ad985d Move logging::LoggingSettings to base/logging/logging_settings.h by Lei Zhang · 9 months ago
  25. 4d7b254 Suppress initial set of unique_ptr<T[]>::operator[] unsafe warnings by Tom Sepez · 9 months ago
  26. 226c26d Rewrite --force unsafe buffers pragmas in components/ by Tom Sepez · 12 months ago
  27. ec54ee2 [Zucchini] Optimize SuffixLowerBound(). by Samuel Huang · 12 months ago
  28. 4ba465d Mark some more UNSAFE_BUFFERS() in chrome for raw_ptrs by Tom Sepez · 1 year ago
  29. ec0f1dd Auto-format //components/[p-z]* GN files by Lei Zhang · 1 year ago
  30. 055f16e Rework allow_unsafe pragmas in components/ by Tom Sepez · 1 year ago
  31. 3fb1d1e spanification: remove `#pragma allow_unsafe_buffers` where unneeded by Arthur Sonzogni · 1 year, 1 month ago
  32. 9f23da7 zucchini: Fix omitted field in patch file documentation. by Joshua Pawlicki · 1 year, 2 months ago
  33. cbc158f [Zucchini] Add -start-scan-at=# switch to Zucchini-{gen,detect,match}. by Samuel Huang · 1 year, 3 months ago
  34. cd66cf6 Modernize equality operators by Jan Keitel · 1 year, 3 months ago
  35. 6ab3321 spanification: remove `#pragma allow_unsafe_buffers` where unneeded by Stephen Nusko · 1 year, 3 months ago
  36. adadf39 spanify: Renewed arrayification (X/43) by Kalvin Lee · 1 year, 4 months ago
  37. a8738eb patch_service: Add support for applying zucchini patches. by Joshua Pawlicki · 1 year, 4 months ago
  38. b5e582a Suppress unsafe_libc_call warning for initial identified files. by Tom Sepez · 1 year, 6 months ago
  39. ca3b6ba [cleanup] Replace base::ranges with std::ranges: components/ by Peter Kasting · 1 year, 6 months ago
  40. 3b947a0 More std::ranges porting: components/ by Peter Kasting · 1 year, 7 months ago
  41. 9394bac Revert "[Health] Change unique_ptr<[]> to HeapArray in Zucchini::BinaryDataHistogram" by Luc Nguyen · 1 year, 8 months ago
  42. ee111ab [Health] Change unique_ptr<[]> to HeapArray in Zucchini::BinaryDataHistogram by Luc Nguyen · 1 year, 8 months ago
  43. 377c547 components: default the user-defined empty ctor and dtor where possible by Sorin Jianu · 1 year, 10 months ago
  44. cac9e82 Rewrite map pointer values to raw_ptr by Ali Hijazi · 1 year, 10 months ago
  45. 5dd275f spanification: Add `#pragma allow_unsafe_buffers` to component/* by Arthur Sonzogni · 2 years ago
  46. 8e63243 [windows] Register an absl abort hook in the same fashion as OOM termination by Greg Thompson · 2 years, 1 month ago
  47. cfbdd88 Convert base::StringPiece to std::string_view left overs. by Helmut Januschka · 2 years, 2 months ago
  48. 65c3342 Move zucchini test data into chromium/src by Erik Staab · 2 years, 3 months ago
  49. 450b025 [CodeHealth]Use HeapArray in components/zucchini/fuzzers/raw_gen_fuzzer.cc by Jack Yammine · 2 years, 3 months ago
  50. 22f8bb2 [CodeHealth]Use HeapArray in components/zucchini/fuzzers/imposed_ensemble_matcher_fuzzer.cc by Jack Yammine · 2 years, 3 months ago
  51. 8b2b7a7 [CodeHealth]Use HeapArray in components/zucchini/fuzzers/ztf_gen_fuzzer.cc by Jack Yammine · 2 years, 3 months ago
  52. 15eed86 base/logging: Prevent test-only crash caused by std::string(nullptr) by Dan McArdle · 2 years, 4 months ago
  53. 817d9e2 format windows headers using new config. by Takuto Ikuta · 2 years, 4 months ago
  54. d935865 [base] Update Erase()/EraseIf() calls for std::vector<> in components/ by Andrew Rayskiy · 2 years, 5 months ago
  55. f214c4c Rename {absl => std}::optional Final n°2 by Arthur Sonzogni · 2 years, 5 months ago
  56. a82fb2d [buganizer] Migrate DIR_METADATA components/ by Jeff Yoon · 2 years, 6 months ago
  57. 67fa443 Rename {absl => std}::optional in //components/ by Arthur Sonzogni · 2 years, 6 months ago
  58. 377ee1e Reland^2 "Automated T* -> raw_ptr<T> rewrite 'refresh'" by Bartek Nowierski · 2 years, 6 months ago
  59. edc1301 Revert "Reland "Automated T* -> raw_ptr<T> rewrite 'refresh'"" by Jeremie Boulic · 2 years, 6 months ago
  60. fc8aea3 components: Guard against wrong windows.h clang-format reordering by Arthur Sonzogni · 2 years, 7 months ago
  61. e42ae13 Reland "Automated T* -> raw_ptr<T> rewrite 'refresh'" by Bartek Nowierski · 2 years, 7 months ago
  62. e78a5b8 Revert "Automated T* -> raw_ptr<T> rewrite "refresh"" by Brian Sheedy · 2 years, 7 months ago
  63. ee27fd2 Automated T* -> raw_ptr<T> rewrite "refresh" by Bartek Nowierski · 2 years, 7 months ago
  64. 65484af Replace logging::LOG_FATAL with LOGGING_ by Peter Boström · 2 years, 7 months ago
  65. 3afbb80 Updating test params to avoid integer overflow. by James · 2 years, 8 months ago
  66. 4f6bb01 [base] Remove base::EraseIf() overloads for std::deque/std::forward_list by Andrew Rayskiy · 2 years, 9 months ago
  67. 181c5bb [base] Rename DIR_SOURCE_ROOT to DIR_SRC_TEST_DATA_ROOT in //components by Ho Cheung · 2 years, 10 months ago
  68. e0ef74f zucchini: Stop using basic_string<unsigned char> by Nico Weber · 2 years, 11 months ago
  69. 9576af3 Ban [w]ctype.h: components/ by Peter Kasting · 3 years ago
  70. b5ee843 [Zucchini] Remove misaligned memory access from casted pointers: Part 2/2. by Samuel Huang · 3 years, 2 months ago
  71. c9f5ffb [Zucchini] Refactor BufferSource::Skip(). by Samuel Huang · 3 years, 2 months ago
  72. a968b13 [Zucchini] Remove misaligned memory access from casted pointers: Part 1/2. by Samuel Huang · 3 years, 2 months ago
  73. 9170b2d Reland "Converting ENABLE_PUFFIN_PATCHES flag to a runtime flag." by James · 3 years, 3 months ago
  74. 1e6def8 Use string_util.h functions in place of [w]ctype.h ones. by Peter Kasting · 3 years, 3 months ago
  75. fd17649 [zucchini][win] Handle disk errors during patch application by Greg Thompson · 3 years, 3 months ago
  76. 1dd5e79 [Zucchini] Fix DCHECK caused by improperly shifted emptied equivalences. by Samuel Huang · 3 years, 4 months ago
  77. c378669 [Zucchini] Increase Version from 1.0 to 2.0. by Samuel Huang · 3 years, 4 months ago
  78. 1041844 [Zucchini] Fix sort non-determinism in OffsetMapper. by Samuel Huang · 3 years, 4 months ago
  79. 4dc4e75 Add RAW_PTR_EXCLUSION to files in components/ by Keishi Hattori · 3 years, 4 months ago
  80. 70ba62e Use base::ranges::transform(): components/ by Peter Kasting · 3 years, 5 months ago
  81. 0d2de6a Introduce the raw_ptr attribute AllowPtrArithmetic. by Tom Sepez · 3 years, 6 months ago
  82. 567d679 Update header includes for /base/functional in /components by Avi Drissman · 3 years, 7 months ago
  83. 86fa54b Create zucchini64.exe for Windows builds. by Will Harris · 3 years, 9 months ago
  84. 9e999a7 Rewrite T& into raw_ref<T> under components/ by Ali Hijazi · 3 years, 9 months ago
  85. c94c225 [Zucchini] Fix BufferSourceTest.GetSleb128 test for improper negation. by Samuel Huang · 3 years, 9 months ago
  86. 8192c74 [Zucchini] Add Zucchini-suffix-array tool. by Samuel Huang · 3 years, 9 months ago
  87. 0002cbe Replace std::copy() with base::ranges::copy(): components/ by Peter Kasting · 3 years, 9 months ago
  88. 646f0ae Replace std::equal() with base::ranges::equal(): components/ by Peter Kasting · 3 years, 9 months ago
  89. c91d293 Convert std::mismatch() to base::ranges::mismatch. by Peter Kasting · 3 years, 10 months ago
  90. eb48152 Change std::adjacent_find() to use base:: functions. by Peter Kasting · 3 years, 10 months ago
  91. 33d191f Convert std::count*() to base:: functions: components/ by Peter Kasting · 3 years, 10 months ago
  92. 211c287 Revert "Change std::adjacent_find() to use base:: functions." by Peter Williamson · 3 years, 10 months ago
  93. 5bb6e37 Change std::adjacent_find() to use base:: functions. by Peter Kasting · 3 years, 10 months ago
  94. 6990509 Change std::find_if*() to use base:: functions: components/ by Peter Kasting · 3 years, 11 months ago
  95. ea29e4b Update copyright headers in components/ by Avi Drissman · 3 years, 11 months ago
  96. a2c5e69 Zucchini: Add the default EXE manifest by Javier Flores Assad · 4 years ago
  97. c12fd3a Clean-up //third_party/lzma_sdk folder by Michael Chang · 4 years, 1 month ago
  98. 0fcc66c [zucchini] Fold reference mixing in Disassembler. by Etienne Pierre-doray · 4 years, 4 months ago
  99. 9145ecc Migrate base::{size,empty,data} to STL equivalents in //components. by Daniel Cheng · 4 years, 5 months ago
  100. 57bf8e1 LSC: Apply clang-tidy's modernize-use-bool-literals by Anton Bikineev · 4 years, 6 months ago