summaryrefslogtreecommitdiffstats
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [sql] Record memory usage at various periods after startup.shess2015-08-121-1/+37
* Remove remaining legacy SplitString calls.brettw2015-08-121-1/+2
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-2/+2
* Fix Mandoline apptests on Windows.jam2015-08-062-1/+6
* HistogramTester::GetHistogramSamplesSinceCreation never returns nullvabr2015-08-031-5/+5
* Remove myself from OWNERS files.erikwright2015-07-311-1/+0
* Add GN isolate support for a bunch of unittests.dpranke2015-07-221-0/+13
* mandoline filesystem: Reland "Save cookie data to the mojo:filesystem."erg2015-07-154-8/+60
* Move JoinString to the base namespace.brettw2015-07-151-2/+2
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-2/+2
* Move JoinString to the base namespace.brettw2015-07-141-2/+2
* sql: Cleanup to fix the header include guards.tfarina2015-07-142-6/+6
* Replace base::str[n]casecmp with helper functions.brettw2015-07-101-1/+2
* Revert of mandoline filesystem: Save cookie data to the mojo:filesystem. (pat...fsamuel2015-07-072-30/+1
* mandoline filesystem: Save cookie data to the mojo:filesystem.erg2015-07-062-1/+30
* Convert sql_unittests to run exclusively on Swarmingmaruel2015-06-301-1/+18
* 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-2021-155/+1379
* [Android] Generate scripts at build time to run android tests.mikecase2015-06-032-0/+5
* [sql] Stats gathering for sql/ APIs.shess2015-06-039-23/+841
* [sql] Don't persist data in journal files.shess2015-06-022-7/+5
* sql: Remove basictypes.h includes.tfarina2015-05-1113-26/+27
* [sql] Fix error in Preload size.shess2015-04-211-1/+1
* [sql] Also call ShouldIgnoreSqliteError() in Release build.shess2015-04-101-4/+4
* Fix sql_unittest on iOS using SDK 8.2sdefresne2015-04-101-1/+1
* [sql] Change DoesStuffExist() to work with ScopedErrorIgnorer.shess2015-04-093-14/+58
* [sql] Stop building fts2.shess2015-03-112-33/+10
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-7/+5
* Import SQLite 3.8.7.4.Scott Hess2015-02-108-23/+43
* Add SQLite feature test to verify working foreign key support.engedy2015-01-221-1/+39
* [sql] Enable HAVE_USLEEP for more platforms.shess2015-01-211-0/+17
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+2
* [sql] Test that a Chromium fts change is actually in place.shess2015-01-101-0/+34
* replace COMPILE_ASSERT with static_assert in sql/mostynb2015-01-061-5/+5
* Standardize usage of virtual/override/final specifiers in sql/.dcheng2014-12-227-25/+15
* Misc. warning fixes/cleanuppkasting2014-12-121-2/+3
* Replace OVERRIDE with its C++11 counterparts in src/sqlr.nagaraj2014-10-151-2/+2
* Make FTS2 inclusion in SQLite optionalthe_jk2014-10-032-3/+7
* Rename all isolate_dependency_* to files.maruel2014-10-012-2/+1
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+1
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-058-8/+8
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #2pkasting@chromium.org2014-07-181-2/+2
* [sql] Test recovery of corrupt golden file.shess@chromium.org2014-07-109-2/+221
* [sql] Land binary golden file for test.shess@chromium.org2014-07-081-0/+0
* Fix Windows build, add Sandbox implementation.brettw@chromium.org2014-06-021-1/+1
* Add GN build files for sql and google_apis.brettw@chromium.org2014-05-281-0/+94
* Android: cleanup gtest_target_type conditions.bulach@chromium.org2014-05-171-4/+2
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-071-2/+1
* Remove unused input_shlib_pathcjhopman@chromium.org2014-04-171-1/+0