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
/
sqlite
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add plumbing for dumping database info using dumpsys.
Jeff Brown
2011-12-16
1
-0
/
+8
*
Make SQLiteQuery and SQLiteProgram final.
Jeff Brown
2011-12-16
3
-24
/
+12
*
resolved conflicts for merge of bce45617 to master
Jeff Brown
2011-10-31
3
-39
/
+42
|
\
|
*
resolved conflicts for merge of 2d280f75 to ics-mr1
Jeff Brown
2011-10-30
3
-29
/
+43
|
|
\
|
|
*
Improve the slow query instrumentation.
Jeff Brown
2011-10-28
3
-29
/
+43
*
|
|
Optimize fillWindow to improve reverse-seek performance.
Jeff Brown
2011-10-28
2
-17
/
+45
|
/
/
*
|
Only populate stack when StrictMode will use it.
Jeff Sharkey
2011-10-26
2
-5
/
+13
*
|
Fix typos
Michael Chan
2011-10-20
1
-1
/
+1
*
|
Deprecate local-only CursorWindows.
Jeff Brown
2011-10-12
1
-1
/
+1
|
/
*
Use ashmem for CursorWindows.
Jeff Brown
2011-10-11
1
-1
/
+1
*
Fix ownership of CursorWindows across processes.
Jeff Brown
2011-10-09
1
-16
/
+1
*
Merge changes Idbfeb3cc,I03e8e2e7,Iff9eed78
Jeff Brown
2011-10-07
3
-228
/
+22
|
\
|
*
Clean up CursorWindow lifetime.
Jeff Brown
2011-10-07
3
-228
/
+22
*
|
Merge "Clean up CursorWindow code. Bug: 5332296"
Jeff Brown
2011-10-06
1
-2
/
+2
|
\
\
|
|
/
|
*
Clean up CursorWindow code.
Jeff Brown
2011-10-06
1
-2
/
+2
*
|
Disable db_sample logging
Christopher Tate
2011-10-05
1
-3
/
+10
|
/
*
Add progress dialog for booting after an upgrade.
Dianne Hackborn
2011-08-22
1
-0
/
+8
*
Remove the obsolete function that is not used anymore
Daniel Lehmann
2011-06-01
1
-9
/
+0
*
Enable strict mode as a public api to catch sql injections
Daniel Lehmann
2011-06-01
1
-12
/
+58
*
Remove the deprecated things from Config.java. These haven't been working sin...
Joe Onorato
2011-04-07
2
-14
/
+12
*
bug:4090903 allow bindargs on attach database statement
Vasu Nori
2011-03-21
2
-13
/
+7
*
fix broken logTimeStat stuff
Vasu Nori
2011-03-18
5
-45
/
+58
*
Handle rename of LruCache.entryEvicted to entryRemoved
Jesse Wilson
2011-02-25
1
-2
/
+3
*
Revert "turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed"
Paul Westbrook
2011-02-17
1
-47
/
+44
*
Merge "add more debug info to help (bug:3446432)"
Vasu Nori
2011-02-11
1
-1
/
+1
|
\
|
*
add more debug info to help (bug:3446432)
Vasu Nori
2011-02-11
1
-1
/
+1
*
|
Remove LruCache.setMaxSize().
Jesse Wilson
2011-02-11
1
-73
/
+75
*
|
Don't add setMaxSize() to the LruCache API. But do add maxSize().
Jesse Wilson
2011-02-10
1
-1
/
+1
*
|
Adopt LRU cache in SQLite.
Jesse Wilson
2011-02-10
2
-62
/
+27
|
/
*
turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed
Vasu Nori
2011-02-09
1
-44
/
+47
*
while waiting for lock, try in 30sec intervals and print warnings if no lock
Vasu Nori
2011-02-07
1
-2
/
+33
*
bug:3385018 don't print finalizer warnings under certain conditions
Vasu Nori
2011-01-30
2
-0
/
+16
*
bug:3398527 return List insttead of ArrayList from public API
Vasu Nori
2011-01-27
1
-3
/
+4
*
bug:3396894 (HC branch) remove STOPSHIP code
Vasu Nori
2011-01-26
1
-2
/
+1
*
bug:3330569 print better message to help debug the problem
Vasu Nori
2011-01-10
1
-0
/
+12
*
in requery(), when exception is caught, print warning + stacktrace
Vasu Nori
2011-01-06
1
-0
/
+5
*
in GB requery() didn't throw exceptions (mostly). replicate that in HC
Vasu Nori
2011-01-06
1
-3
/
+25
*
set default mode of WAL to be off.
Vasu Nori
2011-01-06
1
-7
/
+1
*
Revert "treat 'can't open database file error' as 'database corruption error'"
Vasu Nori
2011-01-05
1
-10
/
+2
*
resolved conflicts for merge of 3a2c6bf0 to master
Brad Fitzpatrick
2011-01-05
1
-18
/
+38
|
\
|
*
am 69ea4e15: Documentation fixes found over vacation hacking.
Brad Fitzpatrick
2011-01-05
1
-22
/
+42
|
|
\
|
|
*
Documentation fixes found over vacation hacking.
Brad Fitzpatrick
2011-01-05
1
-22
/
+42
*
|
|
Add support for downgrading database version in SQLiteOpenHelper
Eric Hassold
2011-01-04
1
-12
/
+22
*
|
|
treat "can't open database file error" as "database corruption error"
Vasu Nori
2011-01-04
1
-2
/
+10
*
|
|
don't call methods doing database lock from a synchronized block
Vasu Nori
2011-01-04
1
-8
/
+10
*
|
|
resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9
Vasu Nori
2010-12-21
1
-0
/
+16
*
|
|
Revert "bug:2448371 cursorwindow size moved to resource xml file."
Vasu Nori
2010-12-20
1
-19
/
+0
*
|
|
bug:2448371 cursorwindow size moved to resource xml file.
Vasu Nori
2010-12-20
1
-0
/
+19
*
|
|
if db close() fails due to un-closed sql statements, print useful msg
Vasu Nori
2010-11-29
1
-7
/
+8
*
|
|
Revert "Merge "print certain rows from downloads.db when bugreports are taken""
Vasu Nori
2010-11-29
2
-50
/
+8
[next]