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