1. d218365 Fix ownership of CursorWindows across processes. Bug: 5332296 by Jeff Brown · 13 years ago
  2. df6611d Clean up handrolled Binder proxies. Bug: 5332296 by Jeff Brown · 13 years ago
  3. 270928b Merge changes Idbfeb3cc,I03e8e2e7,Iff9eed78 by Jeff Brown · 13 years ago
  4. 7ce7452 Clean up CursorWindow lifetime. Bug: 5332296 by Jeff Brown · 13 years ago
  5. f0a9181 Merge "Clean up CursorWindow code. Bug: 5332296" by Jeff Brown · 13 years ago
  6. 3bc6bbc Clean up CursorWindow code. Bug: 5332296 by Jeff Brown · 13 years ago
  7. ad9e8b1 Disable db_sample logging by Christopher Tate · 13 years ago
  8. 630f6b1 Add AbstractCursor.setExtras() by Makoto Onuki · 13 years ago
  9. 661cd52 Add progress dialog for booting after an upgrade. by Dianne Hackborn · 13 years ago
  10. 783123f Add getBlob() to MatrixCursor by Todd Kennedy · 13 years ago
  11. 9f66c65 Remove the obsolete function that is not used anymore by Daniel Lehmann · 13 years ago
  12. 50b1f8d Enable strict mode as a public api to catch sql injections by Daniel Lehmann · 13 years ago
  13. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  14. cc1eaf6 bug:4090903 allow bindargs on attach database statement by Vasu Nori · 13 years ago
  15. 16057fa fix broken logTimeStat stuff by Vasu Nori · 13 years ago
  16. d6c367f cosmetic fixes: removing unused members/imports by Vasu Nori · 13 years ago
  17. 8a358a7 bug:3497143 don't print warning if it is a bug in platform - not in app. by Vasu Nori · 13 years ago
  18. 32c80a2 Handle rename of LruCache.entryEvicted to entryRemoved by Jesse Wilson · 13 years ago
  19. dae6d37 Revert "turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed" by Paul Westbrook · 13 years ago
  20. 06f992c Merge "Setting copiedSize to 0 when value is null" by Dmitri Plotnikov · 13 years ago
  21. 9480efe Setting copiedSize to 0 when value is null by Dmitri Plotnikov · 13 years ago
  22. c5d0fbb Merge "add more debug info to help (bug:3446432)" by Vasu Nori · 13 years ago
  23. e9714e6 add more debug info to help (bug:3446432) by Vasu Nori · 13 years ago
  24. dfe515e Remove LruCache.setMaxSize(). by Jesse Wilson · 13 years ago
  25. c2c9a24 Don't add setMaxSize() to the LruCache API. But do add maxSize(). by Jesse Wilson · 13 years ago
  26. 9b5a935 Adopt LRU cache in SQLite. by Jesse Wilson · 13 years ago
  27. d67dbee turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed by Vasu Nori · 13 years ago
  28. d4608a3 while waiting for lock, try in 30sec intervals and print warnings if no lock by Vasu Nori · 13 years ago
  29. 83ff97d bug:3385018 don't print finalizer warnings under certain conditions by Vasu Nori · 13 years ago
  30. a017eda bug:3398527 return List insttead of ArrayList from public API by Vasu Nori · 14 years ago
  31. 4b92aee bug:3396894 (HC branch) remove STOPSHIP code by Vasu Nori · 14 years ago
  32. 4caaf2a bug:3362394 better documentation for DefaultDatabaseErrorHandler class by Vasu Nori · 14 years ago
  33. 3045bba bug:3330569 print better message to help debug the problem by Vasu Nori · 14 years ago
  34. 247fe74 Implement issue # 3255887 could CursorLoader offer... by Dianne Hackborn · 14 years ago
  35. 324dbe5 in requery(), when exception is caught, print warning + stacktrace by Vasu Nori · 14 years ago
  36. ca74897 in GB requery() didn't throw exceptions (mostly). replicate that in HC by Vasu Nori · 14 years ago
  37. 42edf0f Merge "requery() should close cursorwindow insead of setting it to null." into honeycomb by Vasu Nori · 14 years ago
  38. 0e453d1 requery() should close cursorwindow insead of setting it to null. by Vasu Nori · 14 years ago
  39. a22d884 set default mode of WAL to be off. by Vasu Nori · 14 years ago
  40. 6a904bc Revert "treat 'can't open database file error' as 'database corruption error'" by Vasu Nori · 14 years ago
  41. 70588bf resolved conflicts for merge of 3a2c6bf0 to master by Brad Fitzpatrick · 14 years ago
  42. 3a2c6bf am 69ea4e15: Documentation fixes found over vacation hacking. by Brad Fitzpatrick · 14 years ago
  43. 69ea4e1 Documentation fixes found over vacation hacking. by Brad Fitzpatrick · 14 years ago
  44. a5af5d6 Add support for downgrading database version in SQLiteOpenHelper by Eric Hassold · 14 years ago
  45. c7fe777 treat "can't open database file error" as "database corruption error" by Vasu Nori · 14 years ago
  46. 36c4cec don't call methods doing database lock from a synchronized block by Vasu Nori · 14 years ago
  47. 6141e13 when cursorwindow allocation fails, print the number of cursors left open by Vasu Nori · 14 years ago
  48. 34ad57f0 resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9 by Vasu Nori · 14 years ago
  49. 5274e84 Revert "bug:2448371 cursorwindow size moved to resource xml file." by Vasu Nori · 14 years ago
  50. 2594bae bug:2448371 cursorwindow size moved to resource xml file. by Vasu Nori · 14 years ago
  51. b438902 if db close() fails due to un-closed sql statements, print useful msg by Vasu Nori · 14 years ago
  52. 00e4017 Revert "Merge "print certain rows from downloads.db when bugreports are taken"" by Vasu Nori · 14 years ago
  53. 624002b print certain rows from downloads.db when bugreports are taken by Vasu Nori · 14 years ago
  54. 8565a8e resolved conflicts for merge of 1a2344b8 to master by Jean-Baptiste Queru · 14 years ago
  55. 1a2344b am 09e50cdb: Merge "Reorder lock acquision vs try." by Jean-Baptiste Queru · 14 years ago
  56. 09e50cd Merge "Reorder lock acquision vs try." by Jean-Baptiste Queru · 14 years ago
  57. 0b92c44 am 7ee42771: Merge "resolved conflicts for merge of 8fc378f9 to gingerbread-plus-aosp" into gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  58. f4072fc resolved conflicts for merge of 8fc378f9 to gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  59. 46a8851 Fix NPE in SQLiteDatabase#updateWithOnConflict by Brian Muramatsu · 14 years ago
  60. 8402903 Added buildQuery and buildUnionSubQuery methods without misleading selectionArgs parameter. by Jonas Schwertfeger · 14 years ago
  61. 8fcda30 on readonly databases, don't set journal mode and don't allow WAL by Vasu Nori · 14 years ago
  62. b642518 fix broken build by Vasu Nori · 14 years ago
  63. 7301a23 Let cachefull-warning be under SQLiteDebug.DEBUG_SQL_CACHE flag by Vasu Nori · 14 years ago
  64. b079e7d am c91e4673: am bbd212d7: Merge "Document per-implementation behaviors of native get* methods" by Jean-Baptiste Queru · 14 years ago
  65. ae60b8a am 0b5d57ab: am 715f8610: Merge "Clarify documentation of Cursor get* methods." by Jean-Baptiste Queru · 14 years ago
  66. c91e467 am bbd212d7: Merge "Document per-implementation behaviors of native get* methods" by Jean-Baptiste Queru · 14 years ago
  67. 0b5d57a am 715f8610: Merge "Clarify documentation of Cursor get* methods." by Jean-Baptiste Queru · 14 years ago
  68. 820e9b6 deperecate Cursor requery() and sa, Loader should be used instead by Vasu Nori · 14 years ago
  69. adf4194 Document per-implementation behaviors of native get* methods by Daniel Trebbien · 14 years ago
  70. 65068b09 Clarify documentation of Cursor get* methods. by Daniel Trebbien · 14 years ago
  71. 38767b3 Reorder lock acquision vs try. by Daniel Trebbien · 14 years ago
  72. 02fc2b0 cleanup some of the STOPSHIP comments by Vasu Nori · 14 years ago
  73. 6db9250 Merge "increase sql statement printed in finalier warnings from 100 to 1000" by Vasu Nori · 14 years ago
  74. b73cf1c increase sql statement printed in finalier warnings from 100 to 1000 by Vasu Nori · 14 years ago
  75. 74fb268 when printing cache-full warning, print the sql statements in cache by Vasu Nori · 14 years ago
  76. f0808f8 when printing requery on UI warning, include additional info by Vasu Nori · 14 years ago
  77. 6d97025 STOPSHIP - add illegalStateException to catch potential deadlocks in db by Vasu Nori · 14 years ago
  78. e0ad63b resolved conflicts for merge of 6718b365 to master by Brad Fitzpatrick · 14 years ago
  79. 6718b36 am 32e60c79: Update StrictMode\'s public API. by Brad Fitzpatrick · 14 years ago
  80. 32e60c7 Update StrictMode's public API. by Brad Fitzpatrick · 14 years ago
  81. 2467561 SQLiteDatabase: fix inconsistent locking by Vasu Nori · 14 years ago
  82. 587423a fix this: closing database twice fails with IllegalStateException by Vasu Nori · 14 years ago
  83. 8fef1b7 reduce synchronization on SQLiteDatabase wherever possible by Vasu Nori · 14 years ago
  84. ffe0612 remove public API setConnectionPoolSize() by Vasu Nori · 14 years ago
  85. 5a049b0 temporarily comment out dbstats info code when doing adb bugreport by Vasu Nori · 14 years ago
  86. b745ec9 am 173ea091: Merge "DO NOT MERGE - use appropriate names on SQL numbers in \'adb bugreport\'" into gingerbread by Vasu Nori · 14 years ago
  87. 9540a8d DO NOT MERGE - use appropriate names on SQL numbers in 'adb bugreport' by Vasu Nori · 14 years ago
  88. 4d76d0b STOPSHIP follow up to Change-Id: I392875b62ed270741633f5bffa519932e4a9f985 by Vasu Nori · 14 years ago
  89. 627b331 add new param to device config properties: db connection pool size by Vasu Nori · 14 years ago
  90. 4e874ed don't compile statement for certain SQL statements by Vasu Nori · 14 years ago
  91. 2322119 change error message on cl I392875b62ed270741633f5bffa519932e4a9f985 by Vasu Nori · 14 years ago
  92. 6728ebf STOPSHIP some debugging code to help find reproducible testcases by Vasu Nori · 14 years ago
  93. 5e89ae2 fix compiled statement bugs, synchronization bugs by Vasu Nori · 14 years ago
  94. 90bf7c7 Add AbstractCursor.getNotificationUri. by Makoto Onuki · 14 years ago
  95. 071df26 change TAG value from "Cursor" to "SQLiteCursor" by Vasu Nori · 14 years ago
  96. b83cb7c revert Change-Id: Ic610a0c38e7bd7c77006a08c7b82fa01957739e5 by Vasu Nori · 14 years ago
  97. 5402590 change return type from void to int on execSQL() methods by Vasu Nori · 14 years ago
  98. b729dcc Revert "caching code retooled to reduce locking + handle SMP" by Vasu Nori · 14 years ago
  99. d31211f sql statement with syntax errors can leave database lock in bad state by Vasu Nori · 14 years ago
  100. 992f7d5 caching code retooled to reduce locking + handle SMP by Vasu Nori · 14 years ago