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
/
sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement sql::Connection::RazeAndClose().
shess@chromium.org
2013-02-07
4
-69
/
+255
*
Linux/ChromeOS Chromium style checker cleanup, sql/ edition.
rsleevi@chromium.org
2013-02-06
4
-8
/
+8
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
3
-4
/
+7
*
Only HistogramBase is used outside of base/metrics.
kaiwang@chromium.org
2013-01-23
1
-2
/
+2
*
Fixing null pointer dereference.
glotov@chromium.org
2013-01-17
2
-3
/
+4
*
Make sql build on Win64
jschuh@chromium.org
2013-01-11
1
-0
/
+4
*
Bake targeted error histogram support directly into sql::Connection.
shess@chromium.org
2013-01-03
2
-0
/
+36
*
Add diagnostics to debug database open problems.
shess@chromium.org
2012-12-07
1
-0
/
+15
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
4
-9
/
+9
*
Handle cookie-file corruption found during open.
shess@chromium.org
2012-11-10
1
-1
/
+8
*
Make sql::Connection::Raze() more robust against corruptions.
shess@chromium.org
2012-11-10
3
-21
/
+63
*
Move ErrorDelegate to its own file and add static utility functions to ErrorD...
pkotwicz@chromium.org
2012-10-18
5
-28
/
+135
*
Remove ref counting on sql::ErrorDelegate
pkotwicz@chromium.org
2012-10-17
5
-68
/
+70
*
Remove {base,net}_java dependencies from GYP client targets on Android.
pliard@chromium.org
2012-09-10
1
-1
/
+0
*
Revert 152946 - Replace HistoryQuickProvider protobuf-based caching with an S...
ricow@chromium.org
2012-08-23
1
-5
/
+3
*
Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...
mrossetti@chromium.org
2012-08-23
1
-3
/
+5
*
Revert 151419 - Replace HistoryQuickProvider protobuf-based caching with an S...
mrossetti@chromium.org
2012-08-14
1
-5
/
+3
*
Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...
mrossetti@chromium.org
2012-08-14
1
-3
/
+5
*
Make java.gypi export jar path to input_jars_paths variable
cjhopman@chromium.org
2012-08-09
1
-1
/
+0
*
Upstream sqlite gyp changes for Android.
yfriedman@chromium.org
2012-08-06
2
-8
/
+42
*
Annotate calls to SQLite functions - they have to be executed on a thread all...
shess@chromium.org
2012-07-27
3
-1
/
+48
*
GYP changes to get sql and sqlite building on iOS.
rohitrao@chromium.org
2012-07-24
1
-1
/
+1
*
Fix the sqlite errors of content unittests on Android
yongsheng.zhu@intel.com
2012-07-24
1
-0
/
+14
*
[sql] Refactor to remove use of const_cast<>.
shess@chromium.org
2012-07-24
2
-12
/
+35
*
Revert 147309 - Annotate calls to SQLite functions - they have to be executed...
shess@chromium.org
2012-07-18
3
-49
/
+2
*
Annotate calls to SQLite functions - they have to be executed on a thread all...
shess@chromium.org
2012-07-18
3
-2
/
+49
*
Modify sql unittests to pass on iOS.
rohitrao@chromium.org
2012-07-13
3
-7
/
+13
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
7
-7
/
+0
*
Avoid leaking any files from SQLiteFeaturesTest.
paivanof@gmail.com
2012-06-13
1
-10
/
+5
*
Add APK targets for sql_unittests and sync_unit_tests.
nileshagrawal@chromium.org
2012-05-31
1
-2
/
+29
*
Revert [SQLite] Hack to touch page cache to debug slow connection close.
shess@chromium.org
2012-05-19
1
-15
/
+0
*
Change the way _EXPORT macros look.
thakis@chromium.org
2012-05-15
1
-0
/
+4
*
RefCounted types should not have public destructors, sql/ and jingle/ edition
rsleevi@chromium.org
2012-04-28
2
-3
/
+9
*
Added parameter 'clear_bound_vars', so we could reset the statement without c...
michaelbai@chromium.org
2012-04-25
4
-12
/
+35
*
Implement sql::Connection::Raze() in terms of sqlite3_backup API.
shess@chromium.org
2012-04-06
3
-1
/
+232
*
Reset needs_rollback after rollback.
michaelbai@chromium.org
2012-03-23
2
-1
/
+11
*
Persist SQLite journal files.
shess@chromium.org
2012-03-17
1
-0
/
+16
*
Making sure all dirs have OWNERS ... add some to sql/.
dpranke@chromium.org
2012-03-13
1
-0
/
+3
*
Create meta table atomically.
shess@chromium.org
2012-03-08
2
-2
/
+17
*
Add documentation regarding the nestability of sql::Transaction objects.
erikwright@chromium.org
2012-03-07
1
-1
/
+4
*
Add a DeleteKey() method to delete a key from the meta table. This will be u...
pkasting@chromium.org
2012-03-03
2
-41
/
+44
*
Remove operator overloads from Statement.
gbillock@chromium.org
2012-02-25
2
-9
/
+5
*
Close out statement refs before closing database.
shess@chromium.org
2012-02-24
1
-0
/
+11
*
Clear statement before closing db in cookie code.
shess@chromium.org
2012-02-17
2
-0
/
+9
*
Fix Android build.
benm@chromium.org
2012-02-10
1
-4
/
+2
*
Fix leak inside sql::Connection::OpenInternal.
benm@chromium.org
2012-02-10
1
-1
/
+2
*
Create a class to represent a Dom Storage Database.
benm@chromium.org
2012-02-10
3
-6
/
+40
*
[sql] WARN_UNUSED_RESULT on Execute().
shess@chromium.org
2011-12-23
1
-5
/
+11
*
Update webdata files to take advantage of DLOG(FATAL) in
gbillock@chromium.org
2011-12-22
2
-1
/
+6
*
AppCache INTERCEPT namespace.
michaeln@google.com
2011-12-13
2
-2
/
+18
[next]