| Commit message (Expand) | Author | Age | Files | Lines |
* | Add back in SQLite license | jbauman@chromium.org | 2012-01-30 | 1 | -0/+6 |
* | Revert 119307 - Revert 117996 and 117998 (clang warning flag fiddling). | thakis@chromium.org | 2012-01-30 | 1 | -0/+14 |
* | Revert 117996 and 117998 (clang warning flag fiddling). | rsleevi@chromium.org | 2012-01-26 | 1 | -14/+0 |
* | Use type 'none' instead of 'settings', as the latter is invalid in gyp. | evan@chromium.org | 2012-01-24 | 1 | -2/+2 |
* | Disable harmless warnings for 3rdparty code: sqlite. | thakis@chromium.org | 2012-01-18 | 1 | -0/+14 |
* | Skeleton of SQLite virtual-table module to recover data from corrupt databases. | shess@chromium.org | 2012-01-12 | 4 | -0/+1619 |
* | [SQLite] Hack to touch page cache to debug slow connection close. | shess@chromium.org | 2011-09-14 | 2 | -0/+106 |
* | Backport more SQLite changes to enable system-sqlite experiments. | phajdan.jr@chromium.org | 2011-08-25 | 4 | -231/+1057 |
* | Linux: backport SQLite's http://sqlite.org/src/ci/9109128cb5 | phajdan.jr@chromium.org | 2011-08-05 | 4 | -6/+56 |
* | Only do the exclude-journal-from-Time-Machine-if-the-database-is-excluded | mark@chromium.org | 2011-08-04 | 4 | -14/+23 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 1 | -6/+0 |
* | Fix authorizer issue with fts3 in WebDatabase. | shess@chromium.org | 2011-06-23 | 4 | -0/+30 |
* | Remove msvs_guids from third_party, webkit, tools and views. | tony@chromium.org | 2011-06-14 | 1 | -1/+0 |
* | Mac SQLite TimeMachine File Exclusions | mrossetti@chromium.org | 2011-05-31 | 6 | -11/+196 |
* | Loosen corruption test in fts3.c while debugging. | shess@chromium.org | 2011-05-26 | 2 | -2/+2 |
* | Import SQLite 3.7.6.3. | shess@chromium.org | 2011-05-25 | 551 | -46366/+150129 |
* | Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u... | tony@chromium.org | 2011-05-23 | 1 | -4/+4 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | SQLite util.c somehow had CRLF. | shess@chromium.org | 2011-05-19 | 1 | -1094/+1094 |
* | Convert to SQLite amalgamation. | shess@chromium.org | 2011-04-13 | 22 | -4748/+109503 |
* | Cleanup SQLite 3.6.18 import. | shess@chromium.org | 2011-04-12 | 57 | -6791/+1579 |
* | Cleaning up third_party readmes and adding a template for future use. | cdn@chromium.org | 2011-03-16 | 1 | -1/+2 |
* | Drop the icu version number from the name of icu data file on Windows. | jshin@chromium.org | 2011-03-10 | 2 | -12/+8 |
* | Add SQLITE_NO_SYNC define for ChromeOS build | gspencer@chromium.org | 2011-02-22 | 1 | -0/+10 |
* | sqlite: disable some warnings | evan@chromium.org | 2011-02-08 | 1 | -1/+10 |
* | Revert "SQLite: logging to track down SQLITE_IOERR_WRITE on waterfall." | shess@chromium.org | 2011-02-08 | 1 | -16/+2 |
* | Prepare to revert WebKit patch http://trac.webkit.org/changeset/68310 because... | phajdan.jr@chromium.org | 2011-01-26 | 2 | -22/+90 |
* | Call sqlite3Preload() only when not using system sqlite. Modify the | rohitrao@chromium.org | 2011-01-26 | 1 | -4/+0 |
* | Revert 68506 - Update sqlite to 3.7.3. | jhawkins@chromium.org | 2010-12-07 | 483 | -85453/+32233 |
* | Update sqlite to 3.7.3. | jhawkins@chromium.org | 2010-12-07 | 510 | -32233/+85453 |
* | Update sqlite's README.chromium with a note to keep webkit side | phajdan.jr@chromium.org | 2010-10-11 | 1 | -0/+5 |
* | Allow building with system-provided sqlite. Last change (tm). | phajdan.jr@chromium.org | 2010-10-05 | 1 | -1/+1 |
* | SQLite: logging to track down SQLITE_IOERR_WRITE on waterfall. | shess@chromium.org | 2010-09-29 | 1 | -2/+16 |
* | Remove our local modifications to sqlite's os_unix.c now that | phajdan.jr@chromium.org | 2010-09-28 | 2 | -90/+17 |
* | Move sqlite preprocessed directory one level up, it's not from upstream. | phajdan.jr@chromium.org | 2010-09-16 | 10 | -9/+9 |
* | Revert my two latest changes with git, seems that drover is broken. | phajdan.jr@chromium.org | 2010-09-15 | 7 | -0/+10331 |
* | Revert 59573 - Move sqlite preprocessed directory one level up, it's not from... | phajdan.jr@chromium.org | 2010-09-15 | 9 | -10333/+2 |
* | Move sqlite preprocessed directory one level up, it's not from upstream. | phajdan.jr@chromium.org | 2010-09-15 | 9 | -2/+2 |
* | Move us closer to passing the license check script. | phajdan.jr@chromium.org | 2010-08-30 | 1 | -0/+1 |
* | Add a stub implementation of sqlite3Preload when building with system sqlite. | phajdan.jr@chromium.org | 2010-08-26 | 1 | -0/+4 |
* | Another speculative fix. | phajdan.jr@chromium.org | 2010-08-19 | 1 | -0/+1 |
* | Speculative fix for WebKit builder compile failures. | phajdan.jr@chromium.org | 2010-08-18 | 1 | -0/+5 |
* | Move bundled copy of sqlite one level deeper to better separate it | phajdan.jr@chromium.org | 2010-08-18 | 769 | -140/+155 |
* | Backport SQLite http://www.sqlite.org/src/ci/b8b465ed2c | phajdan.jr@chromium.org | 2010-08-09 | 4 | -10/+72 |
* | Unfork one of our SQLite patches, icu-regexp.patch | phajdan.jr@chromium.org | 2010-08-03 | 2 | -19/+16 |
* | Fix a fts3 typo/bug. | dumi@chromium.org | 2010-07-03 | 2 | -2/+2 |
* | Fix the FTS3 patch. | dumi@chromium.org | 2010-06-16 | 2 | -52/+55 |
* | Turn on fts3. | dumi@chromium.org | 2010-06-09 | 1 | -1/+3 |
* | Porting fts2.patch to fts3. fts2.patch was created in | dumi@chromium.org | 2010-06-03 | 6 | -274/+2592 |
* | GYP changes for FreeBSD and OpenBSD | pvalchev@google.com | 2010-05-14 | 1 | -2/+2 |