1. 03bd302 Don't close the database until all references released. by Jeff Brown · 12 years ago
  2. baefdfa Make SQLiteDatabase final. by Jeff Brown · 12 years ago
  3. 8dc3cc2 Allow the SQLite sync mode to be set independently for WAL. by Jeff Brown · 12 years ago
  4. 79087e4 Add an API for deleting databases. by Jeff Brown · 12 years ago
  5. 638eff7 Improve documentation of SQLite debugging options. by Jeff Brown · 12 years ago
  6. 5936ff0 Externalize more SQLite configuration options. by Jeff Brown · 12 years ago
  7. 559d064 Refactor SQLiteOpenHelper. by Jeff Brown · 12 years ago
  8. 4c1241d Rename CancellationSignal using preferred spelling. by Jeff Brown · 13 years ago
  9. b19a71a Support automatic cancellation of Loaders. by Jeff Brown · 13 years ago
  10. 2d2d7d6 Merge "Implement a cancelation mechanism for queries." by Jeff Brown · 13 years ago
  11. 75ea64f Implement a cancelation mechanism for queries. by Jeff Brown · 13 years ago
  12. 43ea4e1 Merge "Added JELLY_BEAN version name; update some targetSdkVersion docs." by Dianne Hackborn · 13 years ago
  13. 81e9276 Added JELLY_BEAN version name; update some targetSdkVersion docs. by Dianne Hackborn · 13 years ago
  14. ebc016c Fix an inconsistent comment. by Jeff Brown · 13 years ago
  15. d4e34d6 Merge "Inform ContentObservers about the changed content Uri." by Jeff Brown · 13 years ago
  16. b934a82 Merge "Clean up content observer code." by Jeff Brown · 13 years ago
  17. 655e66b Inform ContentObservers about the changed content Uri. by Jeff Brown · 13 years ago
  18. 86de059 Clean up content observer code. by Jeff Brown · 13 years ago
  19. 8bef9cb Merge "Delete dead code." by Jeff Brown · 13 years ago
  20. bd4c9f1 Delete dead code. by Jeff Brown · 13 years ago
  21. 1bf599a Merge "Initialize SQLite as part of the android runtime." by Jeff Brown · 13 years ago
  22. 4b57553 Initialize SQLite as part of the android runtime. by Jeff Brown · 13 years ago
  23. f17e7c2 Merge "Fixes some javadoc." by Pin Ting · 13 years ago
  24. 254fba8 Clean up SQLiteDebug natives. by Jeff Brown · 13 years ago
  25. 48a4789 Remove custom SQLITE_UNCLOSED error code. by Jeff Brown · 13 years ago
  26. 2a293b6 Clean up SQLite debugging code. by Jeff Brown · 13 years ago
  27. a9be415 Fix issues with reentrant SQLite triggers. by Jeff Brown · 13 years ago
  28. 1c423b8 Fixes some javadoc. by Pin Ting · 13 years ago
  29. e5360fb Rewrite SQLite database wrappers. by Jeff Brown · 13 years ago
  30. 5a05c23 Clean up database tests a little bit. by Jeff Brown · 13 years ago
  31. 6746499 Fix Music import for Turkish locales. by Elliott Hughes · 13 years ago
  32. 6754ba2 Add plumbing for dumping database info using dumpsys. by Jeff Brown · 13 years ago
  33. d5064be Make SQLiteQuery and SQLiteProgram final. by Jeff Brown · 13 years ago
  34. 603f97f Fix JavaDoc typos. by Jeff Brown · 13 years ago
  35. fa59cfb resolved conflicts for merge of bce45617 to master by Jeff Brown · 13 years ago
  36. bce45617 resolved conflicts for merge of 2d280f75 to ics-mr1 by Jeff Brown · 13 years ago
  37. 2d280f7 Merge "Improve the slow query instrumentation." into ics-mr0 by Jeff Brown · 13 years ago
  38. 89101cd9 Improve the slow query instrumentation. by Jeff Brown · 13 years ago
  39. 650de3d Optimize fillWindow to improve reverse-seek performance. Bug: 5520301 by Jeff Brown · 13 years ago
  40. ce6578a am 84bee4f8: Merge "Fix copyStringToBuffer row index calculation. Bug: 5515552" into ics-mr0 by Jeff Brown · 13 years ago
  41. 0772007 Fix copyStringToBuffer row index calculation. Bug: 5515552 by Jeff Brown · 13 years ago
  42. 7978a41 Only populate stack when StrictMode will use it. by Jeff Sharkey · 13 years ago
  43. cf0ca99 Fix typos by Michael Chan · 13 years ago
  44. 825c513 Add a CrossProcessCursorWrapper. Bug: 5220669 by Jeff Brown · 13 years ago
  45. b4009c7 AbstractWindowedCursor is not special. by Jeff Brown · 13 years ago
  46. 80e7b80 Make default implementation of fillWindow typesafe. Bug: 5218310 by Jeff Brown · 13 years ago
  47. 5e5d6d8 Deprecate local-only CursorWindows. by Jeff Brown · 13 years ago
  48. 0cde89f Use ashmem for CursorWindows. Bug: 5332296 by Jeff Brown · 13 years ago
  49. d218365 Fix ownership of CursorWindows across processes. Bug: 5332296 by Jeff Brown · 13 years ago
  50. df6611d Clean up handrolled Binder proxies. Bug: 5332296 by Jeff Brown · 13 years ago
  51. 270928b Merge changes Idbfeb3cc,I03e8e2e7,Iff9eed78 by Jeff Brown · 13 years ago
  52. 7ce7452 Clean up CursorWindow lifetime. Bug: 5332296 by Jeff Brown · 13 years ago
  53. f0a9181 Merge "Clean up CursorWindow code. Bug: 5332296" by Jeff Brown · 13 years ago
  54. 3bc6bbc Clean up CursorWindow code. Bug: 5332296 by Jeff Brown · 13 years ago
  55. ad9e8b1 Disable db_sample logging by Christopher Tate · 13 years ago
  56. 630f6b1 Add AbstractCursor.setExtras() by Makoto Onuki · 13 years ago
  57. 661cd52 Add progress dialog for booting after an upgrade. by Dianne Hackborn · 13 years ago
  58. 783123f Add getBlob() to MatrixCursor by Todd Kennedy · 13 years ago
  59. 9f66c65 Remove the obsolete function that is not used anymore by Daniel Lehmann · 13 years ago
  60. 50b1f8d Enable strict mode as a public api to catch sql injections by Daniel Lehmann · 13 years ago
  61. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  62. cc1eaf6 bug:4090903 allow bindargs on attach database statement by Vasu Nori · 13 years ago
  63. 16057fa fix broken logTimeStat stuff by Vasu Nori · 13 years ago
  64. d6c367f cosmetic fixes: removing unused members/imports by Vasu Nori · 13 years ago
  65. 8a358a7 bug:3497143 don't print warning if it is a bug in platform - not in app. by Vasu Nori · 13 years ago
  66. 32c80a2 Handle rename of LruCache.entryEvicted to entryRemoved by Jesse Wilson · 14 years ago
  67. dae6d37 Revert "turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed" by Paul Westbrook · 14 years ago
  68. 06f992c Merge "Setting copiedSize to 0 when value is null" by Dmitri Plotnikov · 14 years ago
  69. 9480efe Setting copiedSize to 0 when value is null by Dmitri Plotnikov · 14 years ago
  70. c5d0fbb Merge "add more debug info to help (bug:3446432)" by Vasu Nori · 14 years ago
  71. e9714e6 add more debug info to help (bug:3446432) by Vasu Nori · 14 years ago
  72. dfe515e Remove LruCache.setMaxSize(). by Jesse Wilson · 14 years ago
  73. c2c9a24 Don't add setMaxSize() to the LruCache API. But do add maxSize(). by Jesse Wilson · 14 years ago
  74. 9b5a935 Adopt LRU cache in SQLite. by Jesse Wilson · 14 years ago
  75. d67dbee turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed by Vasu Nori · 14 years ago
  76. d4608a3 while waiting for lock, try in 30sec intervals and print warnings if no lock by Vasu Nori · 14 years ago
  77. 83ff97d bug:3385018 don't print finalizer warnings under certain conditions by Vasu Nori · 14 years ago
  78. a017eda bug:3398527 return List insttead of ArrayList from public API by Vasu Nori · 14 years ago
  79. 4b92aee bug:3396894 (HC branch) remove STOPSHIP code by Vasu Nori · 14 years ago
  80. 4caaf2a bug:3362394 better documentation for DefaultDatabaseErrorHandler class by Vasu Nori · 14 years ago
  81. 3045bba bug:3330569 print better message to help debug the problem by Vasu Nori · 14 years ago
  82. 247fe74 Implement issue # 3255887 could CursorLoader offer... by Dianne Hackborn · 14 years ago
  83. 324dbe5 in requery(), when exception is caught, print warning + stacktrace by Vasu Nori · 14 years ago
  84. ca74897 in GB requery() didn't throw exceptions (mostly). replicate that in HC by Vasu Nori · 14 years ago
  85. 42edf0f Merge "requery() should close cursorwindow insead of setting it to null." into honeycomb by Vasu Nori · 14 years ago
  86. 0e453d1 requery() should close cursorwindow insead of setting it to null. by Vasu Nori · 14 years ago
  87. a22d884 set default mode of WAL to be off. by Vasu Nori · 14 years ago
  88. 6a904bc Revert "treat 'can't open database file error' as 'database corruption error'" by Vasu Nori · 14 years ago
  89. 70588bf resolved conflicts for merge of 3a2c6bf0 to master by Brad Fitzpatrick · 14 years ago
  90. 3a2c6bf am 69ea4e15: Documentation fixes found over vacation hacking. by Brad Fitzpatrick · 14 years ago
  91. 69ea4e1 Documentation fixes found over vacation hacking. by Brad Fitzpatrick · 14 years ago
  92. a5af5d6 Add support for downgrading database version in SQLiteOpenHelper by Eric Hassold · 14 years ago
  93. c7fe777 treat "can't open database file error" as "database corruption error" by Vasu Nori · 14 years ago
  94. 36c4cec don't call methods doing database lock from a synchronized block by Vasu Nori · 14 years ago
  95. 6141e13 when cursorwindow allocation fails, print the number of cursors left open by Vasu Nori · 14 years ago
  96. 34ad57f0 resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9 by Vasu Nori · 14 years ago
  97. 5274e84 Revert "bug:2448371 cursorwindow size moved to resource xml file." by Vasu Nori · 14 years ago
  98. 2594bae bug:2448371 cursorwindow size moved to resource xml file. by Vasu Nori · 14 years ago
  99. b438902 if db close() fails due to un-closed sql statements, print useful msg by Vasu Nori · 14 years ago
  100. 00e4017 Revert "Merge "print certain rows from downloads.db when bugreports are taken"" by Vasu Nori · 14 years ago