| Commit message (Expand) | Author | Age | Files | Lines |
* | mandoline filesystem: add a sqlite3 vfs to proxy filesystem usage. | erg | 2015-06-20 | 1 | -11/+40 |
* | [sql] Stats gathering for sql/ APIs. | shess | 2015-06-03 | 1 | -4/+182 |
* | [sql] Don't persist data in journal files. | shess | 2015-06-02 | 1 | -6/+4 |
* | sql: Remove basictypes.h includes. | tfarina | 2015-05-11 | 1 | -2/+2 |
* | [sql] Fix error in Preload size. | shess | 2015-04-21 | 1 | -1/+1 |
* | [sql] Also call ShouldIgnoreSqliteError() in Release build. | shess | 2015-04-10 | 1 | -4/+4 |
* | [sql] Change DoesStuffExist() to work with ScopedErrorIgnorer. | shess | 2015-04-09 | 1 | -4/+19 |
* | Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a... | thestig | 2014-09-05 | 1 | -1/+1 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | [sql] Rewrite Connection::Preload() in terms of file reading. | shess@chromium.org | 2013-12-21 | 1 | -15/+41 |
* | AppCache: Run a quick integrity check on the sqlite database when opening. If... | michaeln@chromium.org | 2013-12-16 | 1 | -4/+15 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Move Posix file utils to the base namespace. | brettw@chromium.org | 2013-11-27 | 1 | -5/+5 |
* | [sql] Log tag with sqlite errors. | shess@chromium.org | 2013-09-26 | 1 | -6/+11 |
* | Recover corrupt Favicon databases. | shess@chromium.org | 2013-09-25 | 1 | -2/+2 |
* | Refactor clearing thumbnail history. | shess@chromium.org | 2013-08-16 | 1 | -0/+23 |
* | [sql] Cleanup open and close error histograms. | shess@chromium.org | 2013-07-24 | 1 | -12/+20 |
* | [sql] Serialize calls to sqlite3_initialize(). | shess@chromium.org | 2013-07-22 | 1 | -0/+19 |
* | [sql] Scoped recovery framework. | shess@chromium.org | 2013-07-19 | 1 | -3/+64 |
* | Adds a MemoryPressureListener to sql::Connection. | rmcilroy@chromium.org | 2013-07-18 | 1 | -0/+29 |
* | [sql] Allow restricting database to user read access. | shess@chromium.org | 2013-07-17 | 1 | -0/+25 |
* | [sql] Retry Open() if error handler fixed things. | shess@chromium.org | 2013-07-17 | 1 | -6/+13 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -3/+3 |
* | [sql] Callback and scoped-ignore tests for sql::Statement. | shess@chromium.org | 2013-07-12 | 1 | -1/+4 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -3/+3 |
* | [sql] Additional Raze() unit tests. | shess@chromium.org | 2013-07-10 | 1 | -15/+63 |
* | Add REGEXP support to SQLite on iOS | stuartmorgan@chromium.org | 2013-07-09 | 1 | -0/+11 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -3/+3 |
* | [sql] Static helper to delete database and all associated files. | shess@chromium.org | 2013-06-24 | 1 | -0/+26 |
* | [sql] Framework for allowing tests to handle errors. | shess@chromium.org | 2013-06-18 | 1 | -12/+32 |
* | Remove sql::ErrorDelegate. | shess@chromium.org | 2013-06-14 | 1 | -9/+2 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in sql/. | dcheng@chromium.org | 2013-06-13 | 1 | -3/+1 |
* | Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | [sql] Enable writable_schema during integrity_check. | shess@chromium.org | 2013-06-06 | 1 | -10/+27 |
* | Disable sqlite lookaside buffers by default. | rmcilroy@chromium.org | 2013-06-06 | 1 | -0/+7 |
* | Post integrity_check data for corrupt thumbnail databases. | shess@chromium.org | 2013-05-22 | 1 | -0/+19 |
* | Record startup sizes for tagged SQLite databases. | shess@chromium.org | 2013-05-21 | 1 | -0/+15 |
* | Dump additional error info for thumbnail database. | shess@chromium.org | 2013-05-17 | 1 | -0/+7 |
* | Histogram versions and extended error codes for SQLite databases. | shess@chromium.org | 2013-05-15 | 1 | -28/+21 |
* | Deeper histogram for SQLITE_IOERR. | shess@chromium.org | 2013-04-30 | 1 | -0/+9 |
* | Revert 197147 "Deeper histogram for SQLITE_IOERR." | jar@chromium.org | 2013-04-30 | 1 | -9/+0 |
* | Deeper histogram for SQLITE_IOERR. | shess@chromium.org | 2013-04-29 | 1 | -0/+9 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -3/+6 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Implement sql::Connection::RazeAndClose(). | shess@chromium.org | 2013-02-07 | 1 | -50/+103 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 1 | -1/+1 |
* | Only HistogramBase is used outside of base/metrics. | kaiwang@chromium.org | 2013-01-23 | 1 | -2/+2 |
* | Bake targeted error histogram support directly into sql::Connection. | shess@chromium.org | 2013-01-03 | 1 | -0/+26 |
* | Add diagnostics to debug database open problems. | shess@chromium.org | 2012-12-07 | 1 | -0/+15 |