1. b5a0a9700 base: Introduce generic base::PreReadFile(). by Victor Costan · 6 years ago
  2. 346bbba Prefetch commonly used database files that are hard faulted on during startup by Joe Laughlin · 6 years ago
  3. d858de63 Add noexcept on implementations that had them on the definition. by Dave Tapuska · 6 years ago
  4. 3ffd9a37 sql: Add Finch trial for eliminating sql::Database::Preload(). by Victor Costan · 6 years ago
  5. 02bf6b6d sqlite: Add tests covering ICU functionality. by Victor Costan · 6 years ago
  6. 249be70 sql: Remove SqlTempStoreMemory experiment. by Victor Costan · 6 years ago
  7. e57bc21 sql: Document raw pointer usage and remove unused member in recovery. by Victor Costan · 6 years ago
  8. 5fb169023 sql: Include <utility> for std::pair by Raphael Kubo da Costa · 6 years ago
  9. 153dd1a6 sqlite: Rewrite custom recovery code. by Victor Costan · 6 years ago
  10. 455989b sqlite: Rewrite tests for custom recovery code. by Victor Costan · 6 years ago
  11. 8eca30e sql: Remove Sqlite.SizeKB.* histograms. by Victor Costan · 6 years ago
  12. be262328 sql: Simplify the VFS wrapper. by Victor Costan · 6 years ago
  13. f37f7ae sql: Upgrade sqlite_prepare_v2() calls to sqlite_prepare_v3(). by Victor Costan · 6 years ago
  14. f85512e5 sql: Make Database::DoesSchemaItemExist() case-sensitive. by Victor Costan · 6 years ago
  15. e18b4d3 sql: fix GCC build after introducing enum class sql::ColumnType by Jose Dapena Paz · 6 years ago
  16. 57aecd23 sql: Refactor enum sql::ColType into enum class sql::ColumnType. by Victor Costan · 6 years ago
  17. 3a4023e sql: Remove DumpWithoutCrashing() diagnostic code. by Victor Costan · 6 years ago
  18. 5e6772af sql: Remove unneeded friend declarations in sql::Database. by Victor Costan · 6 years ago
  19. d1a217b sql: Extract sql::DatabaseTestPeer to its own file. by Victor Costan · 6 years ago
  20. 538c1431 sqlite: Move //third_party/sqlite/src/ to //third_party/sqlite/patched/. by Victor Costan · 6 years ago
  21. cbb3d84 Refactor: Update cmumford's email by Darwin Huang · 6 years ago
  22. 594c3751 sql: Remove completed TODO. by Staphany Park · 6 years ago
  23. 7de7e9f [Fuchsia] Use unix-none VFS for sqlite by Sergey Ulanov · 6 years ago
  24. b0e7fc0 sql: Rename UMA histogram Sqlite.Stats to Sqlite.Stats2. by Victor Costan · 6 years ago
  25. 95a01c2a Add Location annotation ScopedBlockingCall by Etienne Bergeron · 6 years ago
  26. 5e785e3 sql: Remove some large and mostly unused histograms. by Victor Costan · 6 years ago
  27. 436d4221 Add Location annotation ScopedBlockingCall by Etienne Bergeron · 6 years ago
  28. 6c708e3 //sql: Convert base::(U)Int(64)ToString(16) to NumberToString(16) by Raul Tambre · 7 years ago
  29. a71d7af [TaskScheduler]: Migrate off of AssertBlockingAllowedDeprecated in /sql by Etienne Pierre-Doray · 7 years ago
  30. 6312bf6 [net] Prepare //net for the base::string16 switch by jdoerrie · 7 years ago
  31. 7e74dce mac: Rework logic for excluding files from Time Machine backups. by Victor Costan · 7 years ago
  32. e56cc68 sql: Switch from custom macro to COMPONENT_EXPORT. by Victor Costan · 7 years ago
  33. 1ff47e9 sql: Use SQLite API instead of PRAGMA to check for column existence. by Victor Costan · 7 years ago
  34. 52bef81 sql: Use SQLite API instead of PRAGMA on memory pressure. by Victor Costan · 7 years ago
  35. f1e9443b sql: Remove redundant PRAGMA secure_delete=ON. by Victor Costan · 7 years ago
  36. 4f03013 sqlite: Remove custom PRAGMA auto_vacuum_slack_pages. by Victor Costan · 7 years ago
  37. 0400dfb6 [TaskScheduler]: Migrate off of AssertBlockingAllowedDeprecated in /sql by Etienne Pierre-Doray · 7 years ago
  38. e3d9c4b Revert "sqlite: Disable mmap usage on Windows." by Victor Costan · 7 years ago
  39. 7202f4d sqlite: Disable mmap usage on Windows. by Victor Costan · 7 years ago
  40. c6d3a866 sqlite: Use SQLite's API for getting per-database page pools. by Victor Costan · 7 years ago
  41. 613b430 sql: Restore strict DCHECK of cached statements SQL. by Victor Costan · 7 years ago
  42. c0d5867 Fix DCHECK in second call to GetCachedStatement by Dan Harrington · 7 years ago
  43. a4195e59 [TaskScheduler]: Deprecate AssertBlockingAllowed. by Etienne Pierre-doray · 7 years ago
  44. fc684d6 Adding a const to a static char array by Daniel Bratell · 7 years ago
  45. 9592222 Replace UMA_HISTOGRAM_COUNTS with UMA_HISTOGRAM_COUNTS_1M. by Steven Holte · 7 years ago
  46. b869359 Fix some 64-bit to 32-bit implicit conversions in sql. by Will Harris · 7 years ago
  47. 4c2f3e92 sql: Feature flag for in-memory temporary storage. by Victor Costan · 7 years ago
  48. 35b72bf fixup! Qualify const char[] sql queries with |static| by Xunran Ding · 7 years ago
  49. cfbfa60 sql: Rename sql::Connection to sql::Database. by Victor Costan · 7 years ago
  50. 7f6abbbe sql: Restrict recovery-only API in Connection with passkeys. by Victor Costan · 7 years ago
  51. ce678e7 sqlite: Create all databases with restrictive permissions. by Victor Costan · 7 years ago
  52. c2e79a3 sqlite: Clean up build. by Victor Costan · 7 years ago
  53. 3a325b81 sql: Clean up some checks in sql::Statement. by Victor Costan · 7 years ago
  54. 35b26745 DOMStorage: Remove support for V1 database schema. by Victor Costan · 7 years ago
  55. ccc76472 sql: Use 64-bit integers to collect SQLite memory usage. by Victor Costan · 7 years ago
  56. 653b14f sql: Enable SQLiteFeaturesTest.TimeMachine by Victor Costan · 7 years ago
  57. 87cf8c7 sql: Add precondition checks to sql::Connection. by Victor Costan · 7 years ago
  58. 12daa3ac9 sql: Document sql::StatementID's thread safety properties. by Victor Costan · 7 years ago
  59. 70bedf2 sql: Remove references to USE_SYSTEM_SQLITE. by Victor Costan · 7 years ago
  60. c7e7f2e sql: Replace typedef with using. by Victor Costan · 7 years ago
  61. bd62311 sql: Replace NULL with nullptr. by Victor Costan · 7 years ago
  62. 3fcf4a6 sql: Stop suppressing size_t-to-int conversion warning. by Victor Costan · 7 years ago
  63. 3b02cdf sql: Make Connection::StatementRef use 1-based ref-counting. by Victor Costan · 7 years ago
  64. 3553913 Remove redundant !OS_FUCHSIA checks from OS_POSIX sites. by Wez · 7 years ago
  65. 19ba543 sql: Disable very long running ScopedCriticalAction's on iOS. by Justin Cohen · 7 years ago
  66. 1d86835 sql: Use static const char[] in local variables. by Victor Costan · 7 years ago
  67. 147687f [Cleanup] Update histogram_tester.h includes in //sql by Devlin Cronin · 7 years ago
  68. f62ea04 Remove dead code for legacy heap profiler. by erikchen · 7 years ago
  69. 65421f6 Reland "Fuchsia: Stop setting OS_POSIX" by Fabrice de Gans-Riberi · 7 years ago
  70. bd1301f Revert "Fuchsia: Stop setting OS_POSIX" by Fabrice de Gans-Riberi · 7 years ago
  71. 90f86c1 Fuchsia: Stop setting OS_POSIX by Fabrice de Gans-Riberi · 7 years ago
  72. e688fb5 Update storage-related OWNERS files to account for team changes by Joshua Bell · 7 years ago
  73. ea15ea0 Fully move PathService into the base namespace. by Avi Drissman · 7 years ago
  74. f087c84 sqlite: Upgrade from 3.22.0 to 3.23.1. by Victor Costan · 7 years ago
  75. bc7ab06 sql: Add feature test for default values on boolean columns in SQLite. by Victor Costan · 7 years ago
  76. 91bae81 Migrate LaunchUnitTests callers to OnceCallback by tzik · 7 years ago
  77. d16d219 Migrate //sql from base::Callback to base::RepeatingCallback by tzik · 7 years ago
  78. e5f5b84 Remove Sqlite VFS histograms. by Maria Khomenko · 8 years ago
  79. 3653df6 WebSQL: Initialize SQLite via //sql. by Victor Costan · 8 years ago
  80. 86ca431 sqlite: Remove USE_SYSTEM_SQLITE option. by Victor Costan · 8 years ago
  81. 37558cb sqlite: Prefix "recoverVtableInit" with chrome_sqlite3_. by Victor Costan · 8 years ago
  82. b3bb8eb sql: Remove unused iOS-specific header in sql/connection_unittest.cc by Victor Costan · 8 years ago
  83. 9b4cb22 sql: Remove Recovery::FullRecoverySupported(). by Victor Costan · 8 years ago
  84. 42988a9 sqlite: Remove special cases handling for iOS 9 and below. by Victor Costan · 8 years ago
  85. a0905fab sql: Make //sql/vfs_wrapper.cc compatible with SQLITE_OMIT_DEPRECATED. by Victor Costan · 8 years ago
  86. 68c2177 Moving DEBUG_ALIAS_FOR_CSTR into //base/debug/alias.h by Lukasz Anforowicz · 8 years ago
  87. 13e8d06 Removed StatisticsRecorder::Initialize and StatisticsRecorder::IsActive. by François Degros · 8 years ago
  88. 1c811db [Cleanup] Rename UMA_HISTOGRAM_SPARSE_SLOWLY to base::UmaHistogramSparse(). by Ilya Sherman · 8 years ago
  89. cf617255 Run clang-tidy modernize-use-equals-{delete,default} on //sql by Chris Watkins · 8 years ago
  90. 8a87f7e5 sqlite: Upgrade from 3.20.1 to 3.21.0. by Victor Costan · 8 years ago
  91. 66bdfd8 Remove base::ThreadRestrictions::AssertIOAllowed. by Francois Doray · 8 years ago
  92. e6fb2d0 Replace ScopedAllowIO with ScopedAllowBlockingForTesting in tests. by Francois Doray · 8 years ago
  93. 8d82bd0 Change DLOG(FATAL) to DLOG(DCHECK) in sql/ by Sigurdur Asgeirsson · 8 years ago
  94. 47ed2c3 Remove references to MOJO_APPTEST_IMPL in sql/ by Scott Graham · 8 years ago
  95. 502836c fuchsia: Disable sqlite tests that require shm in vfs by Scott Graham · 8 years ago
  96. 57ee5482 fuchsia: Get sql_unittests compiling by Scott Graham · 8 years ago
  97. 46800c9f SQLite: Minor comment updates and fix method name typo. by Carlos Knippschild · 8 years ago
  98. a9ad8fe4 Use base::flat_map for caching SQL statements. by Dmitry Skiba · 8 years ago
  99. d1978b0e Audit of kConstants missing the const qualifier by Andrew Grieve · 8 years ago
  100. 607cb14 Move DatabaseTracker and DatabaseMessageFilter off of FILE thread by Joshua Bell · 8 years ago