summaryrefslogtreecommitdiffstats
path: root/sql/connection.h
Commit message (Expand)AuthorAgeFilesLines
* Add flag to disable mmap in all sql connection in work buildvichang2016-01-281-1/+4
* [tracing] Add separate dump provider for sql connectionssid2016-01-131-8/+7
* Switch to standard integer types in xxx/.avi2015-12-211-0/+1
* [sql] Consider fresh databases suitable for memory-mapped I/O.shess2015-12-181-0/+1
* [sql] Validate database files before enabling memory-mapping.shess2015-11-131-0/+23
* [sql] Differentiate compile errors from regular errors.shess2015-11-131-0/+4
* Revert "[sql] Validate database files before enabling memory-mapping."robliao2015-11-101-23/+0
* [sql] Validate database files before enabling memory-mapping.shess2015-11-091-0/+23
* [sql] Track uploads of diagnostic data to prevent duplication.shess2015-10-221-1/+37
* [tracing] Add sqlite memory statistics to tracing.ssid2015-10-121-2/+8
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-10-061-0/+20
* Revert of [sql] Use memory-mapped I/O for sql::Connection. (patchset #3 id:40...zhaoqin2015-09-301-20/+0
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-09-291-0/+20
* Revert of [sql] Use memory-mapped I/O for sql::Connection. (patchset #8 id:14...Jeremy Roman2015-09-231-20/+0
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-09-231-0/+20
* [sql] Stats gathering for sql/ APIs.shess2015-06-031-5/+115
* sql: Remove basictypes.h includes.tfarina2015-05-111-2/+3
* [sql] Change DoesStuffExist() to work with ScopedErrorIgnorer.shess2015-04-091-3/+3
* Misc. cleanup found while mucking with search engines code:pkasting@chromium.org2014-04-011-1/+1
* [sql] Rewrite Connection::Preload() in terms of file reading.shess@chromium.org2013-12-211-12/+10
* AppCache: Run a quick integrity check on the sqlite database when opening. If...michaeln@chromium.org2013-12-161-5/+14
* [sql] Log tag with sqlite errors.shess@chromium.org2013-09-261-3/+11
* Recover corrupt Favicon databases.shess@chromium.org2013-09-251-1/+6
* Refactor clearing thumbnail history.shess@chromium.org2013-08-161-0/+5
* [sql] Scoped recovery framework.shess@chromium.org2013-07-191-6/+37
* Adds a MemoryPressureListener to sql::Connection.rmcilroy@chromium.org2013-07-181-0/+6
* [sql] Allow restricting database to user read access.shess@chromium.org2013-07-171-0/+7
* [sql] Retry Open() if error handler fixed things.shess@chromium.org2013-07-171-1/+8
* [sql] Callback and scoped-ignore tests for sql::Statement.shess@chromium.org2013-07-121-0/+3
* Use a direct include of time headers in rlz/, skia/, sql/, sync/.avi@chromium.org2013-06-281-1/+1
* [sql] Static helper to delete database and all associated files.shess@chromium.org2013-06-241-0/+12
* [sql] Framework for allowing tests to handle errors.shess@chromium.org2013-06-181-0/+11
* Remove sql::ErrorDelegate.shess@chromium.org2013-06-141-45/+0
* Post integrity_check data for corrupt thumbnail databases.shess@chromium.org2013-05-221-0/+7
* Dump additional error info for thumbnail database.shess@chromium.org2013-05-171-0/+25
* Histogram versions and extended error codes for SQLite databases.shess@chromium.org2013-05-151-7/+11
* Implement sql::Connection::RazeAndClose().shess@chromium.org2013-02-071-10/+39
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+5
* Fixing null pointer dereference.glotov@chromium.org2013-01-171-2/+3
* Bake targeted error histogram support directly into sql::Connection.shess@chromium.org2013-01-031-0/+10
* Make sql::Connection::Raze() more robust against corruptions.shess@chromium.org2012-11-101-0/+13
* Move ErrorDelegate to its own file and add static utility functions to ErrorD...pkotwicz@chromium.org2012-10-181-7/+7
* Remove ref counting on sql::ErrorDelegatepkotwicz@chromium.org2012-10-171-9/+6
* Annotate calls to SQLite functions - they have to be executed on a thread all...shess@chromium.org2012-07-271-0/+17
* [sql] Refactor to remove use of const_cast<>.shess@chromium.org2012-07-241-1/+10
* Revert 147309 - Annotate calls to SQLite functions - they have to be executed...shess@chromium.org2012-07-181-18/+1
* Annotate calls to SQLite functions - they have to be executed on a thread all...shess@chromium.org2012-07-181-1/+18
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Implement sql::Connection::Raze() in terms of sqlite3_backup API.shess@chromium.org2012-04-061-0/+20
* [sql] WARN_UNUSED_RESULT on Execute().shess@chromium.org2011-12-231-5/+11