1. f677044 Remove SQLITE_OMIT_AUTORESET flag by Etienne Bergeron · 7 weeks ago main master
  2. f4da130 Add 'Update Mechanism: Manual' to README.chromium files by Jordan · 3 months ago
  3. bc78148 Fix Fuzzer build error by Ari Chivukula · 4 months ago
  4. 00107da Roll src/third_party/sqlite/src/ cc08c7962..7d348fc79 (45 commits) by Greg Thompson · 4 months ago
  5. 85af31e [exit-time-destructors] Exclude target with warnings by Claudio DeSouza · 5 months ago
  6. 5e7d2e9 Revert "[sqlite] Suppress -Wno-tautological-overlap-compare in sqlite_shell" by Nico Weber · 7 months ago
  7. fde221b Roll src/third_party/sqlite/src/ 0a1397d27..cc08c7962 (466 commits) by Greg Thompson · 7 months ago
  8. ff76f87 [sqlite] Update instructions for creating a new release branch by Greg Thompson · 7 months ago
  9. 2b68069 Roll src/third_party/sqlite/src/ 8a22b25ad..0a1397d27 (19 commits) by Greg Thompson · 8 months ago
  10. 6663699 [sqlite] Suppress -Wno-tautological-overlap-compare in sqlite_shell by Hans Wennborg · 8 months ago
  11. f852a39 Update SQLite CPEPrefix to match version by Joey Scarr · 8 months ago
  12. afec8a5 sqlite: Upgrade to 3.49.1 by Austin Sullivan · 9 months ago
  13. adc766e Update metadata for SQLite to enable us to measure upstream diff. by Rachael Newitt · 9 months ago
  14. 738d345 Revert "sqlite: Omit support for CHECK-constraint enforcement" by Andrew Paseltiner · 9 months ago
  15. 71326d4 sqlite: Omit support for CHECK-constraint enforcement by Andrew Paseltiner · 9 months ago
  16. fb2c9db sqlite: Disable double-quoted string literals by Andrew Paseltiner · 9 months ago
  17. 6602cfd sqlite: Remove unnecessary SQLITE_DISABLE_FTS3_UNICODE option by Andrew Paseltiner · 9 months ago
  18. 8be48d6 sqlite: Compile without FTS3 support by Andrew Paseltiner · 9 months ago
  19. c2235f7 [sqlite] Avoid OOM in fuzzers from large printfs by Greg Thompson · 11 months ago
  20. 59937e8 fuzzing: fix sqlite3_dbfuzz2_fuzzer build for coverage by Paul Semel · 12 months ago
  21. af27bf7 Revert "fuzzing: reenable sqlite3_dbfuzz2_fuzzer for the code coverage builder" by Paul Semel · 12 months ago
  22. dd760d9 fuzzing: reenable sqlite3_dbfuzz2_fuzzer for the code coverage builder by Paul Semel · 12 months ago
  23. a32786d LSC updating Licenses fields to reflect provided files. by Jordan · 12 months ago
  24. 28a804b Use static_assert to avoid dead-code warnings by Peter Boström · 1 year ago
  25. bc233d1 Expand SQL statements in traces when SQLite tracing is on by Anthony Vallée-Dubois · 1 year, 1 month ago
  26. 1cbfea1 [sqlite] Reduce max blob size for fuzzers by Greg Thompson · 1 year, 1 month ago
  27. bc0b52b SQL: Add repro_tool.py for bisecting SQLite repo by Nathan Memmott · 1 year, 2 months ago
  28. 59ff9b1 SQlite: Update info in README.md by Nathan Memmott · 1 year, 2 months ago
  29. dffec59 SQLite: Fix scripts by Nathan Memmott · 1 year, 2 months ago
  30. a5b630a Roll src/third_party/sqlite/src/ 9e45bccab..8368e7f47 (411 commits) by Nathan Memmott · 1 year, 5 months ago
  31. 0296cc3 SQLite: Cleanup corpus generator main by Nathan Memmott · 1 year, 6 months ago
  32. f7b2789 SQLite: Remove Corpus Generator's use of new/delete by Nathan Memmott · 1 year, 6 months ago
  33. 73a8063 sql: IWYU and GN fixes for sql_recovery_lpm_fuzzer by Dan McArdle · 1 year, 7 months ago
  34. b6ce771 sql: Run git cl format on sql_generate_corpus.cc by Nathan Memmott · 1 year, 7 months ago
  35. 169ef5b sql: Assorted IWYU fixes by Dan McArdle · 1 year, 7 months ago
  36. 89d52e8 Remove use of the pointer version of RandBytes, use span always by danakj · 1 year, 8 months ago
  37. 725b2db Roll src/third_party/sqlite/src/ f51e3fa40..25d86f930 (33 commits) by Evan Stade · 1 year, 9 months ago
  38. 0de8ddb SQLite: tweak protobuf query generator to avoid infinite recursion by Evan Stade · 1 year, 9 months ago
  39. 28d1856 [buganizer] Migrate remaining DIR_METADATA in third_party by Jeff Yoon · 1 year, 11 months ago
  40. 4b90936 Add LPM fuzzer for SQL recovery: sql_built_in_recovery_lpm_fuzzer by Dan McArdle · 2 years ago
  41. 60fdccd Turn dev_sqlite3 into source_set. by Alexander Timin · 2 years, 1 month ago
  42. 8f7d30d Remove asully@ from most Storage OWNERS files by Austin Sullivan · 2 years, 2 months ago
  43. 7fe256a Roll src/third_party/sqlite/src/ b7e480172..2e9db942a (585 commits) by Evan Stade · 2 years, 3 months ago
  44. 64d8c11 Revert "sqlite: Upgrade to 3.43.1" by Adithya Srinivasan · 2 years, 3 months ago
  45. 1275f52 sqlite: Upgrade to 3.43.1 by Austin Sullivan · 2 years, 3 months ago
  46. 71cd95a [Copyright] Fix copyright headers in Chromium. by mark a. foltz · 2 years, 4 months ago
  47. 0786182 Prepare for unreachable code warnings in fuzzer builds by Nico Weber · 2 years, 5 months ago
  48. 2dc12fb [ssci] Add Shipped field to READMEs by Anne Redulla · 2 years, 6 months ago
  49. 20709da Revert "Update remaining license headers in Chromium." by Tommy Nyquist · 2 years, 6 months ago
  50. 300a72d Update remaining license headers in Chromium. by mark a. foltz · 2 years, 6 months ago
  51. 6eacc3f Disable sqlite dbfuzz2 when code coverage enabled. by Adrian Taylor · 2 years, 7 months ago
  52. 68e021f PRESUBMIT.py: remove `USE_PYTHON3 = True` by Takuto Ikuta · 2 years, 7 months ago
  53. c4ed1b3 third_party: remove `USE_PYTHON3 = True` by Takuto Ikuta · 2 years, 7 months ago
  54. 03d0f8d sqlite: Upgrade to 3.42.0 by Austin Sullivan · 2 years, 7 months ago
  55. 6bdb26a sqlite: Upgrade to 3.41.2 by Austin Sullivan · 2 years, 9 months ago
  56. fbb629d sqlite: Compile with SQLITE_ENABLE_DBPAGE_VTAB by Austin Sullivan · 2 years, 10 months ago
  57. 371ed91 sqlite: Upgrade to 3.41.0 by Austin Sullivan · 2 years, 10 months ago
  58. 9728ae5 SQL: Compile SQLite with the built-in corruption recovery module by Austin Sullivan · 2 years, 10 months ago
  59. 6cd46c7 sqlite: Upgrade to 3.40.1 by Austin Sullivan · 3 years ago
  60. 417c2f2 Roll src/third_party/sqlite/src/ b48b7b78f..a527890e5 (652 commits) by Austin Sullivan · 3 years, 1 month ago
  61. 2885fd1 sql: Make scripts in sqlite README copy-pastable by Austin Sullivan · 3 years, 1 month ago
  62. 3226038 sql: Do not compile Chromium with SQLITE_OMIT_COMPLETE by Austin Sullivan · 3 years, 1 month ago
  63. d9cd4bc sqlite: Upgrade to 3.39.4 by Austin Sullivan · 3 years, 3 months ago
  64. f540b15 Update copyright headers in third_party/s*/ by Avi Drissman · 3 years, 3 months ago
  65. 74e1aa4 sqlite: Upgrade to 3.39.3 + Win build fix by Austin Sullivan · 3 years, 4 months ago
  66. 49e1278 Add estade@ to sqlite OWNER by Ayu Ishii · 3 years, 5 months ago
  67. e6c779d sqlite: Upgrade to 3.39.2 by Ayu Ishii · 3 years, 5 months ago
  68. cc411e8 sqlite: Upgrade to 3.39.1 by Austin Sullivan · 3 years, 6 months ago
  69. 84f6e93 sqlite: Upgrade to 3.39.0 + ASAN fix by Austin Sullivan · 3 years, 6 months ago
  70. cd973ce sqlite: Upgrade to 3.38.5 by Austin Sullivan · 3 years, 8 months ago
  71. 8898043 sqlite: Upgrade to 3.38.3 by Austin Sullivan · 3 years, 8 months ago
  72. 12e33ab sqlite: Upgrade to 3.38.2 by Austin Sullivan · 3 years, 9 months ago
  73. be4c7c5 sqlite: Update extract_sqlite_api.py script by Austin Sullivan · 3 years, 9 months ago
  74. 19a5748 sqlite: update README release bumping steps by Austin Sullivan · 3 years, 9 months ago
  75. d1a0e92 sqlite: Bump version number to 3.38.1 by Austin Sullivan · 3 years, 9 months ago
  76. d52ec7e Update OWNERS around Storage. by Victor Costan · 3 years, 9 months ago
  77. 9a5c174 sqlite: Upgrade to 3.38.0. by Victor Costan · 3 years, 10 months ago
  78. 44856a6 Removed cmumford from OWNERS. by Chris Mumford · 4 years ago
  79. 3df6c72 Update README.chromium after sqlite upgrade. by Marijn Kruisselbrink · 4 years ago
  80. 7e9aee3 sqlite: Fix minor inconsistencies in README steps for upgrading SQLite. by Victor Costan · 4 years ago
  81. e370134 sqlite: Rename shadowed variable by Arthur Eubanks · 4 years, 1 month ago
  82. 7dd15f6 Disable -Wshadow for various third_party dirs. by Peter Kasting · 4 years, 2 months ago
  83. 0920e9a [CodeHealth] Migrate multiple python unit tests to Python3 by Victor Hugo Vianna Silva · 4 years, 4 months ago
  84. 74cf6ae Remove base::NoDestructor from class because it already has a trivial destructor by Amy Huang · 4 years, 5 months ago
  85. e717937 Add a static_cast to avoid -Wc++11-narrowing. by Amy Huang · 4 years, 5 months ago
  86. 50683d8 Roll src/third_party/sqlite/src/ 09b4d6e90..b83b12e66 (332 commits) by Marijn Kruisselbrink · 4 years, 5 months ago
  87. 2950fe3 sqlite: Document sqlite-owners group. by Darwin Huang · 4 years, 5 months ago
  88. b3c0882 sqlite: Update sqlite/fuzz README by Darwin Huang · 4 years, 6 months ago
  89. c8c0bcd sqlite: Improve readme documentation. by Darwin Huang · 4 years, 6 months ago
  90. c0be5df sqlite: Replace huangdarwin@ with mek@ as primary OWNERS. by Darwin Huang · 4 years, 6 months ago
  91. 89731b8 sqlite: Mention where to find the current SQLite version in the README. by Darwin Huang · 4 years, 7 months ago
  92. 915bc8d sqlite: Build sqlite_shell with developer options. by Victor Costan · 4 years, 7 months ago
  93. 7850b84 sqlite: Transition PRESUBMIT.py to Python3. by Victor Costan · 4 years, 7 months ago
  94. 79ba146 sqlite: More guidance on avoiding NULLs. by Victor Costan · 4 years, 7 months ago
  95. d1ca1ea Revert "SQLite: Set printf() precision limits in production." by Victor Costan · 4 years, 7 months ago
  96. c8d983b SQLite: Set printf() precision limits in production. by Victor Costan · 4 years, 7 months ago
  97. 230eb00 Sqlite: Document backup cherry-picking process. by Darwin Huang · 4 years, 7 months ago
  98. 01d81b6 sqlite: update version number to 3.35.5. by Darwin Huang · 4 years, 8 months ago
  99. 4be80be sqlite: Remove two unused features. by Victor Costan · 4 years, 8 months ago
  100. baebbd3 Revert "Roll src/third_party/sqlite/src/ 60efbb358..45174b3e6 (312 commits)" by Darwin Huang · 4 years, 9 months ago