aboutsummaryrefslogtreecommitdiff
path: root/src/test_async.c
Commit message (Expand)AuthorAge
* 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
* More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestE...mistachkin2013-04-29
* Fix makefiles so that they build sqlite3_analyzer again. Tweaks to commentsdrh2010-07-12
* Call Tcl_ExitThread() from within threads created using Tcl_CreateThread(). N...dan2010-07-05
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Do not store the zero string terminator as part of the name when holdingdrh2009-04-28
* Tests for the new asynchronous IO API. (CVS 6549)danielk19772009-04-25
* Make selecting the asynchronous IO file-locking mode a runtime operation. Sti...danielk19772009-04-24
* Move the asynchronous IO code from src/test_async.c to ext/async/. Refactor i...danielk19772009-04-23
* Move RowHashBlock.nUsed to RowHash.nUsed. Fix a typo in a comment in test_asy...danielk19772009-04-21
* Change "... myfunction() { ... }" to "... myfunction(void) { ... }" in a few pladanielk19772009-04-07
* The test_async.c module must pass an unchanging filename to the underlying VF...drh2009-03-28
* Fix thread related problems in test modules test_async.c and test_journal.c. ...danielk19772009-03-28
* Back out check-in (6380). Replace it with a proper fix to thedrh2009-03-28
* Fix an incompatibility between the test_async.c backend and change (6390). (C...danielk19772009-03-27
* Remove an unused parameter from sqlite3DequoteExpr. Fix another unrelateddrh2009-03-25
* When a VFS.xOpen fails, make sure the pMethods pointer is zeroed on the drh2009-03-25
* Include sqliteInt.h in test_async.c so that the asynchronous VFS testsdrh2009-03-24
* Corrected typos and misspellings. Ticket #3702. (CVS 6336)shane2009-03-05
* Make sure the queueMutex is held prior to writing the pQueueLast fielddrh2008-09-26
* Minor comment change to test_async.c. No code changes. (CVS 5702)danielk19772008-09-15
* Modify test_async.c to avoid using internal SQLite APIs. There are still some...danielk19772008-09-15
* Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", ...danielk19772008-06-26
* Remove the xGetTempname() method from the vfs structure. Temp files are now o...danielk19772008-06-06
* Modify the signatures of the sqlite3_vfs.xAccess and sqlite3_vfs.xCheckReserv...danielk19772008-06-05
* Add more version tags to files that lack them. Ticket #3120. (CVS 5137)danielk19772008-05-16
* Fix an alignment problem in test_async.c. (CVS 4840)drh2008-03-07
* Changes the asynchronous I/O test module so that it can be appended to thedrh2007-11-07
* Add some assert() statements to the asychronous backend demo to enforce the s...danielk19772007-11-02
* Remove a debugging assert() that went in by accident with the previous commit...danielk19772007-10-30
* Fix a race condtion in test_async.c. (CVS 4516)danielk19772007-10-30
* Add a parameter to specify the size of the output buffer passed to xGetTempna...danielk19772007-09-17
* Change the names of xGetTempName and sqlite3OsGetTempName to xGetTempname. To...danielk19772007-09-17
* Add some extra comments to the header in test_async.c. (CVS 4407)danielk19772007-09-06
* Fix error handling (malloc and io errors) in the asynchronous backend. (CVS 4...danielk19772007-09-05
* Test that the asynchronous backend works with components like "." or ".." in ...danielk19772007-09-05
* Fix a problem in the test scripts for the asynchronous backend. (CVS 4400)danielk19772007-09-05
* Add external locking to test_async.c. There are still some tests to come. (CV...danielk19772007-09-04
* Add internal locking to the test_async.c backend. So that more than one conne...danielk19772007-09-04
* Remove the last traces of SQLITE_ENABLE_REDEF_IO. (CVS 4377)drh2007-09-03
* Honor the SQLITE_OPEN_ flags passed into sqlite3_open_v2(). Somedrh2007-09-03
* Remove the xLockState method for sqlite3_io_methods. Replace it withdrh2007-08-31
* Added the 34to35.html document describing the changes between 3.4.2 anddrh2007-08-27
* Make the test_async backend work again. (CVS 4293)danielk19772007-08-25
* Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255)drh2007-08-21
* Work toward multithreading support. Currently crashes quickly on a test. (CV...drh2007-08-20
* Half-way through a major refactoring of the memory allocation.drh2007-08-16
* Modify sources to that they can be combined into a single sqlite3.c sourcedrh2007-03-26
* Call sqlite3_free() instead of free() to release a buffer allocated by sqlite...danielk19772007-03-22