1. d218365 Fix ownership of CursorWindows across processes. Bug: 5332296 by Jeff Brown · 13 years ago
  2. 270928b Merge changes Idbfeb3cc,I03e8e2e7,Iff9eed78 by Jeff Brown · 13 years ago
  3. 7ce7452 Clean up CursorWindow lifetime. Bug: 5332296 by Jeff Brown · 13 years ago
  4. f0a9181 Merge "Clean up CursorWindow code. Bug: 5332296" by Jeff Brown · 13 years ago
  5. 3bc6bbc Clean up CursorWindow code. Bug: 5332296 by Jeff Brown · 13 years ago
  6. ad9e8b1 Disable db_sample logging by Christopher Tate · 13 years ago
  7. 661cd52 Add progress dialog for booting after an upgrade. by Dianne Hackborn · 13 years ago
  8. 9f66c65 Remove the obsolete function that is not used anymore by Daniel Lehmann · 13 years ago
  9. 50b1f8d Enable strict mode as a public api to catch sql injections by Daniel Lehmann · 13 years ago
  10. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  11. cc1eaf6 bug:4090903 allow bindargs on attach database statement by Vasu Nori · 13 years ago
  12. 16057fa fix broken logTimeStat stuff by Vasu Nori · 13 years ago
  13. 32c80a2 Handle rename of LruCache.entryEvicted to entryRemoved by Jesse Wilson · 14 years ago
  14. dae6d37 Revert "turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed" by Paul Westbrook · 14 years ago
  15. c5d0fbb Merge "add more debug info to help (bug:3446432)" by Vasu Nori · 14 years ago
  16. e9714e6 add more debug info to help (bug:3446432) by Vasu Nori · 14 years ago
  17. dfe515e Remove LruCache.setMaxSize(). by Jesse Wilson · 14 years ago
  18. c2c9a24 Don't add setMaxSize() to the LruCache API. But do add maxSize(). by Jesse Wilson · 14 years ago
  19. 9b5a935 Adopt LRU cache in SQLite. by Jesse Wilson · 14 years ago
  20. d67dbee turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed by Vasu Nori · 14 years ago
  21. d4608a3 while waiting for lock, try in 30sec intervals and print warnings if no lock by Vasu Nori · 14 years ago
  22. 83ff97d bug:3385018 don't print finalizer warnings under certain conditions by Vasu Nori · 14 years ago
  23. a017eda bug:3398527 return List insttead of ArrayList from public API by Vasu Nori · 14 years ago
  24. 4b92aee bug:3396894 (HC branch) remove STOPSHIP code by Vasu Nori · 14 years ago
  25. 3045bba bug:3330569 print better message to help debug the problem by Vasu Nori · 14 years ago
  26. 324dbe5 in requery(), when exception is caught, print warning + stacktrace by Vasu Nori · 14 years ago
  27. ca74897 in GB requery() didn't throw exceptions (mostly). replicate that in HC by Vasu Nori · 14 years ago
  28. a22d884 set default mode of WAL to be off. by Vasu Nori · 14 years ago
  29. 6a904bc Revert "treat 'can't open database file error' as 'database corruption error'" by Vasu Nori · 14 years ago
  30. 70588bf resolved conflicts for merge of 3a2c6bf0 to master by Brad Fitzpatrick · 14 years ago
  31. 3a2c6bf am 69ea4e15: Documentation fixes found over vacation hacking. by Brad Fitzpatrick · 14 years ago
  32. 69ea4e1 Documentation fixes found over vacation hacking. by Brad Fitzpatrick · 14 years ago
  33. a5af5d6 Add support for downgrading database version in SQLiteOpenHelper by Eric Hassold · 14 years ago
  34. c7fe777 treat "can't open database file error" as "database corruption error" by Vasu Nori · 14 years ago
  35. 36c4cec don't call methods doing database lock from a synchronized block by Vasu Nori · 14 years ago
  36. 34ad57f0 resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9 by Vasu Nori · 14 years ago
  37. 5274e84 Revert "bug:2448371 cursorwindow size moved to resource xml file." by Vasu Nori · 14 years ago
  38. 2594bae bug:2448371 cursorwindow size moved to resource xml file. by Vasu Nori · 14 years ago
  39. b438902 if db close() fails due to un-closed sql statements, print useful msg by Vasu Nori · 14 years ago
  40. 00e4017 Revert "Merge "print certain rows from downloads.db when bugreports are taken"" by Vasu Nori · 14 years ago
  41. 624002b print certain rows from downloads.db when bugreports are taken by Vasu Nori · 14 years ago
  42. 8565a8e resolved conflicts for merge of 1a2344b8 to master by Jean-Baptiste Queru · 14 years ago
  43. 1a2344b am 09e50cdb: Merge "Reorder lock acquision vs try." by Jean-Baptiste Queru · 14 years ago
  44. 09e50cd Merge "Reorder lock acquision vs try." by Jean-Baptiste Queru · 14 years ago
  45. 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
  46. f4072fc resolved conflicts for merge of 8fc378f9 to gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  47. 46a8851 Fix NPE in SQLiteDatabase#updateWithOnConflict by Brian Muramatsu · 14 years ago
  48. 8402903 Added buildQuery and buildUnionSubQuery methods without misleading selectionArgs parameter. by Jonas Schwertfeger · 14 years ago
  49. 8fcda30 on readonly databases, don't set journal mode and don't allow WAL by Vasu Nori · 14 years ago
  50. b642518 fix broken build by Vasu Nori · 14 years ago
  51. 7301a23 Let cachefull-warning be under SQLiteDebug.DEBUG_SQL_CACHE flag by Vasu Nori · 14 years ago
  52. 820e9b6 deperecate Cursor requery() and sa, Loader should be used instead by Vasu Nori · 14 years ago
  53. 38767b3 Reorder lock acquision vs try. by Daniel Trebbien · 14 years ago
  54. 02fc2b0 cleanup some of the STOPSHIP comments by Vasu Nori · 14 years ago
  55. 6db9250 Merge "increase sql statement printed in finalier warnings from 100 to 1000" by Vasu Nori · 14 years ago
  56. b73cf1c increase sql statement printed in finalier warnings from 100 to 1000 by Vasu Nori · 14 years ago
  57. 74fb268 when printing cache-full warning, print the sql statements in cache by Vasu Nori · 14 years ago
  58. f0808f8 when printing requery on UI warning, include additional info by Vasu Nori · 14 years ago
  59. 6d97025 STOPSHIP - add illegalStateException to catch potential deadlocks in db by Vasu Nori · 14 years ago
  60. e0ad63b resolved conflicts for merge of 6718b365 to master by Brad Fitzpatrick · 14 years ago
  61. 32e60c7 Update StrictMode's public API. by Brad Fitzpatrick · 14 years ago
  62. 2467561 SQLiteDatabase: fix inconsistent locking by Vasu Nori · 14 years ago
  63. 587423a fix this: closing database twice fails with IllegalStateException by Vasu Nori · 14 years ago
  64. 8fef1b7 reduce synchronization on SQLiteDatabase wherever possible by Vasu Nori · 14 years ago
  65. ffe0612 remove public API setConnectionPoolSize() by Vasu Nori · 14 years ago
  66. 5a049b0 temporarily comment out dbstats info code when doing adb bugreport by Vasu Nori · 14 years ago
  67. 9540a8d DO NOT MERGE - use appropriate names on SQL numbers in 'adb bugreport' by Vasu Nori · 14 years ago
  68. 4d76d0b STOPSHIP follow up to Change-Id: I392875b62ed270741633f5bffa519932e4a9f985 by Vasu Nori · 14 years ago
  69. 627b331 add new param to device config properties: db connection pool size by Vasu Nori · 14 years ago
  70. 4e874ed don't compile statement for certain SQL statements by Vasu Nori · 14 years ago
  71. 2322119 change error message on cl I392875b62ed270741633f5bffa519932e4a9f985 by Vasu Nori · 14 years ago
  72. 6728ebf STOPSHIP some debugging code to help find reproducible testcases by Vasu Nori · 14 years ago
  73. 5e89ae2 fix compiled statement bugs, synchronization bugs by Vasu Nori · 14 years ago
  74. 071df26 change TAG value from "Cursor" to "SQLiteCursor" by Vasu Nori · 14 years ago
  75. b83cb7c revert Change-Id: Ic610a0c38e7bd7c77006a08c7b82fa01957739e5 by Vasu Nori · 14 years ago
  76. 5402590 change return type from void to int on execSQL() methods by Vasu Nori · 14 years ago
  77. b729dcc Revert "caching code retooled to reduce locking + handle SMP" by Vasu Nori · 14 years ago
  78. d31211f sql statement with syntax errors can leave database lock in bad state by Vasu Nori · 14 years ago
  79. 992f7d5 caching code retooled to reduce locking + handle SMP by Vasu Nori · 14 years ago
  80. 1966632 remove unnecessary synchronization object from SQLiteClosable. by Vasu Nori · 14 years ago
  81. b18f27d Return count of rows in a resultset only once (when startPos = 0) by Vasu Nori · 14 years ago
  82. 441fcf1 remove some useless code and add some code to aid in debugging by Vasu Nori · 14 years ago
  83. 422dad0 android change to handle Change-Id: Idbeed81b5b7349059e467b33a8641abf0b4aaeff by Vasu Nori · 14 years ago
  84. bfe1dc2 fix isIntegrityCheck() & add a sample impl class and test for DatabaseErrorHandler by Vasu Nori · 14 years ago
  85. cc6f549 SQLiteOpenHelper should discard closed singleton database objects by Vasu Nori · 14 years ago
  86. 9a8bc78 weird java bug. bug:2941509 by Vasu Nori · 14 years ago
  87. a006b472 New API and implementation of DB and memory-backed FDs by Bjorn Bringert · 14 years ago
  88. 0732f79 random but useful stuff by Vasu Nori · 14 years ago
  89. e7fa4ae before shipping, remove stacktrace printing in requery-warning msg by Vasu Nori · 14 years ago
  90. ce38b98 do begin-end transaction before standalone insert/update/delete sql by Vasu Nori · 14 years ago
  91. dea9713 expose more sqlite errors as exceptions by Vasu Nori · 14 years ago
  92. c3a8c8a am a4ab2651: am 4d544376: am 86c035f0: Merge "COMMENT ONLY change to clarify ContentProvider documentation." into froyo by Brad Fitzpatrick · 14 years ago
  93. 4d54437 am 86c035f0: Merge "COMMENT ONLY change to clarify ContentProvider documentation." into froyo by Brad Fitzpatrick · 14 years ago
  94. 6fcc0f073 COMMENT ONLY change to clarify ContentProvider documentation. by Dan Egnor · 14 years ago
  95. fb16cbd add new API in SQLiteStatement to deprecate another. by Vasu Nori · 14 years ago
  96. 9567513 deprecate synctable methods and remove associated private methods by Vasu Nori · 14 years ago
  97. 65a8883 don't store mDatabase in SQLiteCursor as it is already in SQLiteQuery by Vasu Nori · 14 years ago
  98. 7b04c41 make disableWriteAheadLogging method public so apps can disable WAL by Vasu Nori · 14 years ago
  99. 9d9c1be SQLiteDatabase: Add mechanism for registering custom sqlite3 functions by Mike Lockwood · 14 years ago
  100. e25539f reduce locking when using SQLiteStatement by Vasu Nori · 14 years ago