1. 0296cc3 SQLite: Cleanup corpus generator main by Nathan Memmott · 3 weeks ago main master
  2. f7b2789 SQLite: Remove Corpus Generator's use of new/delete by Nathan Memmott · 3 weeks ago
  3. 73a8063 sql: IWYU and GN fixes for sql_recovery_lpm_fuzzer by Dan McArdle · 9 weeks ago
  4. b6ce771 sql: Run git cl format on sql_generate_corpus.cc by Nathan Memmott · 9 weeks ago
  5. 169ef5b sql: Assorted IWYU fixes by Dan McArdle · 2 months ago
  6. 89d52e8 Remove use of the pointer version of RandBytes, use span always by danakj · 3 months ago
  7. 725b2db Roll src/third_party/sqlite/src/ f51e3fa40..25d86f930 (33 commits) by Evan Stade · 4 months ago
  8. 0de8ddb SQLite: tweak protobuf query generator to avoid infinite recursion by Evan Stade · 4 months ago
  9. 28d1856 [buganizer] Migrate remaining DIR_METADATA in third_party by Jeff Yoon · 6 months ago
  10. 4b90936 Add LPM fuzzer for SQL recovery: sql_built_in_recovery_lpm_fuzzer by Dan McArdle · 7 months ago
  11. 60fdccd Turn dev_sqlite3 into source_set. by Alexander Timin · 8 months ago
  12. 8f7d30d Remove asully@ from most Storage OWNERS files by Austin Sullivan · 9 months ago
  13. 7fe256a Roll src/third_party/sqlite/src/ b7e480172..2e9db942a (585 commits) by Evan Stade · 10 months ago
  14. 64d8c11 Revert "sqlite: Upgrade to 3.43.1" by Adithya Srinivasan · 10 months ago
  15. 1275f52 sqlite: Upgrade to 3.43.1 by Austin Sullivan · 10 months ago
  16. 71cd95a [Copyright] Fix copyright headers in Chromium. by mark a. foltz · 11 months ago
  17. 0786182 Prepare for unreachable code warnings in fuzzer builds by Nico Weber · 12 months ago
  18. 2dc12fb [ssci] Add Shipped field to READMEs by Anne Redulla · 1 year, 1 month ago
  19. 20709da Revert "Update remaining license headers in Chromium." by Tommy Nyquist · 1 year, 1 month ago
  20. 300a72d Update remaining license headers in Chromium. by mark a. foltz · 1 year, 1 month ago
  21. 6eacc3f Disable sqlite dbfuzz2 when code coverage enabled. by Adrian Taylor · 1 year, 2 months ago
  22. 68e021f PRESUBMIT.py: remove `USE_PYTHON3 = True` by Takuto Ikuta · 1 year, 2 months ago
  23. c4ed1b3 third_party: remove `USE_PYTHON3 = True` by Takuto Ikuta · 1 year, 2 months ago
  24. 03d0f8d sqlite: Upgrade to 3.42.0 by Austin Sullivan · 1 year, 2 months ago
  25. 6bdb26a sqlite: Upgrade to 3.41.2 by Austin Sullivan · 1 year, 4 months ago
  26. fbb629d sqlite: Compile with SQLITE_ENABLE_DBPAGE_VTAB by Austin Sullivan · 1 year, 5 months ago
  27. 371ed91 sqlite: Upgrade to 3.41.0 by Austin Sullivan · 1 year, 5 months ago
  28. 9728ae5 SQL: Compile SQLite with the built-in corruption recovery module by Austin Sullivan · 1 year, 5 months ago
  29. 6cd46c7 sqlite: Upgrade to 3.40.1 by Austin Sullivan · 1 year, 7 months ago
  30. 417c2f2 Roll src/third_party/sqlite/src/ b48b7b78f..a527890e5 (652 commits) by Austin Sullivan · 1 year, 9 months ago
  31. 2885fd1 sql: Make scripts in sqlite README copy-pastable by Austin Sullivan · 1 year, 9 months ago
  32. 3226038 sql: Do not compile Chromium with SQLITE_OMIT_COMPLETE by Austin Sullivan · 1 year, 9 months ago
  33. d9cd4bc sqlite: Upgrade to 3.39.4 by Austin Sullivan · 1 year, 10 months ago
  34. f540b15 Update copyright headers in third_party/s*/ by Avi Drissman · 1 year, 10 months ago
  35. 74e1aa4 sqlite: Upgrade to 3.39.3 + Win build fix by Austin Sullivan · 1 year, 11 months ago
  36. 49e1278 Add estade@ to sqlite OWNER by Ayu Ishii · 2 years ago
  37. e6c779d sqlite: Upgrade to 3.39.2 by Ayu Ishii · 2 years ago
  38. cc411e8 sqlite: Upgrade to 3.39.1 by Austin Sullivan · 2 years, 1 month ago
  39. 84f6e93 sqlite: Upgrade to 3.39.0 + ASAN fix by Austin Sullivan · 2 years, 1 month ago
  40. cd973ce sqlite: Upgrade to 3.38.5 by Austin Sullivan · 2 years, 3 months ago
  41. 8898043 sqlite: Upgrade to 3.38.3 by Austin Sullivan · 2 years, 3 months ago
  42. 12e33ab sqlite: Upgrade to 3.38.2 by Austin Sullivan · 2 years, 4 months ago
  43. be4c7c5 sqlite: Update extract_sqlite_api.py script by Austin Sullivan · 2 years, 4 months ago
  44. 19a5748 sqlite: update README release bumping steps by Austin Sullivan · 2 years, 4 months ago
  45. d1a0e92 sqlite: Bump version number to 3.38.1 by Austin Sullivan · 2 years, 4 months ago
  46. d52ec7e Update OWNERS around Storage. by Victor Costan · 2 years, 4 months ago
  47. 9a5c174 sqlite: Upgrade to 3.38.0. by Victor Costan · 2 years, 5 months ago
  48. 44856a6 Removed cmumford from OWNERS. by Chris Mumford · 2 years, 7 months ago
  49. 3df6c72 Update README.chromium after sqlite upgrade. by Marijn Kruisselbrink · 2 years, 7 months ago
  50. 7e9aee3 sqlite: Fix minor inconsistencies in README steps for upgrading SQLite. by Victor Costan · 2 years, 7 months ago
  51. e370134 sqlite: Rename shadowed variable by Arthur Eubanks · 2 years, 8 months ago
  52. 7dd15f6 Disable -Wshadow for various third_party dirs. by Peter Kasting · 2 years, 9 months ago
  53. 0920e9a [CodeHealth] Migrate multiple python unit tests to Python3 by Victor Hugo Vianna Silva · 3 years ago
  54. 74cf6ae Remove base::NoDestructor from class because it already has a trivial destructor by Amy Huang �� 3 years ago
  55. e717937 Add a static_cast to avoid -Wc++11-narrowing. by Amy Huang · 3 years ago
  56. 50683d8 Roll src/third_party/sqlite/src/ 09b4d6e90..b83b12e66 (332 commits) by Marijn Kruisselbrink · 3 years ago
  57. 2950fe3 sqlite: Document sqlite-owners group. by Darwin Huang · 3 years ago
  58. b3c0882 sqlite: Update sqlite/fuzz README by Darwin Huang · 3 years, 1 month ago
  59. c8c0bcd sqlite: Improve readme documentation. by Darwin Huang · 3 years, 1 month ago
  60. c0be5df sqlite: Replace huangdarwin@ with mek@ as primary OWNERS. by Darwin Huang · 3 years, 1 month ago
  61. 89731b8 sqlite: Mention where to find the current SQLite version in the README. by Darwin Huang · 3 years, 2 months ago
  62. 915bc8d sqlite: Build sqlite_shell with developer options. by Victor Costan · 3 years, 2 months ago
  63. 7850b84 sqlite: Transition PRESUBMIT.py to Python3. by Victor Costan · 3 years, 2 months ago
  64. 79ba146 sqlite: More guidance on avoiding NULLs. by Victor Costan · 3 years, 2 months ago
  65. d1ca1ea Revert "SQLite: Set printf() precision limits in production." by Victor Costan · 3 years, 2 months ago
  66. c8d983b SQLite: Set printf() precision limits in production. by Victor Costan · 3 years, 2 months ago
  67. 230eb00 Sqlite: Document backup cherry-picking process. by Darwin Huang · 3 years, 2 months ago
  68. 01d81b6 sqlite: update version number to 3.35.5. by Darwin Huang · 3 years, 3 months ago
  69. 4be80be sqlite: Remove two unused features. by Victor Costan · 3 years, 3 months ago
  70. baebbd3 Revert "Roll src/third_party/sqlite/src/ 60efbb358..45174b3e6 (312 commits)" by Darwin Huang · 3 years, 4 months ago
  71. dcc4521 Roll src/third_party/sqlite/src/ 60efbb358..45174b3e6 (312 commits) by Darwin Huang · 3 years, 4 months ago
  72. 5d79915 Add mek@ to OWNERS for all storage-related code. by Victor Costan · 3 years, 5 months ago
  73. 4d813e0 Roll src/third_party/sqlite/src/ 0324bd3ef..d9581878f (171 commits) by Darwin Huang · 3 years, 7 months ago
  74. 3c85e14 Add DIR_METADATA files to some directories under //third_party by Edward Lesmes · 3 years, 8 months ago
  75. cc0c3b6 sql: Switch SQLite to default to exclusive locking mode. by Victor Costan · 3 years, 10 months ago
  76. cbd51b1 Roll src/third_party/sqlite/src/ 5e8c30a1e..0324bd3ef (222 commits) by Darwin Huang · 4 years ago
  77. ccd97e7 remove copybara initialization artifacts by Josip Sokcevic · 4 years ago
  78. 03df7b4 Copybara Service Migration Initialization. by Josip Sokcevic · 4 years ago
  79. b1e536c Use inclusive parameter names in PRESUBMIT.py by Josip Sokcevic · 4 years ago
  80. f15fe9e Rewrite is_linux flag for third_party directory. by Sean McAllister · 4 years ago
  81. 907269c [apple] Add a `is_apple` gn variable and use it by Sylvain Defresne · 4 years ago
  82. 10f8a3b apple: Convert GN libs lists to frameworks in //third_party. by Robert Sesek · 4 years, 1 month ago
  83. 39bee7f Remove/replace unnecessary includes of logging.h (various third_party/) by Hans Wennborg · 4 years, 1 month ago
  84. 485ac31 sqlite: Update README.chromium version. by Darwin Huang · 4 years, 1 month ago
  85. 6398e41 Include-what-you-use related to logging.h (various third_party dirs) by Hans Wennborg · 4 years, 2 months ago
  86. 17bfddb sqlite docs: Update 3.31.1 references to 3.32.1. by Darwin Huang · 4 years, 2 months ago
  87. 10804ae Revert "sqlite: Enable malloc_usable_size() for Android API level 17+." by Maksim Moskvitin · 4 years, 3 months ago
  88. 879c404 sqlite: Enable malloc_usable_size() for Android API level 17+. by Victor Costan · 4 years, 3 months ago
  89. 806f7f8 sqlite: Add missing dependencies to BUILD.gn. by Victor Costan · 4 years, 3 months ago
  90. 5ed7142 sqlite: Clarify README roll-dep command. by Darwin Huang · 4 years, 4 months ago
  91. 010edf2 sqlite: Corrected formatting of Python scripts. by Chris Mumford · 4 years, 4 months ago
  92. 18a135b Unit tests for sqlite_cherry_picker.py. by Chris Mumford · 4 years, 4 months ago
  93. e41f108 Adding CPEPrefixes for more dependencies. by Adrian Taylor · 4 years, 4 months ago
  94. 287ac7f [sqlite] Delete SQLite source. by Chris Mumford · 4 years, 5 months ago
  95. da68ac8 [sqlite] Switch to external SQLite repository. by Chris Mumford · 4 years, 5 months ago
  96. f804aaf sqlite: Backport bugfix. by Darwin Huang · 4 years, 5 months ago
  97. e5edba9 sqlite: Create an sqlite_dev target for use in developer tools by Mikhail Khokhlov · 4 years, 5 months ago
  98. ff744f1 sqlite: Backport bugfixes. by Darwin Huang · 4 years, 5 months ago
  99. 3927557 sqlite Fuzz: Mention coverage tools in readme. by Darwin Huang · 4 years, 6 months ago
  100. 94599ff sqlite: Backport bugfixes. by Darwin Huang · 4 years, 6 months ago