1. 035ad5f DO NOT MERGE - fix FTS3 column pointer handling by JP Sugarbroad · 7 years ago fp2-m-sibon fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 693f9c6 sqlite: upgrade to SQLite 3.8.10.2 by Nick Kralevich · 9 years ago
  3. 3a6c79f sqlite: upgrade to SQLite 3.8.10 by Nick Kralevich · 9 years ago
  4. 3fcd43a sqlite: upgrade to SQLite 3.8.9 by Nick Kralevich · 9 years ago
  5. 0266b37 Revert "Store inodes in unsigned long long" by Narayan Kamath · 9 years ago
  6. 006c797 Store inodes in unsigned long long by Martin Storsjo · 10 years ago
  7. 9bee60b Upgrade SQLite to v3.8.6. by Jeff Brown · 10 years ago
  8. 1c7cea3 sqlite: upgrade to SQLite 3.8.5 by Nick Kralevich · 10 years ago
  9. 8fecf56 sqlite: upgrade to SQLite 3.8.4.3 by Nick Kralevich · 10 years ago
  10. a586535 disable fts3_tokenizer by Nick Kralevich · 10 years ago
  11. fea8545 Fix for fts backward compatibility of previous commit by yi.jang · 11 years ago
  12. 6bbf67c Merge changes Ieecda65d,Idf3cbdab by Jeffrey Brown · 11 years ago
  13. 6ab557b Fix bugs of database corruption following IO error on systems supporting atomic-write by Yongil Jang · 11 years ago
  14. 1eb051d Fix bugs of sqlite that returns SIGBUS on disk full in WAL mode by git-lg-database.lge.com · 12 years ago
  15. 123fdf4 Change android fix for fts backward compatibility patch of sqlite3.c for newer sqlite version by git-lg-database.lge.com · 12 years ago
  16. 42c3f41 Add more logging to track down disk I/O errors. by Jeff Brown · 12 years ago
  17. c82acac Upgrade to SQLite 3.7.11. by Jeff Brown · 12 years ago
  18. 3ab5bec Use fdatasync() to improve performance. by Jeff Brown · 12 years ago
  19. e667f09 Remove custom SQLITE_UNCLOSED error code. by Jeff Brown · 12 years ago
  20. af4ab8b Fix pread64 / pwrite64 signatures for Bionic. by Jeff Brown · 12 years ago
  21. 90ed05d Upgrade SQLite to 3.7.10. by Jeff Brown · 12 years ago
  22. 6620e52 more sqlite logging and handling of EINTR by Vasu Nori · 13 years ago
  23. eadd0b9 bug:3353077 posible fix from sqlite authors.. by Vasu Nori · 13 years ago
  24. 7546d48 Turn down the walTrace logs by Paul Westbrook · 13 years ago
  25. 7682afb Enable sqlite wal logging by Paul Westbrook · 13 years ago
  26. 95c34ed latest and stable version of sqlite by Vasu Nori · 13 years ago
  27. de2b324 latest sqlite version from http://www.sqlite.org/draft/download.html by Vasu Nori · 14 years ago
  28. 5b048ae when dbclose fails, raise specific error from sqlite by Vasu Nori · 14 years ago
  29. e402679 add Change-Id:If9542ae913b7ab90d1524c6e247fd64c4f8319e0 to master by Vasu Nori · 14 years ago
  30. ebc6b24 latest sqlite with fix for WAL-caued corruption by Vasu Nori · 14 years ago
  31. 176bf03 latest sqlite WAL code with fix for schema changes bug by Vasu Nori · 14 years ago
  32. 71504cf sqlite with write-ahead-logging changes. alpha/beta quality by Vasu Nori · 14 years ago
  33. d86d990 Revert "sqlite3 write-ahead-logging. alpha/beta quality code being checked-in" by Jim Shuma · 14 years ago
  34. 187750b sqlite3 write-ahead-logging. alpha/beta quality code being checked-in by Vasu Nori · 14 years ago
  35. cf253ad move some android code out of sqlite3.c by Vasu Nori · 14 years ago
  36. 904607b add FTS3 _backward_compatibility mode to let apps use FTS1 or 2. by Vasu Nori · 14 years ago
  37. e523d00 sqlite should assume corruption if file header is bad by Vasu Nori · 14 years ago
  38. ebcc71f apply couple of bug fixes from sqlite by Vasu Nori · 14 years ago
  39. 1ce7bca remove dead code by Vasu Nori · 14 years ago
  40. 049406b merge vacuum bug fix from http://www.sqlite.org/src/info/e534223435 by Vasu Nori · 14 years ago
  41. aae12b8 take # 2: update sqlite. now it builds on Mac also. by Vasu Nori · 14 years ago
  42. 9d9edcf revert to old ersion until sqlite3.c builds correctly on mac by Vasu Nori · 14 years ago
  43. cd1b545 get latest sqlite from froyo branch created by richard hipp @ sqlite by Vasu Nori · 14 years ago
  44. e568ad0 fix to address bug:2454891 by Vasu Nori · 14 years ago
  45. 64417c9 add more log statements to debug # 2419869 (like CL 41134) by Vasu Nori · 14 years ago
  46. 2c792c9 update SOURCE_ID string in sqlite3.c to print the correct version by Vasu Nori · 14 years ago
  47. a0a2703 add more log statements to help debug 2419869 by Vasu Nori · 14 years ago
  48. 61cde95 when sqlite encounters SQLITE_MISUE error, cause segfault. STOPSHIP. by Vasu Nori · 14 years ago
  49. 282bc14 revert a not-so-useful CL: 36e3a0c245c8985614630de04606907832a1c3c9 by Vasu Nori · 14 years ago
  50. 78c2832 a performance patch from sqlite authors for 3.6.22. by Vasu Nori · 14 years ago
  51. cc9b3ca remove temp dir to store journals - stored where the db file is at. by Vasu Nori · 14 years ago
  52. 36e3a0c Add more debugging info when database close() fails. by Vasu Nori · 14 years ago
  53. 690bfc9 don't need groupConcat func written for android by Vasu Nori · 14 years ago
  54. f42bc64 on unsupported_file_format error, throw DBcorruption error (master branch) by Vasu Nori · 14 years ago
  55. a4356a0 upgrade sqlite from 3.5.9 to 3.6.22 by Vasu Nori · 14 years ago
  56. 345cf30 add eventlog entry for all corruption cases in sqlite3.c. by Vasu Nori · 14 years ago
  57. 7790ef5 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  58. 9764ace auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  59. 6005ac6 Initial Contribution by The Android Open Source Project · 16 years ago
  60. 6ca1d4f external/sqlite 3.6.3 by Upstream · 54 years ago