index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
database
Commit message (
Expand
)
Author
Age
Files
Lines
*
am 86c035f0: Merge "COMMENT ONLY change to clarify ContentProvider documentat...
Brad Fitzpatrick
2010-07-27
1
-10
/
+29
|
\
|
*
COMMENT ONLY change to clarify ContentProvider documentation.
Dan Egnor
2010-07-27
1
-10
/
+29
*
|
StrictMode: gather and return violating stacks in Binder replies
Brad Fitzpatrick
2010-07-15
1
-3
/
+3
*
|
Some ActivityThread/ActivityManager cleanup.
Dianne Hackborn
2010-06-24
1
-1
/
+2
*
|
Log.wtf when databases go to be downgraded.
Brad Fitzpatrick
2010-06-08
1
-0
/
+10
*
|
Sprinkle new BlockGuard around SQLiteDatabase.
Brad Fitzpatrick
2010-06-03
2
-0
/
+14
*
|
merge from open-source master
The Android Open Source Project
2010-05-13
6
-8
/
+31
|
\
\
|
|
/
|
/
|
|
*
Add some documentation about the thread safety of Cursor and some of the SQLi...
Jeff Hamilton
2010-05-12
6
-8
/
+31
|
*
CursorToBulkCursorAdapter.close must call mCursor.close instead of mCursor.de...
Tatsuo Nagamatsu
2010-03-28
1
-2
/
+1
*
|
bug:2622719 move 'forcing of cursor execution' to ContentProvider
Vasu Nori
2010-04-28
1
-7
/
+7
*
|
remove myname accidentally included in one of the files
Vasu Nori
2010-04-27
1
-2
/
+0
*
|
accept close() on database objects even if the database is closed
Vasu Nori
2010-04-16
2
-4
/
+1
*
|
Merge "Introducing "strict project map"." into froyo
Dmitri Plotnikov
2010-04-14
1
-2
/
+10
|
\
\
|
*
|
Introducing "strict project map".
Dmitri Plotnikov
2010-04-14
1
-2
/
+10
*
|
|
verify database state before calling sqlite. Bug:2593970
Vasu Nori
2010-04-13
4
-26
/
+61
|
/
/
*
|
Forcing query execution in SQLiteDatabase.query
Dmitri Plotnikov
2010-03-24
1
-7
/
+7
*
|
Log database lock contention as well (as seperate pseudo-queries).
Brad Fitzpatrick
2010-03-24
2
-17
/
+41
*
|
when corruption occurs, log a warning before closing db
Vasu Nori
2010-03-23
1
-8
/
+72
*
|
Merge "print finalizer warning before closing the cursor in finalize"
Vasu Nori
2010-03-23
1
-2
/
+4
|
\
\
|
*
|
print finalizer warning before closing the cursor in finalize
Vasu Nori
2010-03-23
1
-2
/
+4
*
|
|
Merge "Call super.close() in MargeCursor"
satok
2010-03-22
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Call super.close() in MargeCursor
satok
2010-03-23
1
-0
/
+2
*
|
|
limit sql statement in finalizer warning to 100 chars
Vasu Nori
2010-03-19
1
-1
/
+4
|
/
/
*
|
Merge "close() database should close the db no matter what the ref count says"
Vasu Nori
2010-03-16
1
-1
/
+5
|
\
\
|
*
|
close() database should close the db no matter what the ref count says
Vasu Nori
2010-03-16
1
-1
/
+5
*
|
|
Merge "fix the way last insert rowid is returned"
Vasu Nori
2010-03-16
1
-5
/
+4
|
\
\
\
|
|
/
/
|
*
|
fix the way last insert rowid is returned
Vasu Nori
2010-03-16
1
-5
/
+4
*
|
|
Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily.
Brad Fitzpatrick
2010-03-14
1
-3
/
+10
|
/
/
*
|
Add correct copyright headers to multiple files
Kenny Root
2010-03-11
1
-0
/
+16
*
|
debug-flag covered log messages to help people debug finalizer stuff
Vasu Nori
2010-03-11
2
-2
/
+28
*
|
add more debug info to SQL section in bugreport
Vasu Nori
2010-03-11
3
-10
/
+180
*
|
Merge "Speed up ContentProvider.query() in simple case by ~30%"
Brad Fitzpatrick
2010-03-09
4
-23
/
+47
|
\
\
|
*
|
Speed up ContentProvider.query() in simple case by ~30%
Brad Fitzpatrick
2010-03-09
4
-23
/
+47
*
|
|
add REPLACE to the list of cached sql stmnts
Vasu Nori
2010-03-09
1
-0
/
+1
*
|
|
modify comments to be more accurate
Vasu Nori
2010-03-09
1
-3
/
+3
|
/
/
*
|
caching bug in SQLiteDatabase causes invalid finalizer warnings
Vasu Nori
2010-03-08
2
-39
/
+23
*
|
a dbobject is closed twice and that causes incorrect warnings
Vasu Nori
2010-03-04
1
-2
/
+0
*
|
hide the newly created DatabaseObjectNotClosedException class from sdk
Vasu Nori
2010-03-03
1
-0
/
+1
*
|
in finalizer warnings, use a better exception - NOT Exception()
Vasu Nori
2010-03-03
4
-3
/
+35
*
|
Call close() instead of deactivate() in CursorToBulkCursorAdaptor.close()
Bjorn Bringert
2010-03-03
1
-2
/
+1
*
|
add warning in finalizer. deprecate protected members.
Vasu Nori
2010-03-02
2
-3
/
+25
*
|
in finalize() methods, log warnings if db lock is going to be held.
Vasu Nori
2010-02-26
4
-52
/
+28
*
|
yet another race condition fix to address bug:2456970
Vasu Nori
2010-02-24
1
-1
/
+3
*
|
Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds.
Brad Fitzpatrick
2010-02-22
1
-2
/
+2
*
|
fix race condition introduced by CL https://android-git.corp.google.com/g/40395
Vasu Nori
2010-02-22
2
-11
/
+12
*
|
Merge "Don't let email addresses in database names get into the EventLog."
Brad Fitzpatrick
2010-02-22
1
-1
/
+34
|
\
\
|
*
|
Don't let email addresses in database names get into the EventLog.
Brad Fitzpatrick
2010-02-22
1
-1
/
+34
*
|
|
add diagnostic info to help debug bug:2427686
Vasu Nori
2010-02-18
1
-2
/
+24
*
|
|
bug fix for 2419869. also included 2 unittests.
Vasu Nori
2010-02-18
2
-3
/
+37
|
/
/
*
|
Log previous SQL statement also when logging "COMMIT;" operations.
Brad Fitzpatrick
2010-02-12
1
-3
/
+23
[next]