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