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