aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/appendvfs.c
Commit message (Expand)AuthorAge
* Add NULL checks on all sqlite3_vfs_find(0) calls. This is not strictlydrh2021-06-15
* Fix seg-fault upon appendvfs attempt to open non-existent file.larrybr2021-04-07
* Fix a harmless compiler warning in the appendvfs.c extension.drh2021-03-17
* Comment and stylistic changes to the appendvfs.c implementation.drh2021-03-16
* Fix assert typo.larrybr2021-03-16
* Fix appendvfs bug exposed with bigger files, and add tests for such conditions.larrybr2021-03-16
* Bug fix in appendvfs.c: Adjust the size parameter fordrh2021-03-11
* Add tests for too-tiny appended DBs, clarify align macro.larrybr2021-03-08
* Fix a harmless compiler warning in appendvfs.cdrh2021-03-08
* Require that the appendvfs suffix mark indicate that the appended databasedrh2021-03-08
* Correct the precendence order for rules that determine how a database isdrh2021-03-08
* Minor comment and formatting changes.drh2021-03-08
* Add grow/shrink tests. Fix truncate bug. Make appendvfs.c easier to inspect.larrybr2021-03-07
* Fix appendvfs bug exposed by docsapp build (in docsrc), and tighten/revise pu...larrybr2021-03-05
* Fix other potentiall pointer aliasing problems associated with subclassingdrh2020-07-24
* Fix harmless compiler warnings, mostly unused parameters for UDFs in the CLI.drh2018-01-17
* Modify the sqltclsh startup script to look for a properly formatteddrh2018-01-07
* Fix the appendvfs so that it leaves sqlite3_file->pMethods as NULL if itdrh2018-01-06
* Fixes to the appendvfs.c extension. Add the "sqltclsh" application thatdrh2017-12-14
* The "apndvfs" VFS shim now appears to be working for both reads and writes.drh2017-12-14
* Add the ability to write to an appended database. This check-in compilesdrh2017-12-14
* Initial implementation of the appendvfs extension. Untested.drh2017-10-21