Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. fad3039 Enhance ability to debug out-of-memory errors. by mistachkin · 9 years ago
  2. 597d2b6 Change sqlite3ApiExit() so that its first argument is never NULL. by drh · 10 years ago
  3. 50c7bb6 Remove a variable initializion to silence a harmless compiler warning. by drh · 10 years ago
  4. cd54bab Minor fixes and enhancements to the SQLITE_ENABLE_API_ARMOR functionality. by mistachkin · 11 years ago
  5. 9ca9573 Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in by drh · 11 years ago
  6. 60ec914 Fix typos in comments. No code changes. by peter.d.reid · 11 years ago
  7. 9978c97 Remove the obsolete sqlite3SafetyOn() mechanism. Add additional logging by drh · 15 years ago
  8. c7d526e Modified statement machine in sqlite3_complete() to return 0 on empty string. by shaneh · 16 years ago
  9. af2b572 Use the sqlite3CtypeMap[] to improve the speed and reduce the size of the by drh · 16 years ago
  10. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  11. 709915d Enhance sqlite3_complete() so that it understands EXPLAIN QUERY PLAN. by drh · 16 years ago
  12. 40257ff Progress toward implementation of sqlite3_config() and a rework of the by drh · 17 years ago
  13. 46c99e0 Work around problem with forward declarations of constants in MSVC by drh · 18 years ago
  14. b21c8cd The sqlite3_value object now carries an sqlite3* pointer to use for by drh · 18 years ago
  15. 1e53695 More work on refactoring of malloc() interfaces. There are still many errors. (CVS 4233) by danielk1977 · 18 years ago
  16. 54f0198 Change sqlite3MallocClearFailed() calls to sqlite3ApiExit(), a better API. (CVS 2970) by danielk1977 · 20 years ago
  17. 7ddad96 Fix minor malloc() related problems and add sqlite3_soft_heap_limit() stubs. (CVS 2814) by danielk1977 · 20 years ago
  18. a2b902d Split the sqlite3_complete() API out into a separate source file so that by drh · 20 years ago