aboutsummaryrefslogtreecommitdiff
path: root/ext/async/sqlite3async.c
Commit message (Expand)AuthorAge
* Omit the antiquated and long-unsupport async extension since it has beendrh2024-10-28
* Extend the refactoring into extensions. Clean up stray newlines.drh2020-06-19
* Fix some problems in test code detected by cppcheck.dan2015-08-05
* In the async VFS, treat the new error code SQLITE_IOERR_DELETE_NOENT as succe...mistachkin2012-12-06
* Changes to the async-io module so that the xFileControl method returns SQLITE...dan2012-01-24
* In the async-IO module, do not increment the open file-counter until after an...dan2010-07-12
* Fix some MSVC compiler warnings in the ASYNC extension.shaneh2010-07-07
* Change the async-IO extension to return SQLITE_IOERR_SHORT_READ when appropri...dan2010-07-07
* Fix an uninitialized value read in sqlite3async.c.dan2009-12-02
* Use 64-bit arithmetic in the xRead() method of asyncRead. Fix for [94c04eaadb].dan2009-10-19
* When the asynchronous IO backend opens a file with the EXCLUSIVE flag set, ma...danielk19772009-07-18
* More cleanup, etc. to support MSVC compiles. (CVS 6582)shane2009-04-30
* Fixed compile for MSVC; removed compiler warnings; changes for NDEBUG build;...shane2009-04-29
* 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
* Improve comments and documentation of the asynchronous IO VFS module. (CVS 6543)danielk19772009-04-24
* Move the asynchronous IO code from src/test_async.c to ext/async/. Refactor i...danielk19772009-04-23