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

  1. fad3039 Enhance ability to debug out-of-memory errors. by mistachkin · 9 years ago
  2. 17db155 Remove an assert in the windows worker-thread logic that can fail in a race by drh · 10 years ago
  3. 2ea31b1 Fix threads.c so that setting sqlite3FaultSim(200) using the by drh · 10 years ago
  4. 89ea0d3 Fix compilation on Cygwin when SQLITE_MAX_WORKER_THREADS is greater than zero. by mistachkin · 11 years ago
  5. b13160f Fix threads-enabled builds on Windows when the amalgamation is not in use. by mistachkin · 11 years ago
  6. 92c2e0d Changes to work around Win32 and MSVCRT APIs that are not present on Windows CE 200x. by mistachkin · 11 years ago
  7. ab99338 Changes to enable compiling using VC6. by drh · 11 years ago
  8. 0479c6a Disable an assert that is sometimes generated spuriously. by mistachkin · 11 years ago
  9. acd57ea Update return value checking to conform to the beginthreadex() specs. by mistachkin · 11 years ago
  10. 7c2231c Add a couple more assert statements. by mistachkin · 11 years ago
  11. b92284d Fix unreachable branches in the threads.c module. by drh · 11 years ago
  12. b1ac2bc Make the Win32 thread handles are available after the threads exit. by mistachkin · 11 years ago
  13. 19f30dc Fix the threads build on Windows when SQLITE_MAX_WORKER_THREADS is greater by drh · 11 years ago
  14. 2b49327 Fix the build on windows. by drh · 11 years ago
  15. cb6effa Improvements to the testability of the threads.c module. by drh · 11 years ago
  16. d94d4ee Add tests so that the "coverage-sorter" test permutation covers all branches in vdbesort.c. Fix a few minor problems in the same file. by dan · 11 years ago
  17. 3de4df2 Improvements to comments. Store some extra information in SqliteThread that by drh · 11 years ago
  18. f7da555 Fix typo in a Windows threading support routine. by mistachkin · 11 years ago
  19. b3f56fd Add the SQLITE_MAX_WORKER_THREADS compile time option. And the SQLITE_CONFIG_WORKER_THREADS sqlite3_config() switch. by dan · 11 years ago
  20. 3c86363 Enable four sorting threads by default in the command-line shell. by drh · 11 years ago
  21. f876841 Add an experimental multi-threaded capability to vdbesorter.c. by dan · 11 years ago
  22. 6ddecb7 Cherry-pick [555fc07]: by drh · 13 years ago
  23. a806475 Add an assert() to help verify the return code from the Win32 thread wait function. by mistachkin · 13 years ago
  24. da0e471 Add Win32 support to the internal threads interface. Also, add several asserts and fix a few typos. by mistachkin · 13 years ago
  25. f51446a Add an internal interface that allows the code to take advantage of multiple by drh · 13 years ago