index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
sqlite
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sql] Prevent nChildren overrun decoding interior pages in recover.c.
shess@chromium.org
2014-06-26
1
-4
/
+20
*
[sql] Prevent nCells overrun decoding cell in recover.c.
shess@chromium.org
2014-02-12
1
-1
/
+6
*
[sql] Fix leafCursorCellDecode() crash.
shess@chromium.org
2013-12-29
1
-2
/
+14
*
[sql] Rewrite Connection::Preload() in terms of file reading.
shess@chromium.org
2013-12-21
6
-216
/
+7
*
[sql] Integrate SQLite recover.c module.
shess@chromium.org
2013-07-20
4
-123
/
+206
*
[sql] Delete old/busted recover.c file.
shess@chromium.org
2013-07-17
1
-803
/
+0
*
Use seperate page caches pools for each sqlite connection.
rmcilroy@chromium.org
2013-06-20
1
-2
/
+6
*
sql::Connection::Preload() loads fs cache, not page cache.
shess@chromium.org
2013-06-07
1
-0
/
+44
*
Convert degenerate memcmp() to strncmp() in SQLite TimeMachine patch.
shess@chromium.org
2013-05-13
1
-1
/
+1
*
Backport SQLite memcmp patch.
shess@chromium.org
2013-05-10
5
-8
/
+6
*
Account for reserved space in SQLite recover module.
shess@chromium.org
2013-04-30
1
-5
/
+1
*
Make recover-table create locale-independent.
shess@chromium.org
2013-04-24
1
-7
/
+43
*
Handle UTF16 encodings in SQLite recover table.
shess@chromium.org
2013-04-24
2
-1
/
+156
*
SQLite recover virtual table support for reading interior nodes.
shess@chromium.org
2013-04-23
2
-18
/
+286
*
SQLite recover virtual table support for overflow pages.
shess@chromium.org
2013-04-12
2
-22
/
+458
*
SQLite recover virtual table support for reading leaf nodes.
shess@chromium.org
2013-04-02
3
-56
/
+874
*
Dup recover.c to recover-alt.c
shess@chromium.org
2013-03-29
1
-0
/
+803
*
Fix misaligned address in sqlite3.c
wangxianzhu@chromium.org
2012-10-18
2
-8
/
+8
*
Fix clang warning in sqlite shell_icu_linux.c.
shess@chromium.org
2012-08-07
1
-0
/
+1
*
Upstream commit in trunk:
shess@chromium.org
2012-06-12
1
-2
/
+2
*
Shift SQLite LICENSE file to root dir.
shess@chromium.org
2012-02-10
1
-6
/
+0
*
Add back in SQLite license
jbauman@chromium.org
2012-01-30
1
-0
/
+6
*
Skeleton of SQLite virtual-table module to recover data from corrupt databases.
shess@chromium.org
2012-01-12
3
-0
/
+1617
*
Backport more SQLite changes to enable system-sqlite experiments.
phajdan.jr@chromium.org
2011-08-25
2
-93
/
+90
*
Linux: backport SQLite's http://sqlite.org/src/ci/9109128cb5
phajdan.jr@chromium.org
2011-08-05
1
-3
/
+3
*
Only do the exclude-journal-from-Time-Machine-if-the-database-is-excluded
mark@chromium.org
2011-08-04
1
-2
/
+5
*
Fix authorizer issue with fts3 in WebDatabase.
shess@chromium.org
2011-06-23
1
-0
/
+3
*
Mac SQLite TimeMachine File Exclusions
mrossetti@chromium.org
2011-05-31
3
-3
/
+42
*
Loosen corruption test in fts3.c while debugging.
shess@chromium.org
2011-05-26
1
-1
/
+1
*
Import SQLite 3.7.6.3.
shess@chromium.org
2011-05-25
542
-23881
/
+112167
*
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
7
-17
/
+9
*
Cleanup SQLite 3.6.18 import.
shess@chromium.org
2011-04-12
48
-5503
/
+1113
*
Drop the icu version number from the name of icu data file on Windows.
jshin@chromium.org
2011-03-10
1
-5
/
+3
*
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
1
-17
/
+75
*
Revert 68506 - Update sqlite to 3.7.3.
jhawkins@chromium.org
2010-12-07
467
-80875
/
+26038
*
Update sqlite to 3.7.3.
jhawkins@chromium.org
2010-12-07
494
-26038
/
+80875
*
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
1
-75
/
+17
*
Move sqlite preprocessed directory one level up, it's not from upstream.
phajdan.jr@chromium.org
2010-09-16
7
-10331
/
+0
*
Revert my two latest changes with git, seems that drover is broken.
phajdan.jr@chromium.org
2010-09-15
7
-0
/
+10331
*
Move sqlite preprocessed directory one level up, it's not from upstream.
phajdan.jr@chromium.org
2010-09-15
7
-10331
/
+0
*
Move bundled copy of sqlite one level deeper to better separate it
phajdan.jr@chromium.org
2010-08-18
766
-0
/
+320309
*
Porting fts2.patch to fts3. fts2.patch was created in
dumi@chromium.org
2010-06-03
1
-1
/
+1
*
Fix crash with "ATTACH 12345 as db". Believed to not have security impact.
cevans@chromium.org
2010-03-22
1
-0
/
+6
*
Clean up os_unix.c.
dumi@google.com
2009-11-13
1
-24
/
+18
*
Revert 31888 - This change depended on a new version of WebKit
levin@chromium.org
2009-11-13
1
-21
/
+24
*
Clean up os_unix.c.
dumi@google.com
2009-11-13
1
-24
/
+21
*
Revert the patch that makes SQLite interpret BEGIN as BEGIN IMMEDIATE,
dumi@google.com
2009-11-12
1
-5
/
+0
[next]