summaryrefslogtreecommitdiffstats
path: root/sql/connection.cc
Commit message (Expand)AuthorAgeFilesLines
* [sql] Fix crash in sqlite3_total_changes.shess2016-02-261-1/+6
* [sql] Prevent recovery against a closed database.shess2016-02-021-0/+8
* Add flag to disable mmap in all sql connection in work buildvichang2016-01-281-1/+9
* [tracing] Add separate dump provider for sql connectionssid2016-01-131-43/+18
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-281-4/+5
* Clean up header files.avi2015-12-261-0/+1
* Switch to standard integer types in xxx/.avi2015-12-211-6/+8
* [sql] Consider fresh databases suitable for memory-mapped I/O.shess2015-12-181-46/+33
* [sql] Validate database files before enabling memory-mapping.shess2015-11-131-8/+148
* [sql] Differentiate compile errors from regular errors.shess2015-11-131-3/+26
* Revert "[sql] Validate database files before enabling memory-mapping."robliao2015-11-101-148/+8
* [sql] Fix typo in error message.shess2015-11-091-1/+1
* [sql] Validate database files before enabling memory-mapping.shess2015-11-091-8/+148
* [sql] Increase database chunk size for large databases.shess2015-11-051-5/+28
* [sql] Disable memory-mapping under sql::Recovery.shess2015-11-051-12/+19
* [tracing] Add names to memory-infra dumpers for debuggingprimiano2015-10-301-1/+1
* [sql] QuotaDatabase schema upgrade doesn't use transactions right.michaeln2015-10-281-1/+1
* [sql] Track uploads of diagnostic data to prevent duplication.shess2015-10-221-0/+273
* [tracing] Add sqlite memory statistics to tracing.ssid2015-10-121-0/+44
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-10-061-0/+98
* Revert of [sql] Use memory-mapped I/O for sql::Connection. (patchset #3 id:40...zhaoqin2015-09-301-94/+0
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-09-291-0/+94
* Revert of [sql] Use memory-mapped I/O for sql::Connection. (patchset #8 id:14...Jeremy Roman2015-09-231-91/+0
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-09-231-0/+91
* [sql] sqlite3_initialize() before additional entry point.shess2015-09-161-0/+3
* [sql] Record SQLite memory usage after a week.shess2015-08-251-0/+8
* [sql] Record memory usage at various periods after startup.shess2015-08-121-1/+37
* Remove remaining legacy SplitString calls.brettw2015-08-121-1/+2
* Replace base::str[n]casecmp with helper functions.brettw2015-07-101-1/+2
* Move more string_util functions to base namespace.brettw2015-06-241-1/+1
* mandoline filesystem: add a sqlite3 vfs to proxy filesystem usage.erg2015-06-201-11/+40
* [sql] Stats gathering for sql/ APIs.shess2015-06-031-4/+182
* [sql] Don't persist data in journal files.shess2015-06-021-6/+4
* sql: Remove basictypes.h includes.tfarina2015-05-111-2/+2
* [sql] Fix error in Preload size.shess2015-04-211-1/+1
* [sql] Also call ShouldIgnoreSqliteError() in Release build.shess2015-04-101-4/+4
* [sql] Change DoesStuffExist() to work with ScopedErrorIgnorer.shess2015-04-091-4/+19
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-051-1/+1
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-251-1/+1
* [sql] Rewrite Connection::Preload() in terms of file reading.shess@chromium.org2013-12-211-15/+41
* AppCache: Run a quick integrity check on the sqlite database when opening. If...michaeln@chromium.org2013-12-161-4/+15
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
* Move Posix file utils to the base namespace.brettw@chromium.org2013-11-271-5/+5
* [sql] Log tag with sqlite errors.shess@chromium.org2013-09-261-6/+11
* Recover corrupt Favicon databases.shess@chromium.org2013-09-251-2/+2
* Refactor clearing thumbnail history.shess@chromium.org2013-08-161-0/+23
* [sql] Cleanup open and close error histograms.shess@chromium.org2013-07-241-12/+20
* [sql] Serialize calls to sqlite3_initialize().shess@chromium.org2013-07-221-0/+19
* [sql] Scoped recovery framework.shess@chromium.org2013-07-191-3/+64
* Adds a MemoryPressureListener to sql::Connection.rmcilroy@chromium.org2013-07-181-0/+29