aboutsummaryrefslogtreecommitdiff
path: root/ext/rbu/sqlite3rbu.h
Commit message (Expand)AuthorAge
* Approximately 100 typo corrections spanning the whole tree, submitted via [fo...stephan2025-02-27
* Approximately 50 typo fixes, spanning the whole tree, contributed via [forum:...stephan2025-02-25
* End-of-line whitespace cleanups and doc typo fixes. No code changes.stephan2023-01-26
* Add the sqlite3rbu_rename_handler() API. To override the default routine that...dan2022-11-07
* Fix a problem with using "<db>-vacuum" (the default) as the state databasedan2018-12-10
* Add experimental API sqlite3rbu_temp_size_limit(). For limiting the amount ofdan2017-09-05
* Add SQLITE_API qualifiers to public API functions in header file sqlite3rbu.h.dan2017-08-03
* Fix sqlite3rbu_close() so that the pzErrmsg parameter may be passed NULL.dan2017-06-13
* Fix typos in comments. No changes to running code.drh2016-08-27
* Add the "modeof=<filename>" URI parameter to os_unix.c - used to specify a fi...dan2016-08-11
* Add the sqlite3rbu_state() API. Used to determine the current state (creating...dan2016-07-01
* If a call to sqlite3rbu_close() on an rbu handle opened by sqlite3rbu_vacuum(...dan2016-04-21
* Add a documentation comment for sqlite3rbu_vacuum() to sqlite3rbu.h.dan2016-04-20
* Add the experimental sqlite3rbu_vacuum() API function. For opening an RBU han...dan2016-04-15
* Change the name of the new API on this branch to "sqlite3_bp_progress". Add t...dan2016-03-18
* Add an API to indicate the percentage progress of an rbu update.dan2016-03-17
* Add extra debugging function to test_rbu.c. Enhance the documentation for sql...dan2015-10-21
* Add the missing 'extern "C" {...}' blocks to fts5.h and sqlite3rbu.h.dan2015-10-14
* Add the sqlite3rbu_savestate() function to the rbu extension. To force rbu to...dan2015-08-13
* Add support for "fossil deltas" to RBU and "sqldiff --rbu".dan2015-07-31
* Allow RBU tables to be named "data[0-9]*_<target>" instead of strictly "data_...dan2015-07-30
* Update RBU description comment in the header file. No changes to code.mistachkin2015-07-24
* Change the name of the OTA extension to RBU: Resumable Bulk Update.drh2015-07-23