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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sql] Fix leafCursorCellDecode() crash.
shess@chromium.org
2013-12-29
2
-4
/
+28
*
Revert 241341 "[sql] Diagnostic to track recovery crash."
shess@chromium.org
2013-12-28
1
-11
/
+0
*
[sql] Rewrite Connection::Preload() in terms of file reading.
shess@chromium.org
2013-12-21
10
-739
/
+14
*
[sql] Diagnostic to track recovery crash.
shess@chromium.org
2013-12-17
1
-0
/
+11
*
[sql] Prevent recovery crash while debugging.
shess@chromium.org
2013-12-10
1
-0
/
+7
*
Fix spelling in SQLITE_SEPARATE_CACHE_POOLS
rmcilroy@chromium.org
2013-11-07
1
-1
/
+1
*
Try to fix sqlite_shell target after gyp r1721.
thakis@chromium.org
2013-09-11
2
-0
/
+5
*
Fix some shared_library link_settings propagation issues
thakis@chromium.org
2013-09-11
1
-0
/
+7
*
Remove link_languages. It was only ever supported by the SCons generator,
mark@chromium.org
2013-09-10
1
-3
/
+0
*
[sql] Integrate SQLite recover.c module.
shess@chromium.org
2013-07-20
8
-123
/
+4552
*
[sql] Delete old/busted recover.c file.
shess@chromium.org
2013-07-17
1
-803
/
+0
*
Add REGEXP support to SQLite on iOS
stuartmorgan@chromium.org
2013-07-09
1
-1
/
+19
*
Use seperate page caches pools for each sqlite connection.
rmcilroy@chromium.org
2013-06-20
5
-4
/
+45
*
sql::Connection::Preload() loads fs cache, not page cache.
shess@chromium.org
2013-06-07
2
-0
/
+88
*
Convert degenerate memcmp() to strncmp() in SQLite TimeMachine patch.
shess@chromium.org
2013-05-13
3
-3
/
+3
*
Backport SQLite memcmp patch.
shess@chromium.org
2013-05-10
8
-16
/
+101
*
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
*
OWNERS for third_party/sqlite/
shess@chromium.org
2013-02-16
1
-0
/
+5
*
Make sqlite targets build on Win64
jschuh@chromium.org
2013-01-10
1
-1
/
+1
*
Fix misaligned address in sqlite3.c
wangxianzhu@chromium.org
2012-10-18
5
-12
/
+62
*
Fix clang warning in sqlite shell_icu_linux.c.
shess@chromium.org
2012-08-07
2
-5
/
+8
*
Upstream sqlite gyp changes for Android.
yfriedman@chromium.org
2012-08-06
1
-8
/
+13
*
Make 'License' field in third-party metadata required
steveblock@chromium.org
2012-08-01
1
-0
/
+1
*
GYP changes to get sql and sqlite building on iOS.
rohitrao@chromium.org
2012-07-24
1
-26
/
+40
*
Fix the sqlite errors of content unittests on Android
yongsheng.zhu@intel.com
2012-07-24
2
-0
/
+6
*
Upstream commit in trunk:
shess@chromium.org
2012-06-12
4
-4
/
+32
*
Revert [SQLite] Hack to touch page cache to debug slow connection close.
shess@chromium.org
2012-05-19
2
-106
/
+0
*
Shift SQLite LICENSE file to root dir.
shess@chromium.org
2012-02-10
2
-1
/
+0
*
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
[next]