summaryrefslogtreecommitdiffstats
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in sql/.dcheng@chromium.org2013-06-131-3/+1
* Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.avi@chromium.org2013-06-114-5/+5
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-072-2/+2
* [sql] Enable writable_schema during integrity_check.shess@chromium.org2013-06-061-10/+27
* Disable sqlite lookaside buffers by default.rmcilroy@chromium.org2013-06-061-0/+7
* Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than ...rsleevi@chromium.org2013-06-031-1/+1
* Remove last client of sql::DiagnosticErrorDelegate.shess@chromium.org2013-05-233-62/+0
* Post integrity_check data for corrupt thumbnail databases.shess@chromium.org2013-05-222-0/+26
* Record startup sizes for tagged SQLite databases.shess@chromium.org2013-05-211-0/+15
* Dump additional error info for thumbnail database.shess@chromium.org2013-05-172-0/+32
* Histogram versions and extended error codes for SQLite databases.shess@chromium.org2013-05-153-35/+34
* Deeper histogram for SQLITE_IOERR.shess@chromium.org2013-04-301-0/+9
* Revert 197147 "Deeper histogram for SQLITE_IOERR."jar@chromium.org2013-04-301-9/+0
* Deeper histogram for SQLITE_IOERR.shess@chromium.org2013-04-291-0/+9
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-3/+6
* Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does notlliabraa@chromium.org2013-03-151-2/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Implement sql::Connection::RazeAndClose().shess@chromium.org2013-02-074-69/+255
* Linux/ChromeOS Chromium style checker cleanup, sql/ edition.rsleevi@chromium.org2013-02-064-8/+8
* Add FilePath to base namespace.brettw@chromium.org2013-02-023-4/+7
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-231-2/+2
* Fixing null pointer dereference.glotov@chromium.org2013-01-172-3/+4
* Make sql build on Win64jschuh@chromium.org2013-01-111-0/+4
* Bake targeted error histogram support directly into sql::Connection.shess@chromium.org2013-01-032-0/+36
* Add diagnostics to debug database open problems.shess@chromium.org2012-12-071-0/+15
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-164-9/+9
* Handle cookie-file corruption found during open.shess@chromium.org2012-11-101-1/+8
* Make sql::Connection::Raze() more robust against corruptions.shess@chromium.org2012-11-103-21/+63
* Move ErrorDelegate to its own file and add static utility functions to ErrorD...pkotwicz@chromium.org2012-10-185-28/+135
* Remove ref counting on sql::ErrorDelegatepkotwicz@chromium.org2012-10-175-68/+70
* Remove {base,net}_java dependencies from GYP client targets on Android.pliard@chromium.org2012-09-101-1/+0
* Revert 152946 - Replace HistoryQuickProvider protobuf-based caching with an S...ricow@chromium.org2012-08-231-5/+3
* Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...mrossetti@chromium.org2012-08-231-3/+5
* Revert 151419 - Replace HistoryQuickProvider protobuf-based caching with an S...mrossetti@chromium.org2012-08-141-5/+3
* Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...mrossetti@chromium.org2012-08-141-3/+5
* Make java.gypi export jar path to input_jars_paths variablecjhopman@chromium.org2012-08-091-1/+0
* Upstream sqlite gyp changes for Android.yfriedman@chromium.org2012-08-062-8/+42
* Annotate calls to SQLite functions - they have to be executed on a thread all...shess@chromium.org2012-07-273-1/+48
* GYP changes to get sql and sqlite building on iOS.rohitrao@chromium.org2012-07-241-1/+1
* Fix the sqlite errors of content unittests on Androidyongsheng.zhu@intel.com2012-07-241-0/+14
* [sql] Refactor to remove use of const_cast<>.shess@chromium.org2012-07-242-12/+35
* Revert 147309 - Annotate calls to SQLite functions - they have to be executed...shess@chromium.org2012-07-183-49/+2
* Annotate calls to SQLite functions - they have to be executed on a thread all...shess@chromium.org2012-07-183-2/+49
* Modify sql unittests to pass on iOS.rohitrao@chromium.org2012-07-133-7/+13
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-117-7/+0
* Avoid leaking any files from SQLiteFeaturesTest.paivanof@gmail.com2012-06-131-10/+5
* Add APK targets for sql_unittests and sync_unit_tests.nileshagrawal@chromium.org2012-05-311-2/+29