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

  1. f230541 Ensure that the sqlite3_exec() callback gets the correct number of columns by drh · 6 years ago
  2. 6e11b16 Simplify error handling logic in sqlite3_exec() to save about 40 bytes. by drh · 8 years ago
  3. 5c258dc Change two MallocZero() calls into MallocRaw() to avoid unnecessary memset(). by drh · 8 years ago
  4. fad3039 Enhance ability to debug out-of-memory errors. by mistachkin · 9 years ago
  5. 4a642b6 Improvements to the way that OOM errors are processed. by drh · 9 years ago
  6. 09e6054 Complete the implementation of the various APIs. Fix several problems. by drh · 11 years ago
  7. 13f40da Split the sqlite3Error() routine into sqlite3Error() and by drh · 11 years ago
  8. ddb17ca Updates to evidence marks and requirements. No changes to code. by drh · 11 years ago
  9. 6062531 Increase the default SQLITE_MAX_SCHEMA_RETRY to 50. Make sure that macro by drh · 12 years ago
  10. 413c3d3 Continuing improvements to error reporting and the sqlite3_log() routine. by drh · 15 years ago
  11. 87f5c5f Manually copy over the rebustness fixes from the apple-osx branch. by drh · 16 years ago
  12. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  13. 410b6bb Enhancement to (6844). If sqlite3_exec() is to return SQLITE_NOMEM because it fails to allocate space for an error message, set the database error-code to SQLITE_NOMEM too. (CVS 6962) by danielk1977 · 16 years ago
  14. 6bef648 Cause sqlite3_exec() to return SQLITE_NOMEM if it cannot allocate memory to by drh · 16 years ago
  15. 76aeb34 Minor changes to the sqlite3_exec() implementation in legacy.c by drh · 16 years ago
  16. 238746a Fix a couple of fairly obscure cases where an assert() could fail following a malloc failure. (CVS 6360) by danielk1977 · 16 years ago
  17. 78ca0e7 When not compiling for an EBCDIC system, use built-in alternatives to the tolowe by danielk1977 · 17 years ago
  18. ea67883 Never use strlen(). Use our own internal sqlite3Strlen30() which is by drh · 17 years ago
  19. 701bb3b Additional coverage testing. Fix a segfault following OOM in by drh · 17 years ago
  20. 633e6d5 Implement the "lookaside" memory allocation cache. Use of this cache makes by drh · 17 years ago
  21. e5ae573 Continuing work on the new memory allocation subsystem. by drh · 17 years ago
  22. 35c6190 Changes to the error handling policies of sqlite3_exec() to make them by drh · 17 years ago
  23. f50bebf Improvements to API documentation. The sqlite3_exec() function now by drh · 17 years ago
  24. 3b6f734 Defer allocating memory space to hold the array of column values and by drh · 17 years ago
  25. a7a8e14 Where possible, avoid freeing buffers allocated for vdbe memory cells in case they can be reused. (CVS 4783) by danielk1977 · 17 years ago
  26. a1644fd Modifications to the malloc failure tests to test transient and persistent failures. (CVS 4321) by danielk1977 · 18 years ago
  27. f3a65f7 The malloc.test script now passes all tests with no errors. (CVS 4271) by drh · 18 years ago
  28. 29278e3 Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255) by drh · 18 years ago
  29. 1743575 Half-way through a major refactoring of the memory allocation. by drh · 18 years ago
  30. 5bb3eb9 Eliminate all uses of sprintf() and strcpy(). These were not being by drh · 18 years ago
  31. e0e11e2 Fix a bug in the sqlite3_changes() function reported on the mailing list. (CVS 3868) by drh · 18 years ago
  32. 4ac285a Add support for extended result codes - additional result information by drh · 19 years ago
  33. 28dd479 Publish APIs sqlite3_malloc() and sqlite3_realloc() that use the OS-layer by drh · 19 years ago
  34. 43617e9 Code changes resulting from Coverity analysis. by drh · 19 years ago
  35. 158ff67 Work around buggy malloc() implementations that cause problems on malloc(0). by drh · 19 years ago
  36. 54f0198 Change sqlite3MallocClearFailed() calls to sqlite3ApiExit(), a better API. (CVS 2970) by danielk1977 · 20 years ago
  37. 6f7adc8 Automatically deallocate thread-specific data when it is no longer by drh · 20 years ago
  38. e501b89 Rename DbSchema to "Schema" and SqliteTsd to "ThreadData". (CVS 2893) by danielk1977 · 20 years ago
  39. 7ddad96 Fix minor malloc() related problems and add sqlite3_soft_heap_limit() stubs. (CVS 2814) by danielk1977 · 20 years ago
  40. 261919c Some elements of the new malloc() failure handling. Not all cases work properly yet. Also, library is not threadsafe if malloc() fails right now. (CVS 2800) by danielk1977 · 20 years ago
  41. 12057d5 Fix more name collisions. Allow sqlite.h and sqlite3.h to both be included by drh · 21 years ago
  42. 9bb575f Fix a naming conflict between sqlite versions 2 and 3. An open sqlite3 by drh · 21 years ago
  43. 71c697e Fix problems in the handling of malloc failures. (CVS 1882) by drh · 21 years ago
  44. 4c755c0 Make sure the argument to ctype.h macros is always an unsigned character. by drh · 21 years ago
  45. 4f26d6c Refactoring of the vdbe Mem functions and the APIs that deal with them. by drh · 21 years ago
  46. fc57d7b Use the new API calls more consistently. (CVS 1459) by danielk1977 · 21 years ago
  47. 98d3067 Add file legacy.c with old APIs. (CVS 1456) by danielk1977 · 21 years ago