aboutsummaryrefslogtreecommitdiff
path: root/src/test_thread.c
Commit message (Expand)AuthorAge
* Cygwin-centric fixes from Jan Nijtmans.stephan2025-03-06
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
* Avoid using Tcl command [clock] in testrunner.tcl.dan2023-02-03
* Simplify the code by removing the unsupported and undocumented drh2020-02-07
* Avoid making unnecessary changes to the signatures of thedrh2016-08-01
* More compiler warning fixes for GCC related to the auto-extension mechanism.mistachkin2016-07-28
* Make the extension auto-loading mechanism work with the __stdcall calling con...mistachkin2016-07-28
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...mistachkin2016-07-28
* Eliminate all use of sprintf(), strcpy() and strcat() from test logic becausedrh2015-01-19
* More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestE...mistachkin2013-04-29
* Fix compiler warnings in the TCL test harness.drh2012-01-30
* Enable the thread test logic to work with the SQLITE_HAS_CODEC compile-timedrh2011-08-30
* Fix harmless compiler warnings in test code. No changes to the core.drh2011-08-25
* Fix more documentation typos.drh2011-06-20
* Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX fr...shaneh2011-04-04
* Before calling Tcl_ExitThread() in a multi-threaded test, call Tcl_DoOneEvent...dan2010-07-06
* Call Tcl_ExitThread() from within threads created using Tcl_CreateThread(). N...dan2010-07-05
* Change walthread.test so that tests can be run with either multiple threads o...dan2010-04-28
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Fix some compiler warnings in test code. (CVS 6392)drh2009-03-27
* Change OS_UNIX to SQLITE_OS_UNIX in test_thread.c. Modify notify2.test todrh2009-03-24
* Fix an obscure race condition that can occur when multiple threads, shared ca...danielk19772009-03-23
* Change sqlite3_step() to return SQLITE_LOCKED if a statement cannot be re-com...danielk19772009-03-19
* Add the sqlite3_unlock_notify() API. (CVS 6348)danielk19772009-03-16
* Fixed postToParent() return type (Tcl_ThreadCreateType) in test_thread.c to c...shane2009-02-03
* Make sure mutexes are fully enabled for thread001.test. Take steps todrh2009-01-19
* Avoid using (clock seconds) in thread003.test. It is not available if testfix...danielk19772008-08-28
* Use ckfree() instead of sqlite3_free() to free an allocation made by ckalloc(...danielk19772008-08-28
* Change all instances of "it's" in comments to either "its" or "it is",drh2007-12-13
* Fix the location of a #include in test_thread.c. ticket #2826. (CVS 4627)drh2007-12-13
* Add another test file to help verify thread-safety. (CVS 4419)danielk19772007-09-10
* Upgrade thread001.test to test with multiple database handles. (CVS 4417)danielk19772007-09-10
* Modify test_thread.c to use tcl apis for creating threads. (CVS 4415)danielk19772007-09-07
* Add the beginning of the thread-safety tests. There are more to come. (CVS 4413)danielk19772007-09-07