aboutsummaryrefslogtreecommitdiff
path: root/ext/session/sqlite3session.c
Commit message (Expand)AuthorAge
* Fix a problem with the sqlite3changeset_size() API and rowid tables.dan2023-05-02
* Fix harmless compiler warnings.drh2023-05-01
* Fix a typo in a printf() format string the sessions module.dan2023-04-26
* Allow the sessions module to be configured to capture changes from tables wit...dan2023-04-24
* Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3...dan2023-03-08
* Fix lots of harmless, nuisance compiler warnings, mostly unused parameterdrh2022-12-23
* Prevent the sessions rebaser from generating changesets containing UPDATE rec...dan2022-12-13
* Fixes for harmless static-analyzer warnings. This also makes the code easierdrh2021-10-05
* Fix harmless static analyzer warnings in sessions, rtree, fts3 and fts5.drh2021-10-04
* Update an allocation routine in the sessions module to allow it to allocate t...dan2021-05-25
* Add the sqlite3session_object_config() API. Current used to enable/disable co...dan2021-04-22
* Add the experimental sqlite3session_changeset_size() API.dan2021-04-21
* Update sqlite3changeset_apply_v2() so that it handles no-op UPDATE changes (U...dan2021-02-20
* Modify the sessions extension to use more efficient SQL when applying a chang...dan2021-02-02
* Add the sqlite3session_memory_used() API to the sessions module. For querying...dan2020-12-23
* Fix harmless USAN warnings from gcc9.drh2020-08-11
* Fix a problem with retrying constraint failures within sqlite3changeset_apply...dan2020-06-17
* In sqlite3changeset_apply(), ensure that DELETE and UPDATE changes are always...dan2020-02-27
* Fix harmless compiler warning seen with MSVC for x64.mistachkin2019-07-29
* Fix a segfault that could occur in sqlite3session_diff() if NULL were passed ...dan2019-05-20
* Fix harmless compiler warning in the session extension.mistachkin2019-05-16
* Fixes for harmless compiler warnings.drh2019-04-13
* Fix typos in the comments of the sessions extension, one of which affectsdrh2019-03-29
* Use 64-bit math to compute the sizes of memory allocations in extensions.drh2019-01-08
* Fix a harmless compiler warning in Sessions.drh2018-12-14
* Update comments in sqlite3session.c to describe the format of "rebase blobs",dan2018-10-30
* In the sessions module, avoid collecting rebase data if the user has notdan2018-10-29
* Add the sqlite3session_config() interface. For configuring global parametersdan2018-10-26
* Add the sqlite3changeset_start_v2() - a new version of _start() that accepts ...dan2018-10-20
* Take steps to avoid a potential integer overflow in sessionBufferGrow().dan2018-10-18
* Add the SQLITE_CHANGESETAPPLY_INVERT flag to sessions. For inverting and appl...dan2018-10-18
* Have sqlite3changegroup_output_strm() call its output function more regularly.dan2018-09-28
* Add a "flags" parameter to experimental API sqlite3changeset_apply_v2(). Alsodan2018-04-09
* Fix a problem in the sessions module causing sqlite3session_apply_strm() todan2018-04-06
* Fix harmless compiler warning seen with MSVC.mistachkin2018-03-24
* Fix minor problems with passing NULL pointers to memcmp() and memcpy() found ...dan2018-03-23
* Remove some unused code from sqlite3rebaser_rebase().dan2018-03-22
* Fix another problem with rebasing updates against multiple remote changes.dan2018-03-22
* Add tests to ensure that patchsets are handled correctly by the session rebasedan2018-03-22
* Remove some unused code from the sessions module.dan2018-03-22
* Fix some documentation and other issues with the code on this branch.dan2018-03-21
* Fix rebasing of UPDATE changes against a set of remote changesets that featuredan2018-03-21
* Add further tests and documentation for the sessions rebase feature.dan2018-03-20
* Fix a problem with handling rebasing UPDATE changes for REPLACE conflictdan2018-03-16
* Add simple tests for the sessions module rebase API.dan2018-03-15
* Add largely untested APIs for rebasing changesets.dan2018-03-14
* Add sqlite3_changeset_apply_v2() and apply_v2_strm() to the sessions module.dan2018-03-13
* Fix another crash in the sessions module triggered by malformed input.dan2018-03-05
* Fix further crashes in sqlite3changeset_apply() caused by corrupt changesetdan2018-03-01
* Fix some crashes in the sqlite3changeset_apply() function that could be causeddan2018-03-01