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
/
connection.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sql] Log tag with sqlite errors.
shess@chromium.org
2013-09-26
1
-6
/
+11
*
Recover corrupt Favicon databases.
shess@chromium.org
2013-09-25
1
-2
/
+2
*
Refactor clearing thumbnail history.
shess@chromium.org
2013-08-16
1
-0
/
+23
*
[sql] Cleanup open and close error histograms.
shess@chromium.org
2013-07-24
1
-12
/
+20
*
[sql] Serialize calls to sqlite3_initialize().
shess@chromium.org
2013-07-22
1
-0
/
+19
*
[sql] Scoped recovery framework.
shess@chromium.org
2013-07-19
1
-3
/
+64
*
Adds a MemoryPressureListener to sql::Connection.
rmcilroy@chromium.org
2013-07-18
1
-0
/
+29
*
[sql] Allow restricting database to user read access.
shess@chromium.org
2013-07-17
1
-0
/
+25
*
[sql] Retry Open() if error handler fixed things.
shess@chromium.org
2013-07-17
1
-6
/
+13
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-3
/
+3
*
[sql] Callback and scoped-ignore tests for sql::Statement.
shess@chromium.org
2013-07-12
1
-1
/
+4
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
1
-3
/
+3
*
[sql] Additional Raze() unit tests.
shess@chromium.org
2013-07-10
1
-15
/
+63
*
Add REGEXP support to SQLite on iOS
stuartmorgan@chromium.org
2013-07-09
1
-0
/
+11
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-3
/
+3
*
[sql] Static helper to delete database and all associated files.
shess@chromium.org
2013-06-24
1
-0
/
+26
*
[sql] Framework for allowing tests to handle errors.
shess@chromium.org
2013-06-18
1
-12
/
+32
*
Remove sql::ErrorDelegate.
shess@chromium.org
2013-06-14
1
-9
/
+2
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in sql/.
dcheng@chromium.org
2013-06-13
1
-3
/
+1
*
Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.
avi@chromium.org
2013-06-11
1
-2
/
+2
*
Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...
avi@chromium.org
2013-06-07
1
-1
/
+1
*
[sql] Enable writable_schema during integrity_check.
shess@chromium.org
2013-06-06
1
-10
/
+27
*
Disable sqlite lookaside buffers by default.
rmcilroy@chromium.org
2013-06-06
1
-0
/
+7
*
Post integrity_check data for corrupt thumbnail databases.
shess@chromium.org
2013-05-22
1
-0
/
+19
*
Record startup sizes for tagged SQLite databases.
shess@chromium.org
2013-05-21
1
-0
/
+15
*
Dump additional error info for thumbnail database.
shess@chromium.org
2013-05-17
1
-0
/
+7
*
Histogram versions and extended error codes for SQLite databases.
shess@chromium.org
2013-05-15
1
-28
/
+21
*
Deeper histogram for SQLITE_IOERR.
shess@chromium.org
2013-04-30
1
-0
/
+9
*
Revert 197147 "Deeper histogram for SQLITE_IOERR."
jar@chromium.org
2013-04-30
1
-9
/
+0
*
Deeper histogram for SQLITE_IOERR.
shess@chromium.org
2013-04-29
1
-0
/
+9
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
1
-3
/
+6
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Implement sql::Connection::RazeAndClose().
shess@chromium.org
2013-02-07
1
-50
/
+103
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-1
/
+1
*
Only HistogramBase is used outside of base/metrics.
kaiwang@chromium.org
2013-01-23
1
-2
/
+2
*
Bake targeted error histogram support directly into sql::Connection.
shess@chromium.org
2013-01-03
1
-0
/
+26
*
Add diagnostics to debug database open problems.
shess@chromium.org
2012-12-07
1
-0
/
+15
*
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
1
-20
/
+49
*
Remove ref counting on sql::ErrorDelegate
pkotwicz@chromium.org
2012-10-17
1
-4
/
+2
*
Upstream sqlite gyp changes for Android.
yfriedman@chromium.org
2012-08-06
1
-6
/
+21
*
Annotate calls to SQLite functions - they have to be executed on a thread all...
shess@chromium.org
2012-07-27
1
-1
/
+28
*
[sql] Refactor to remove use of const_cast<>.
shess@chromium.org
2012-07-24
1
-11
/
+25
*
Revert 147309 - Annotate calls to SQLite functions - they have to be executed...
shess@chromium.org
2012-07-18
1
-28
/
+1
*
Annotate calls to SQLite functions - they have to be executed on a thread all...
shess@chromium.org
2012-07-18
1
-1
/
+28
*
Revert [SQLite] Hack to touch page cache to debug slow connection close.
shess@chromium.org
2012-05-19
1
-15
/
+0
*
Implement sql::Connection::Raze() in terms of sqlite3_backup API.
shess@chromium.org
2012-04-06
1
-0
/
+79
*
Reset needs_rollback after rollback.
michaelbai@chromium.org
2012-03-23
1
-0
/
+1
*
Persist SQLite journal files.
shess@chromium.org
2012-03-17
1
-0
/
+16
*
Remove operator overloads from Statement.
gbillock@chromium.org
2012-02-25
1
-3
/
+5
[next]