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

  1. b6503f1 Cygwin-centric fixes from Jan Nijtmans. by stephan · 5 months ago
  2. 064b681 First attempt at getting the build to work with Tcl 9.0. by drh · 12 months ago
  3. 55be216 Fix straggler misspellings and tidy the custom dictionary. Also include pickups from [forum:/info/c61fb09afd|forum post c61fb09afd]. by larrybr · 2 years, 1 month ago spell-check
  4. 1e32bed Further refactoring of the schema table name. by drh · 5 years ago
  5. 7617e4a Make sure the SQLITE_TCLAPI macro is always defined. by mistachkin · 9 years ago
  6. 52b1dbb Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. by mistachkin · 9 years ago
  7. 74db356 Correction to check-in [1025873fdf], tighten up the number of static test mutexes. by mistachkin · 10 years ago
  8. 28ae577 Enhance mutex testing to include APP and VFS static mutexes. by mistachkin · 10 years ago
  9. e84d8d3 More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. by mistachkin · 12 years ago
  10. 6d4fb83 Update mutex1.test so that it works with the memsubsys1 permutation (pagecache memory). Change a few instances of SQLITE_MUTEX_STATIC_LRU2 in comments and test code to STATIC_PMEM. by dan · 14 years ago
  11. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  12. 7555d8e Rename the unused MEM2 static mutex to OPEN and reuse it to serialize access by drh · 16 years ago
  13. 9ec3074 In test_mutex.c, zero the global structure staticly instead of in Sqlitetest_mutex_Init(). This is because Sqlitetest_mutex_Init() is now called by each thread during thread tests ((6193)). Test code changes only. (CVS 6279) by danielk1977 · 16 years ago
  14. b8613ab Make sure mutexes are fully enabled for thread001.test. Take steps to by drh · 17 years ago
  15. 5f6d026 Add test cases for sqlite3_db_mutex(). (CVS 5862) by danielk1977 · 17 years ago
  16. b27475b To ensure SQLITE_THREADSAFE is always defined, have test_mutex.c include sqliteInt.h. (CVS 5443) by danielk1977 · 17 years ago
  17. b912f3e Fix the test harness so that it does not try to link against by drh · 17 years ago
  18. 19dd29f Fix a bug in the mutex-testing logic introduced by check-in (5389). (CVS 5390) by drh · 17 years ago
  19. 8a42cbd Enhancements to the testing logic for malloc and mutex. Only permit one by drh · 17 years ago
  20. 9a6284c Add the SQLITE_OPEN_NOMUTEX flag. Used for opening connections that are not protected by an internal mutex. (CVS 5387) by danielk1977 · 17 years ago
  21. c8d7567 Add tests to verify correct behavior when mutex initialization fails. (CVS 5359) by drh · 17 years ago
  22. fb45d8c Testing coverage enhancements. (CVS 5358) by drh · 17 years ago
  23. b21e7c7 Fix a bug in the KEYINFO handling within select.c. Change the OP_Move by drh · 17 years ago
  24. 4a9d1f6 Shuffle some of the mutex related documentation in sqlite.h.in to match the new sqlite3_mutex_methods based API. (CVS 5244) by danielk1977 · 17 years ago
  25. 59f8c08 Implement the 'CONFIG_SINGLETHREAD' and 'CONFIG_MULTITHREAD' configuration modes. (CVS 5234) by danielk1977 · 17 years ago
  26. 1a9ed0b Add some test infrastructure and cases for the new mutex api. (CVS 5230) by danielk1977 · 17 years ago