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. c7d7ebd Add memory barriers to multi-threaded code in test4.c. by dan · 3 years, 2 months ago
  5. 067b92b Extend the refactoring into extensions. Clean up stray newlines. by drh · 5 years ago
  6. 0e1a574 Change the name of some internal testing interfaces to avoid a name by drh · 6 years ago
  7. 7617e4a Make sure the SQLITE_TCLAPI macro is always defined. by mistachkin · 9 years ago
  8. 52b1dbb Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. by mistachkin · 9 years ago
  9. 65545b5 Eliminate all use of sprintf(), strcpy() and strcat() from test logic because by drh · 11 years ago
  10. e84d8d3 More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. by mistachkin · 12 years ago
  11. d040e76 Add new primary error codes SQLITE_NOTICE and SQLITE_WARNING for use with by drh · 12 years ago
  12. d557843 Fix all known instances of 'repeated the' style typos in comments. No changes to code. by mistachkin · 13 years ago
  13. 3a2d29f Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX from testfixture source; by shaneh · 14 years ago
  14. b975598 Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree() and by drh · 15 years ago
  15. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  16. 11b3879 Trying to open a transaction in one thread and close it in another is a misuse with LinuxThreads. Doing so may cause memory and file-descriptors to be leaked. Update an assert() and some test cases to account for this. by dan · 16 years ago
  17. eec556d Added SQLITE_OMIT_DEPRECATED compile time option to leave out deprecated functions. Updated test scripts to skip tests of deprecated functions if they are compiled out. (CVS 5808) by shane · 17 years ago
  18. 633e6d5 Implement the "lookaside" memory allocation cache. Use of this cache makes by drh · 17 years ago
  19. 29bafea Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", "OS_WIN", "OS_WINCE", "OS_OS2" and "OS_OTHER" are now "SQLITE_OS_UNIX", "SQLITE_OS_WIN", "SQLITE_OS_WINCE", "SQLITE_OS_OS2" and "SQLITE_OS_OTHER", respectively. (CVS 5311) by danielk1977 · 17 years ago
  20. cab5ed7 Get the quick.test script running with SQLITE_THREADSAFE enabled. (CVS 4269) by drh · 18 years ago
  21. 29278e3 Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255) by drh · 18 years ago
  22. d677b3d Work toward multithreading support. Currently crashes quickly on a test. (CVS 4253) by drh · 18 years ago
  23. 1743575 Half-way through a major refactoring of the memory allocation. by drh · 18 years ago
  24. 52fc849 Detect integer overflow in the abs() function. The random() function by drh · 19 years ago
  25. 24bd82c Fix some compiler warnings. (CVS 2983) by drh · 20 years ago
  26. 64b1bea Add tests and fix bugs in the new cross-thread lock resolution code. by drh · 20 years ago
  27. b4bc705 Testing of the automatic TSD deallocation logic. The sqlite3_thread_cleanup() by drh · 20 years ago
  28. 2db0bbc Improve the error message associated with SQLITE_FULL. Ticket #1353. by drh · 20 years ago
  29. 9bb575f Fix a naming conflict between sqlite versions 2 and 3. An open sqlite3 by drh · 21 years ago
  30. 4c755c0 Make sure the argument to ctype.h macros is always an unsigned character. by drh · 21 years ago
  31. 4f057f9 Remove the third argument from the sqlite3_open() API. (CVS 1540) by danielk1977 · 21 years ago
  32. 3f4fedb Change the name of the sqlite3_freemem API function to just sqlite3_free. (CVS 1512) by drh · 21 years ago
  33. 4f26d6c Refactoring of the vdbe Mem functions and the APIs that deal with them. by drh · 21 years ago
  34. fc57d7b Use the new API calls more consistently. (CVS 1459) by danielk1977 · 21 years ago
  35. 8029086 Use the new form of the sqlite3_open() API everywhere. (CVS 1437) by danielk1977 · 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. 1bdd9b5 Get the temp_store and default_temp_store pragmas working. Update the by drh · 21 years ago
  39. 2fd2fa0 Fix some minor problems with the new test4.c module used for doing thread by drh · 22 years ago
  40. a6064dc Add new thread-testing code and fix locking under Linux threads. Ticket #530. (CVS 1137) by drh · 22 years ago