summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite
Commit message (Expand)AuthorAgeFilesLines
* [sql] Fix leafCursorCellDecode() crash.shess@chromium.org2013-12-292-4/+28
* Revert 241341 "[sql] Diagnostic to track recovery crash."shess@chromium.org2013-12-281-11/+0
* [sql] Rewrite Connection::Preload() in terms of file reading.shess@chromium.org2013-12-2110-739/+14
* [sql] Diagnostic to track recovery crash.shess@chromium.org2013-12-171-0/+11
* [sql] Prevent recovery crash while debugging.shess@chromium.org2013-12-101-0/+7
* Fix spelling in SQLITE_SEPARATE_CACHE_POOLSrmcilroy@chromium.org2013-11-071-1/+1
* Try to fix sqlite_shell target after gyp r1721.thakis@chromium.org2013-09-112-0/+5
* Fix some shared_library link_settings propagation issuesthakis@chromium.org2013-09-111-0/+7
* Remove link_languages. It was only ever supported by the SCons generator, mark@chromium.org2013-09-101-3/+0
* [sql] Integrate SQLite recover.c module.shess@chromium.org2013-07-208-123/+4552
* [sql] Delete old/busted recover.c file.shess@chromium.org2013-07-171-803/+0
* Add REGEXP support to SQLite on iOSstuartmorgan@chromium.org2013-07-091-1/+19
* Use seperate page caches pools for each sqlite connection.rmcilroy@chromium.org2013-06-205-4/+45
* sql::Connection::Preload() loads fs cache, not page cache.shess@chromium.org2013-06-072-0/+88
* Convert degenerate memcmp() to strncmp() in SQLite TimeMachine patch.shess@chromium.org2013-05-133-3/+3
* Backport SQLite memcmp patch.shess@chromium.org2013-05-108-16/+101
* Account for reserved space in SQLite recover module.shess@chromium.org2013-04-301-5/+1
* Make recover-table create locale-independent.shess@chromium.org2013-04-241-7/+43
* Handle UTF16 encodings in SQLite recover table.shess@chromium.org2013-04-242-1/+156
* SQLite recover virtual table support for reading interior nodes.shess@chromium.org2013-04-232-18/+286
* SQLite recover virtual table support for overflow pages.shess@chromium.org2013-04-122-22/+458
* SQLite recover virtual table support for reading leaf nodes.shess@chromium.org2013-04-023-56/+874
* Dup recover.c to recover-alt.cshess@chromium.org2013-03-291-0/+803
* OWNERS for third_party/sqlite/shess@chromium.org2013-02-161-0/+5
* Make sqlite targets build on Win64jschuh@chromium.org2013-01-101-1/+1
* Fix misaligned address in sqlite3.cwangxianzhu@chromium.org2012-10-185-12/+62
* Fix clang warning in sqlite shell_icu_linux.c.shess@chromium.org2012-08-072-5/+8
* Upstream sqlite gyp changes for Android.yfriedman@chromium.org2012-08-061-8/+13
* Make 'License' field in third-party metadata requiredsteveblock@chromium.org2012-08-011-0/+1
* GYP changes to get sql and sqlite building on iOS.rohitrao@chromium.org2012-07-241-26/+40
* Fix the sqlite errors of content unittests on Androidyongsheng.zhu@intel.com2012-07-242-0/+6
* Upstream commit in trunk:shess@chromium.org2012-06-124-4/+32
* Revert [SQLite] Hack to touch page cache to debug slow connection close.shess@chromium.org2012-05-192-106/+0
* Shift SQLite LICENSE file to root dir.shess@chromium.org2012-02-102-1/+0
* Add back in SQLite licensejbauman@chromium.org2012-01-301-0/+6
* Revert 119307 - Revert 117996 and 117998 (clang warning flag fiddling).thakis@chromium.org2012-01-301-0/+14
* Revert 117996 and 117998 (clang warning flag fiddling).rsleevi@chromium.org2012-01-261-14/+0
* Use type 'none' instead of 'settings', as the latter is invalid in gyp. evan@chromium.org2012-01-241-2/+2
* Disable harmless warnings for 3rdparty code: sqlite.thakis@chromium.org2012-01-181-0/+14
* Skeleton of SQLite virtual-table module to recover data from corrupt databases.shess@chromium.org2012-01-124-0/+1619
* [SQLite] Hack to touch page cache to debug slow connection close.shess@chromium.org2011-09-142-0/+106
* Backport more SQLite changes to enable system-sqlite experiments.phajdan.jr@chromium.org2011-08-254-231/+1057
* Linux: backport SQLite's http://sqlite.org/src/ci/9109128cb5phajdan.jr@chromium.org2011-08-054-6/+56
* Only do the exclude-journal-from-Time-Machine-if-the-database-is-excludedmark@chromium.org2011-08-044-14/+23
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-111-6/+0
* Fix authorizer issue with fts3 in WebDatabase.shess@chromium.org2011-06-234-0/+30
* Remove msvs_guids from third_party, webkit, tools and views.tony@chromium.org2011-06-141-1/+0
* Mac SQLite TimeMachine File Exclusionsmrossetti@chromium.org2011-05-316-11/+196
* Loosen corruption test in fts3.c while debugging.shess@chromium.org2011-05-262-2/+2
* Import SQLite 3.7.6.3.shess@chromium.org2011-05-25551-46366/+150129