aboutsummaryrefslogtreecommitdiff
path: root/src/test_multiplex.c
Commit message (Expand)AuthorAge
* Add a C-source spell-checking facility. make misspell (on Nix)larrybr2023-06-07
* Fix harmless compiler warnings.drh2022-11-01
* Add pragmas "multiplex_enabled", "multiplex_chunksize", and "multiplex_fileco...drh2021-10-29
* Fix other potentiall pointer aliasing problems associated with subclassingdrh2020-07-24
* Refactoring various names. No changes in the resulting machine code.drh2020-06-19
* Add the new sqlite3_create_filename() and sqlite3_free_filename() interfacesdrh2020-02-18
* Fix a 4 byte OOB read in test_multiplex.c.dan2020-01-28
* Remove the mutex from test_multiplex.c.dan2016-10-27
* Avoid making unnecessary changes to the signatures of thedrh2016-08-01
* Make the extension auto-loading mechanism work with the __stdcall calling con...mistachkin2016-07-28
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...mistachkin2016-07-28
* More harmless compiler warning fixes.mistachkin2016-04-12
* Fix the multiplexor so that it does not assume that the xGetLastError methoddrh2016-03-28
* Improve concurrency in test_multiplex.c. Add a switch to "threadtest3" allowi...dan2015-12-03
* Use sqlite3_malloc64() in place of sqlite3_malloc() internally.drh2015-04-29
* Fix harmless compiler warnings seen with MSVC 2015.mistachkin2015-04-19
* Disable multiplexing of master-journal files in the test_multiplex.c module.dan2015-03-12
* Clearification of some documentation text. Added requirements marks.drh2015-03-06
* Silence some harmless uninitialized local variable warnings.mistachkin2015-01-12
* Harmless compiler warning fixes for 'testfixture' and the miscellaneous exten...mistachkin2015-01-12
* Add the "multiplex_truncate" PRAGMA to the multiplexor extension, fordrh2014-09-23
* Add the "eForce" parameter to the sqlite3_multiplex_shutdown() entry pointdrh2014-07-30
* Merge the Cygwin directory separator fix. Also fix a C++-ism in thedrh2013-11-08
|\
* | Drop the mutex on the multiplexor before entering the xRead VFS call.drh2013-10-21
|/
* More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestE...mistachkin2013-04-29
* Many spelling fixes in comments. No changes to code.mistachkin2013-03-21
* Silence harmless compiler warnings in the test code.drh2012-08-20
* Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also indrh2012-04-19
* Fix the multiplexor logging so that it works with SQLITE_ENABLE_8_3_NAMES.drh2012-04-04
* In the multiplexor extension, improve the error logging when a chunk failsdrh2012-04-04
* Fix MSVC compiler warnings in test code.drh2012-03-30
* Fix a case where an error code was being overwritten in multiplexDelete().dan2012-02-28
* Fix the xDelete implementation of the multiplexor VFS so that it correctlydrh2012-02-27
* Separate multiplexor overflow pages for -wal and -journal files intodrh2012-02-24
* Fix the multiplexor so that it works with WAL mode and 8+3 filenames.drh2012-02-24
* In the multiplexor routine that determines the size of an overflow file,drh2012-01-14
* Only require double-zero terminators on database filenames, not any everydrh2012-01-10
* Make sure the multiplexor does not create unnecessary overflow files.drh2012-01-09
* Have test_multiplex.c add a second nul-terminator byte to the strings that it...dan2012-01-09
* Minor changes to fix compilation with SQLITE_OMIT_WAL and SQLITE_OMIT_WSD def...dan2011-12-30
* Add interfaces sqlite3_uri_boolean() and sqlite3_uri_int64() which aredrh2011-12-23
* Tweaks to the way multiplexSubOpen() works, for backwards compatibility.drh2011-12-16
* Fix a potential infinite loop (inserted by the previous check-in)drh2011-12-16
* The xTruncate method for the multiplexor now changes surplus overflowdrh2011-12-16
* When deleting a file with the multiplexor VFS, also delete any overflow files...dan2011-12-15
* Make sure the chunksize in test_multiplex does not cause the pending bytedrh2011-12-15
* Fix some problems with dropped error codes in multiplexOpen().dan2011-12-15
* In the multiplexor, do not try to delete overflow files that do not exist.drh2011-12-15
* Add a file-control that will discover the name of the bottom-level VFS anddrh2011-12-14