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

  1. 065c0a6 Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more sentinel arguments for TCL variadic functions which specifically need a NULL trailing argument. With this, 'make test' on cygwin runs to completion for me, with 134 of 329227 tests failing. MSC build fails the same 13 tests which fail for me in trunk. by stephan · 4 months ago
  2. b6503f1 Cygwin-centric fixes from Jan Nijtmans. by stephan · 5 months ago
  3. 064b681 First attempt at getting the build to work with Tcl 9.0. by drh · 12 months ago
  4. 7617e4a Make sure the SQLITE_TCLAPI macro is always defined. by mistachkin · 9 years ago
  5. 52b1dbb Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. by mistachkin · 9 years ago
  6. afc14f7 Experimental simplification of memory flags/type handling. by mistachkin · 11 years ago noMemType
  7. 1b27b8c Faster and smaller implementation of sqlite3_value_type(). by drh · 11 years ago
  8. caffb1a Fix compiler warnings in the TCL test harness. by drh · 13 years ago
  9. b975598 Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree() and by drh · 15 years ago
  10. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  11. 44a376f Fix further warnings/compilation errors in test code. (CVS 5558) by danielk1977 · 17 years ago
  12. 633e6d5 Implement the "lookaside" memory allocation cache. Use of this cache makes by drh · 17 years ago
  13. b21c8cd The sqlite3_value object now carries an sqlite3* pointer to use for by drh · 18 years ago
  14. 29278e3 Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255) 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. 1743575 Half-way through a major refactoring of the memory allocation. by drh · 18 years ago
  17. ee85813 Fix the amalgamation generator so that all non-API functions have file scope. (CVS 3958) by drh · 18 years ago
  18. 03d847e More annoying and pointless signedness warnings fixed. (CVS 2811) by drh · 20 years ago
  19. 6c62608 The SQLITE_OMIT_UTF16 macro now removes lots of code and all tests still pass. (CVS 2100) by drh · 21 years ago
  20. 7657240 Modifications to the journal format to make it more robust. (CVS 1686) by danielk1977 · 21 years ago
  21. 1ba1b55 Improve test coverage of utf.c. (CVS 1678) by danielk1977 · 21 years ago
  22. bfd6cce Optimisation for unicode encoding conversion routines. (CVS 1614) by danielk1977 · 21 years ago
  23. dc8453f Use the SQLITE_UTF* symbols instead of the old internal TEXT_Utf* symbols. (CVS 1572) by danielk1977 · 21 years ago
  24. 0202b29 Some progress on user-defined collation sequences. (CVS 1544) by danielk1977 · 21 years ago
  25. 24162fe Move the 'busy-callback' logic to the pager layer. (CVS 1527) by danielk1977 · 21 years ago
  26. df01489 Remove the sqlite3_libencoding() api and the ISO8859 encoding option. (CVS 1523) by drh · 21 years ago
  27. 9c05483 Change all SQLITE3 preprocessor macros to SQLITE. Documentation updates. (CVS 1511) by drh · 21 years ago
  28. b1bc953 Steps towards UTF-16 databases. Some tests are failing because of this by danielk1977 · 21 years ago
  29. 295ba55 Tests for text encoding conversion functions. Also new sqlite3_bindXX APIs. (CVS 1400) by danielk1977 · 21 years ago
  30. 4adee20 Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the by danielk1977 · 21 years ago
  31. 697e6e2 Fix compilation problem in test5.c (CVS 1318) by danielk1977 · 21 years ago
  32. 998b56c Add code to convert between the various supported unicode encoding schemes. by danielk1977 · 21 years ago