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

  1. d924e7b Use the sqlite3Realloc() interface internally, rather than the public by drh · 5 years ago
  2. 8674e49 If compiled with SQLITE_INLINE_MEMCPY, all memcpy() calls are replaced with by drh · 9 years ago
  3. fad3039 Enhance ability to debug out-of-memory errors. by mistachkin · 9 years ago
  4. f3cdcdc Use sqlite3_malloc64() in place of sqlite3_malloc() internally. by drh · 10 years ago
  5. cd54bab Minor fixes and enhancements to the SQLITE_ENABLE_API_ARMOR functionality. by mistachkin · 11 years ago
  6. 9ca9573 Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in by drh · 11 years ago
  7. 3329a63 Fix compiler warnings and change the nullMem structure initializer into a by drh · 11 years ago
  8. da4ca9d Add new APIs that take 64-bit length parameters: by drh · 11 years ago
  9. 60ec914 Fix typos in comments. No code changes. by peter.d.reid · 11 years ago
  10. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  11. 73d34e9 Simplifications and additional comments on the sqlite3_get_table() by drh · 16 years ago
  12. 770b3cb Make sure the *pzErrMsg return from sqlite3_get_table() is aways zeroed. by drh · 17 years ago
  13. ea67883 Never use strlen(). Use our own internal sqlite3Strlen30() which is by drh · 17 years ago
  14. aa78bec Get rid of more silly compiler warnings. (CVS 5996) by drh · 17 years ago
  15. 1fc4129 Added macros to convert between 32-bit ints and 64-bit ptrs to avoid compiler warnings. (CVS 5378) by shane · 17 years ago
  16. 822a516 Add more version tags to files that lack them. Ticket #3120. (CVS 5137) by danielk1977 · 17 years ago
  17. 7209c69 Remove all references to sqlite3_intptr_t. (CVS 5051) by drh · 17 years ago
  18. a9e852b Handle non-autoconf build correctly with new changes (CVS 4832) by mlcreech · 17 years ago
  19. 12d4082 Use intptr_t definition to silence warnings about ptr-int casts (CVS 4824) by mlcreech · 17 years ago
  20. d2b3e23 Testing coverage enhancements to sqlite3_get_table() and to the SELECT by drh · 17 years ago
  21. 01495b9 Improvements to test coverage in the lemon-generated parser and in the by drh · 17 years ago
  22. 26783a5 Use the DbMalloc() and DbRealloc() functions more consistently. (CVS 4323) by danielk1977 · 18 years ago
  23. 1e53695 More work on refactoring of malloc() interfaces. There are still many errors. (CVS 4233) by danielk1977 · 18 years ago
  24. 5bb3eb9 Eliminate all uses of sprintf() and strcpy(). These were not being by drh · 18 years ago
  25. 4ac285a Add support for extended result codes - additional result information by drh · 19 years ago
  26. 2cc5569 Better handling of NULL column names. (CVS 3317) by drh · 19 years ago
  27. 28dd479 Publish APIs sqlite3_malloc() and sqlite3_realloc() that use the OS-layer by drh · 19 years ago
  28. 78aecb7 Make sure pointers are always aligned to 8-bytes when creating internal by drh · 19 years ago
  29. 22465ce Make sure sqliteInt.h is included before any system includes. by drh · 20 years ago
  30. ec7429a More efficient handling of the LIMIT clause. Scalar subqueries and EXISTS by drh · 20 years ago
  31. ff55c35 Add the SQLITE_OMIT_GET_TABLE compile-time flag. (CVS 2740) by drh · 20 years ago
  32. c60d044 Allow functions to be created when there are outstanding VMs. by drh · 21 years ago
  33. ae29ffb Code cleanup: get rid of the sqlite3SetNString utility function. (CVS 1984) by drh · 21 years ago
  34. 9bb575f Fix a naming conflict between sqlite versions 2 and 3. An open sqlite3 by drh · 21 years ago
  35. 779c6a0 Improved test coverage of table.c and printf.c. (CVS 1762) by drh · 21 years ago
  36. 6f8a503 Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1338) by danielk1977 · 21 years ago
  37. 4adee20 Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the by danielk1977 · 21 years ago
  38. 4174398 Always use "(char*)0" to terminate the argument list of sqliteSetString(). by drh · 22 years ago
  39. 9335247 Fix memory allocation problem in the sqlite_get_table() API. Ticket #315. (CVS 976) by drh · 22 years ago
  40. f1a7a13 The sqlite_get_table() function now returns an error if you pass in two by drh · 23 years ago
  41. 8e0a2f9 Added support for user-defined normal functions. Support for user-defined by drh · 23 years ago
  42. 9f71c2e Added "const" to lots of "char*" parameters in the API. (CVS 298) by drh · 24 years ago
  43. 6d4abfb More changes for 2.0.7. (CVS 293) by drh · 24 years ago
  44. 01a3466 2.0.7 (CVS 292) by drh · 24 years ago
  45. 6a53534 Version 2.0.6 (CVS 291) by drh · 24 years ago
  46. b19a2bc Disclaimed copyright. Preparing for release 2.0. (CVS 250) by drh · 24 years ago
  47. daffd0e better handling of out-of-memory errors (CVS 207) by drh · 24 years ago
  48. 8c82b35 speed tweaks and documentation updates (CVS 167) by drh · 25 years ago
  49. 7c68d60 Misc cleanup. Notes on compiling for Win95. (CVS 152) by drh · 25 years ago
  50. e371033 :-) (CVS 147) by drh · 25 years ago