index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
async
/
sqlite3async.c
Commit message (
Expand
)
Author
Age
*
Omit the antiquated and long-unsupport async extension since it has been
drh
2024-10-28
*
Extend the refactoring into extensions. Clean up stray newlines.
drh
2020-06-19
*
Fix some problems in test code detected by cppcheck.
dan
2015-08-05
*
In the async VFS, treat the new error code SQLITE_IOERR_DELETE_NOENT as succe...
mistachkin
2012-12-06
*
Changes to the async-io module so that the xFileControl method returns SQLITE...
dan
2012-01-24
*
In the async-IO module, do not increment the open file-counter until after an...
dan
2010-07-12
*
Fix some MSVC compiler warnings in the ASYNC extension.
shaneh
2010-07-07
*
Change the async-IO extension to return SQLITE_IOERR_SHORT_READ when appropri...
dan
2010-07-07
*
Fix an uninitialized value read in sqlite3async.c.
dan
2009-12-02
*
Use 64-bit arithmetic in the xRead() method of asyncRead. Fix for [94c04eaadb].
dan
2009-10-19
*
When the asynchronous IO backend opens a file with the EXCLUSIVE flag set, ma...
danielk1977
2009-07-18
*
More cleanup, etc. to support MSVC compiles. (CVS 6582)
shane
2009-04-30
*
Fixed compile for MSVC; removed compiler warnings; changes for NDEBUG build;...
shane
2009-04-29
*
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
*
Improve comments and documentation of the asynchronous IO VFS module. (CVS 6543)
danielk1977
2009-04-24
*
Move the asynchronous IO code from src/test_async.c to ext/async/. Refactor i...
danielk1977
2009-04-23