index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
threads.c
Commit message (
Expand
)
Author
Age
*
Enhance ability to debug out-of-memory errors.
mistachkin
2016-02-13
*
Remove an assert in the windows worker-thread logic that can fail in a race
drh
2015-09-26
*
Fix threads.c so that setting sqlite3FaultSim(200) using the
drh
2015-09-25
*
Fix compilation on Cygwin when SQLITE_MAX_WORKER_THREADS is greater than zero.
mistachkin
2015-01-19
*
Fix threads-enabled builds on Windows when the amalgamation is not in use.
mistachkin
2015-01-07
*
Changes to work around Win32 and MSVCRT APIs that are not present on Windows ...
mistachkin
2014-10-16
*
Changes to enable compiling using VC6.
drh
2014-10-10
*
Disable an assert that is sometimes generated spuriously.
mistachkin
2014-07-29
*
Update return value checking to conform to the beginthreadex() specs.
mistachkin
2014-07-29
*
Add a couple more assert statements.
mistachkin
2014-07-29
*
Fix unreachable branches in the threads.c module.
drh
2014-07-29
*
Make the Win32 thread handles are available after the threads exit.
mistachkin
2014-07-29
*
Fix the threads build on Windows when SQLITE_MAX_WORKER_THREADS is greater
drh
2014-07-29
*
Fix the build on windows.
drh
2014-07-29
*
Improvements to the testability of the threads.c module.
drh
2014-05-20
*
Add tests so that the "coverage-sorter" test permutation covers all branches ...
dan
2014-05-05
*
Improvements to comments. Store some extra information in SqliteThread that
drh
2014-04-24
*
Fix typo in a Windows threading support routine.
mistachkin
2014-04-04
*
Add the SQLITE_MAX_WORKER_THREADS compile time option. And the SQLITE_CONFIG_...
dan
2014-03-31
*
Enable four sorting threads by default in the command-line shell.
drh
2014-03-25
*
Add an experimental multi-threaded capability to vdbesorter.c.
dan
2014-03-17
*
Cherry-pick [555fc07]:
drh
2012-08-21
*
Add an assert() to help verify the return code from the Win32 thread wait fun...
mistachkin
2012-07-23
*
Add Win32 support to the internal threads interface. Also, add several asser...
mistachkin
2012-07-21
*
Add an internal interface that allows the code to take advantage of multiple
drh
2012-07-21